Skip site navigation
(1)
Skip section navigation
(2)
Search
Peripheral Links
Text Size:
Normal
/
Large
Donate
Contact
Home
About
Download
Documentation
Community
Developers
Support
Your account
Community
Contributors
Mailing Lists
User lists
Developer lists
pgsql-cluster-hackers
pgsql-committers
pgsql-hackers
pgsql-rrreviewers
pgsql-www
Regional lists
Associations
User groups
Project lists
Inactive lists
IRC
Featured Users
International Sites
Propaganda
Resources
Weekly News
pgsql-committers since 2005-12-29 00:00
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
2005-12-29
npgsql - Npgsql: 2005-12-29 Francisco Figueiredo Jr.
User Fxjr (03:43)
pgsql: Remove a space that incorrectly precedes a comma in the PL/pgSQL
Bruce Momjian (04:02)
pgsql: Remove a space that incorrectly precedes a comma in the PL/pgSQL
Bruce Momjian (04:02)
pgsql: Revert some careless search-and-replace: "ADD" in comment text
Neil Conway (04:53)
Re: [COMMITTERS] pgsql: Minor doc tweak: "NOT NULL" is
Neil Conway (07:01)
Re: [COMMITTERS] pgsql: Minor doc tweak: "NOT NULL" is
Christopher Kings-Lynne (07:14)
pgsql: Move declaration of check_function_bodies to where the perl
Andrew Dunstan (14:28)
pgsql: Update: < * Add missing rtree optimizer selectivity > * Improve
Bruce Momjian (16:45)
python - pq: Include stdint dot h.
James William Pye (17:19)
pgsql: Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff
Tom Lane (18:08)
python - be: Pamper Python23 with a \n.
James William Pye (18:34)
python - be: Clear up a few more warnings on Darwin.
James William Pye (18:43)
pgfouine - pgfouine: let's set the max_execution_time higher
User Gsmet (20:17)
pgfouine - pgfouine: added queries/second stuff
User Gsmet (20:20)
pgfouine - pgfouine: rollback the timestamp format change
User Gsmet (20:43)
pgfouine - pgfouine: added queries/second peak
User Gsmet (20:44)
pgsql: Index: src/pl/plpython/plpython.c
Neil Conway (21:47)
pgsql: Index: src/pl/plpython/plpython.c
Neil Conway (21:47)
pgsql: Index: src/pl/plpython/plpython.c
Neil Conway (21:47)
Re: pgsql: Index: src/pl/plpython/plpython.c
Neil Conway (21:54)
committers email / archive problems
Andrew Dunstan (23:29)
2005-12-30
pgsql: Disallow setting ssl = on if SSL is not compiled in.
Peter Eisentraut (00:13)
Re: committers email / archive problems
Tom Lane (02:56)
Re: pgsql: Index: src/pl/plpython/plpython.c
Tom Lane (03:17)
pgsql: Add: > * Make CLUSTER preserve recently-dead tuples per MVCC
Bruce Momjian (03:24)
pgsql: Repair EXPLAIN failure when trying to display a plan condition
Tom Lane (18:34)
pgsql: Repair EXPLAIN failure when trying to display a plan condition
Tom Lane (18:34)
pgsql: Add support for Solaris x86_64 using Sun's compiler.
Bruce Momjian (21:43)
pgsql: Mmark client-side prepare/bind/execute statements with "[client]"
Bruce Momjian (22:55)
pgsql: Rename send_rfq to send_ready_for_query.
Bruce Momjian (23:49)
2005-12-31
Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Magnus Hagander (14:35)
Re: pgsql: Arrange to set the LC_XXX environment
Dave Page (15:13)
pgsql: Prefix client-side prepare with '[protocol]' rather than
Bruce Momjian (16:50)
pgsql: Rename variable 'what' to 'stat_msg'.
Bruce Momjian (17:46)
pgsql: Rename variable to cmd_str.
Bruce Momjian (19:39)
Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Tom Lane (21:25)
pgsql: Clean up initdb's code for selecting max_connections and
Tom Lane (23:50)
2006-01-01
pgsql: Trim an obsolete comment: it is no longer relevant that "SELECT"
Neil Conway (01:41)
pgsql: Remove DOS line endings ("\r\n") from several .po files.
Neil Conway (10:13)
pgsql: Remove DOS line endings ("\r\n") from several .po files.
Neil Conway (10:14)
pgsql: Remove DOS line endings ("\r\n") from several .po files.
Neil Conway (10:14)
pgsql: Remove DOS line endings ("\r\n") from several .po files.
Neil Conway (10:14)
pgsql: Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per
Tom Lane (19:52)
pgsql: Rewrite ProcessConfigFile() to avoid misbehavior at EOF, as per
Tom Lane (19:53)
Re: pgsql: Remove DOS line endings ("\r\n") from several .po files.
Peter Eisentraut (23:35)
newsysviews - newsysview: use the CASE WHEN workaround to handle the
User Andrewsn (23:42)
npgsql - Npgsql: 2006-01-01 Francisco Figueiredo Jr.
User Fxjr (23:42)
python - pq: Don't forget buffer.c in the dist.
James William Pye (23:45)
2006-01-02
Re: pgsql: Remove DOS line endings ("\r\n") from several
Neil Conway (00:41)
pgsql: Change if (!(x || y)) construct with if (!x && !y), for clarity.
Bruce Momjian (00:58)
pgsql: Remove unnecessary assignment, per Tom.
Bruce Momjian (03:30)
Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Magnus Hagander (11:23)
pgsql: Remove the nexus between trial_buffs and trial_conns, and don't
Andrew Dunstan (16:45)
pgsql: Reset flex state in a way that works for both flex 2.5.4 and
Tom Lane (19:55)
pgsql: Reset flex state in a way that works for both flex 2.5.4 and
Tom Lane (19:55)
pgsql: Don't assume that LC_MESSAGES is always available on WIN32.
Tom Lane (20:25)
Re: pgsql: Arrange to set the LC_XXX environment variables to match our
Tom Lane (20:26)
2006-01-03
wikipedia - wikipgedia: updated Special:Search to mediawiki head (fixes
Sven Klemm (01:35)
wikipedia - wikipgedia: added Special:Listredirects from mediawiki head
Sven Klemm (01:55)
wikipedia - wikipgedia: backporting changes in specialpages from
Sven Klemm (02:35)
wikipedia - wikipgedia: further backport of changes to special pages
Sven Klemm (03:11)
pgpool - pgpool: version 2.7 - add child_max_connections.
User T-ishii (03:33)
pgsql: Use setitimer() for stats file write, rather than do a
Bruce Momjian (16:42)
pgsql: Assume select() might modify struct timeout, so remove previous
Bruce Momjian (19:54)
Re: pgsql: Assume select() might modify struct timeout,
Joe Conway (21:15)
pgsql: Add checks to verify that a plpgsql function returning a rowtype
Tom Lane (22:48)
pgsql: Add checks to verify that a plpgsql function returning a rowtype
Tom Lane (22:48)
pgsql: Add checks to verify that a plpgsql function returning a rowtype
Tom Lane (22:48)
pgsql: Fix incorrect treatment of
Tom Lane (23:32)
pgsql: Fix incorrect treatment of
Tom Lane (23:32)
pgsql: Fix incorrect treatment of
Tom Lane (23:32)
pgsql: When the remote query result has a different number of columns
Joe Conway (23:45)
pgsql: There is a signedness bug in Openwall gen_salt code that pgcrypto
Tom Lane (23:46)
pgsql: When the remote query result has a different number of columns
Joe Conway (23:46)
pgsql: There is a signedness bug in Openwall gen_salt code that pgcrypto
Tom Lane (23:46)
pgsql: There is a signedness bug in Openwall gen_salt code that pgcrypto
Tom Lane (23:46)
pgsql: There is a signedness bug in Openwall gen_salt code that pgcrypto
Tom Lane (23:46)
pgsql: There is a signedness bug in Openwall gen_salt code that pgcrypto
Tom Lane (23:46)
pgsql: When the remote query result has a different number of columns
Joe Conway (23:47)
pgsql: When the remote query result has a different number of columns
Joe Conway (23:48)
pgsql: When the remote query result has a different number of columns
Joe Conway (23:48)
2006-01-04
mysqlcompat - mysqlcompat: Updates
User Chriskl (02:53)
pgsql: Fix another case in which autovacuum would fail while analyzing
Tom Lane (19:16)
pgsql: Fix another case in which autovacuum would fail while analyzing
Tom Lane (19:16)
pgsql: Rearrange backend startup sequence so that ShmemIndexLock can
Tom Lane (21:06)
2006-01-05
pgsql: Add port support for unsetenv() in back branches.
Tom Lane (00:51)
pgsql: Add port support for unsetenv() in back branches.
Tom Lane (00:51)
pgsql: Arrange to set the LC_XXX environment variables to match our
Tom Lane (00:54)
pgsql: Arrange to set the LC_XXX environment variables to match our
Tom Lane (00:55)
pgsql: Arrange to set the LC_XXX environment variables to match our
Tom Lane (00:55)
pgsql: Arrange to set the LC_XXX environment variables to match our
Tom Lane (00:55)
pgsql: Remove QNX port.
Bruce Momjian (01:56)
pgsql: Remove QNX file.
Bruce Momjian (02:43)
pgsql: Remove BEOS port.
Bruce Momjian (03:01)
pgsql: Done: > * -Remove BeOS and QNX-specific code
Bruce Momjian (03:02)
pgsql: Update version number.
Bruce Momjian (03:55)
pgsql: Stamp release 7.3.13.
Bruce Momjian (03:59)
pgsql: Stamp release 7.4.11.
Bruce Momjian (03:59)
pgsql: Stamp relesae 8.0.6.
Bruce Momjian (04:00)
pgsql: Stamp release 8.1.2.
Bruce Momjian (04:02)
Re: pgsql: Stamp release 8.1.2.
Tom Lane (04:11)
Re: pgsql: Stamp release 8.1.2.
Bruce Momjian (04:14)
Re: pgsql: Stamp release 8.1.2.
Tom Lane (04:23)
Re: pgsql: Stamp release 8.1.2.
Bruce Momjian (04:26)
pgsql: Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7.3.X.
Bruce Momjian (05:15)
pgsql: Update release notes for 8.1.X, 8.0.X, 7.4.X, and 7.3.X.
Bruce Momjian (05:16)
pgsql:
Bruce Momjian (05:21)
pgsql:
Bruce Momjian (05:22)
pgsql: Update release notes.
Bruce Momjian (05:23)
Re: pgsql:
Bruce Momjian (05:24)
pgsql: Translation update
Peter Eisentraut (09:32)
pgsql: Make all command-line options of postmaster and postgres the
Peter Eisentraut (10:07)
pgpool - pgpool: Fix pool_status to show correct value for
User T-ishii (13:08)
npgsql - Npgsql: 2006-01-05 Francisco Figueiredo Jr.
User Fxjr (14:31)
pgsql: Improve markup.
Bruce Momjian (14:52)
pgsql: Improve markup.
Bruce Momjian (14:53)
pgsql: Improve markup.
Bruce Momjian (14:53)
pgsql: Improve markup.
Bruce Momjian (14:53)
pgsql: Improve markup.
Bruce Momjian (14:54)
pgsql: Wording improvements.
Bruce Momjian (15:11)
pgsql: Wording improvements.
Bruce Momjian (15:11)
pgsql: Wording improvements.
Bruce Momjian (15:12)
pgsql: Wording improvements.
Bruce Momjian (15:12)
pgsql: Wording improvements.
Bruce Momjian (15:13)
pgsql: Update item: < * %Remove behavior of postmaster -o after making
Bruce Momjian (15:13)
pgsql: New pgcrypto item wording.
Bruce Momjian (15:17)
pgsql: New pgcrypto item wording.
Bruce Momjian (15:17)
pgsql: New pgcrypto item wording.
Bruce Momjian (15:18)
pgsql: New pgcrypto item wording.
Bruce Momjian (15:19)
pgsql: New pgcrypto item wording.
Bruce Momjian (15:19)
pgsql: Add compile flags sample.
Bruce Momjian (15:31)
pgsql: Update x86 Solaris documenation ideas.
Bruce Momjian (15:56)
pgsql: Add: > > * Allow control over which tables are WAL-logged > >
Bruce Momjian (16:23)
pgsql: Update wording: < the table.
Bruce Momjian (16:26)
pgsql: Update wording: < STABLE | DEFAULT ].
Bruce Momjian (16:35)
pgsql: Update: < stable logging probably can not have indexes.
Bruce Momjian (16:39)
pgsql: Add logging control TODO.detail.
Bruce Momjian (17:28)
pgsql: Add: > > * Allow SERIAL sequences to inherit permissions from
Bruce Momjian (17:47)
2006-01-06
pgsql: Fix ReadBuffer() to correctly handle the case where it's trying
Tom Lane (00:04)
pgsql: Fix ReadBuffer() to correctly handle the case where it's trying
Tom Lane (00:04)
pgsql: Fix ReadBuffer() to correctly handle the case where it's trying
Tom Lane (00:04)
pgsql: Convert Assert checking for empty page into a regular test and
Tom Lane (00:15)
pgsql: Convert Assert checking for empty page into a regular test and
Tom Lane (00:15)
pgsql: Convert Assert checking for empty page into a regular test and
Tom Lane (00:16)
Re: pgsql: Make all command-line options of postmaster and postgres the
Tom Lane (01:29)
pgsql: Fix broken markup.
Tom Lane (01:35)
pgsql: Generate back-branch configure scripts with the appropriate
Tom Lane (02:30)
pgsql: Generate back-branch configure scripts with the appropriate
Tom Lane (02:31)
pgsql: Generate back-branch configure scripts with the appropriate
Tom Lane (02:31)
Re: pgsql: Stamp release 8.1.2.
Marc G. Fournier (02:55)
pgsql: Fix Windows-only postmaster code to reject a connection request
Tom Lane (02:58)
pgsql: Fix Windows-only postmaster code to reject a connection request
Tom Lane (02:58)
pgsql: Fix Windows-only postmaster code to reject a connection request
Tom Lane (02:58)
pgsql: Release-note updates and copy editing.
Tom Lane (02:59)
pgsql: Release-note updates and copy editing.
Tom Lane (03:00)
pgsql: Release-note updates and copy editing.
Tom Lane (03:00)
pgsql: Release-note updates and copy editing.
Tom Lane (03:00)
pgsql: Release-note updates and copy editing.
Tom Lane (03:00)
Re: pgsql: Stamp release 8.1.2.
Bruce Momjian (03:05)
pginstaller - pginst: update for 8.0.6
User Dpage (09:09)
pginstaller - pginst: update for 8.1.2
User Dpage (11:47)
psqlodbc - psqlodbc: Some minor corrections
User Dpage (12:18)
pgsql: Use RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.
Bruce Momjian (19:08)
pgsql: Fix failure to apply domain constraints to a NULL constant that's
Tom Lane (20:11)
pgsql: Fix failure to apply domain constraints to a NULL constant that's
Tom Lane (20:11)
pgsql: Fix failure to apply domain constraints to a NULL constant that's
Tom Lane (20:11)
pgsql: Fix failure to apply domain constraints to a NULL constant that's
Tom Lane (20:11)
pgsql: Fix failure to apply domain constraints to a NULL constant that's
Tom Lane (20:11)
psqlodbc - psqlodbc: Add a new branch of the psqlODBC code as supplied
User Dpage (21:36)
psqlodbc - psqlodbc: Remove obsolete file.
User Dpage (21:39)
2006-01-07
write on screen
mastersail (14:36)
Re: write on screen
Andrew Dunstan (15:12)
pgsql: During CatCacheRemoveCList, we must now remove any members that
Tom Lane (21:16)
pgsql: During CatCacheRemoveCList, we must now remove any members that
Tom Lane (21:16)
npgsql - Npgsql: 2006-01-07 Francisco Figueiredo Jr.
User Fxjr (21:36)
npgsql - Npgsql: 2006-01-07 Francisco Figueiredo Jr.
User Fxjr (22:05)
pgsql: Add comment explaining why RelationOpenSmgr() call is not needed.
Tom Lane (22:30)
pgsql: Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we
Tom Lane (22:45)
pgsql: Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we
Tom Lane (22:45)
pgsql: Add RelationOpenSmgr() calls to ensure rd_smgr is valid when we
Tom Lane (22:46)
npgsql - Npgsql: 2006-01-07 Francisco Figueiredo Jr.
User Fxjr (23:09)
2006-01-08
pgsql: Add a new system view, pg_prepared_statements, that can be used
Neil Conway (07:00)
psqlodbc - psqlodbc: call RALLBACK with bad stmt only when autocommit is
User Luf (10:07)
psqlodbc - psqlodbc: fix problem with retrieving bad long data from
User Luf (10:09)
pgsql: Stop perl from hijacking stdio and other stuff on Windows.
Andrew Dunstan (15:50)
pgsql: Stop perl from hijacking stdio and other stuff on Windows.
Andrew Dunstan (15:51)
wikipedia - wikipgedia: backportet purge function for article
Sven Klemm (17:02)
Re: pgsql: Stop perl from hijacking stdio and other stuff on Windows.
Tom Lane (19:18)
Re: pgsql: Stop perl from hijacking stdio and other
Andrew Dunstan (19:45)
pgsql: Avoid leaking memory while reading toasted entries from
Tom Lane (20:04)
pgsql: Recent patch broke guc.c for non-USE_ASSERT_CHECKING case.
Tom Lane (20:13)
pgsql: Fix the assert_enabled issue properly.
Tom Lane (21:24)
Re: pgsql: Stop perl from hijacking stdio and other
Tom Lane (21:30)
Re: pgsql: Stop perl from hijacking stdio and other
Andrew Dunstan (21:41)
Re: pgsql: Fix the assert_enabled issue properly.
Simon Riggs (22:16)
pgsql: Rationalise perl header inclusions via a common include file,
Andrew Dunstan (22:27)
Re: pgsql: Fix the assert_enabled issue properly.
Tom Lane (22:35)
2006-01-09
pgsql: Minor code cleanup for PL/Python: fixup some strangely formatted
Neil Conway (02:47)
pgsql: Change allow_system_table_mods to PGC_POSTMASTER, restoring
Peter Eisentraut (10:05)
pgsql: Fix pg_dump to add the required OPERATOR() decoration to
Tom Lane (21:16)
Prev
|
Next
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group