[COMMITTERS] pgsql: Add TCP keepalive support to libpq. On Wed, 2010-06-23 at 21:54 +0000, Robert Haas wrote: Log Message: ----------- Add TCP keepalive support to libpq. I misunderstood the earlier discussion on this and didn't realise you were considering committing in this way. For me, this is two patches, not one. I object to one and like the other. T... 25 Jun 2010 09:53
ECPG FETCH readahead Boszormenyi Zoltan wrote: Hi, we improved ECPG quite a lot in 9.0 because we worked and still working with an Informix to PostgreSQL migration project. We came across a pretty big performance problem that can be seen in every "naive" application that uses only FETCH 1, FETCH RELATIVE or FETCH ... 24 Jun 2010 09:37
access method: are disk pages mandatory? On 23/06/10 18:17, Leonardo F wrote: in bufpage.h: "all blocks written out by an access method must be disk pages" but in http://www.postgresql.org/docs/8.4/static/storage-page-layout.html "Actually, index access methods need not use this page format. All the existing index methods do use thi... 23 Jun 2010 15:05
testing plpython3u on 9.0beta2 On Tue, Jun 22, 2010 at 10:41 PM, Chris <rfusca(a)gmail.com> wrote: I�received�two errors (described below) in installing 9.0beta2 on Kubuntu 10.04 , RhodiumToad on IRC recommended I post them here. I did not have a 2.x or 3.x python dev installed, but I was really only interested in python3 via plython3u. ... 28 Jun 2010 21:39
[HACKERS] Implementation of Date/Time Input Interpretation Greetings all, I am currently implementing a script to import data into postgres. I would like to apply the algorithm to detect date and time values, outlined at http://developer.postgresql.org/pgdocs/postgres/datetime-input-rules.html However, I am unfamiliar (and somewhat intimidated) by the postgres source ... 23 Jun 2010 02:59
[HACKERS] testing plpython3u on 9.0beta2 I received two errors (described below) in installing 9.0beta2 on Kubuntu 10.04 , RhodiumToad on IRC recommended I post them here. I did not have a 2.x or 3.x python dev installed, but I was really only interested in python3 via plython3u. So... sudo apt-get install python3-all-dev Configure works fine... ".... 22 Jun 2010 23:44
Implementation of Date/Time Input Interpretation Thank you for your prompt reply. What is it exactly that you are trying to accomplish? I want to be able to, from my own script, determine if postgres will be able to interpret a string as a date or time. If you can suggest a better way of accomplishing this beyond reimplementing your algorithm I would be h... 23 Jun 2010 02:59
Parallel pg_restore versus old dump files On Tue, Jun 22, 2010 at 9:07 PM, Tom Lane <tgl(a)sss.pgh.pa.us> wrote: 3. Perhaps pg_dump ought to emit a warning when it can't seek, instead of just silently not writing the data offsets. �That behavior was okay before when lack of data offsets didn't really matter that much, but lack of data offsets is a se... 23 Jun 2010 07:20
pg_upgrade issues depstein(a)alliedtesting.com wrote: PostgreSQL 9.0 beta 2 Windows XP Professional SP2 While migrating the database from 8.4 to 9.0 using pg_upgrade (now part of the Postgres project), the following issues came up: 1. When using the --logfile option, pg_upgrade quits with an error like this: ... 22 Jun 2010 19:22
missing "else" in postmaster.c? Excerpts from Robert Haas's message of lun jun 21 22:18:46 -0400 2010: In pmdie(), we have the following code, which doesn't seem to make much sense. If the state is PM_RECOVERY at the top of this section it will get changed to PM_WAIT_BACKENDS and then to PM_WAIT_BACKENDS again. Either the two "if" state... 22 Jun 2010 17:09 |