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 2011-12-14 00:00
Search archives
(enter a message-id to go directly to that message)
Advanced Search
Prev
|
Next
2011-12-14
pgsql: Add support for passing cursor parameters in named notation inP
Heikki Linnakangas (13:58)
pgsql: Add --exclude-table-data option to pg_dump.
Andrew Dunstan (14:29)
Re: pgsql: plpython: Add SPI cursor support
Andrew Dunstan (21:46)
pgsql: Fix docs build I inadvertantly broke.
Andrew Dunstan (21:50)
pgsql: Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan (22:16)
pgsql: Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan (22:16)
pgsql: Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan (22:16)
pgsql: Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan (22:16)
pgsql: Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan (22:17)
pgsql: Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan (22:17)
Re: pgsql: Disable excessive FP optimization by recent versions of gcc.
Tom Lane (23:30)
Re: pgsql: plpython: Add SPI cursor support
Tom Lane (23:36)
Re: pgsql: Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan (23:37)
Re: pgsql: Disable excessive FP optimization by recent versions of gcc.
Tom Lane (23:46)
2011-12-15
Re: pgsql: Disable excessive FP optimization by recent versions of gcc.
Andrew Dunstan (00:17)
pgsql: PL/Python: Refactor subtransaction handling
Peter Eisentraut (14:55)
pgsql: Fix typo.
Robert Haas (23:22)
pgsql: Don't leave regress_test_role_super lying around.
Robert Haas (23:45)
2011-12-16
pgsql: Improve behavior of concurrent rename statements.
Robert Haas (00:03)
pgsql: Improve behavior of concurrent ALTER <relation> .. SET SCHEMA.
Robert Haas (00:03)
pgsql: include_if_exists facility for config file.
Andrew Dunstan (01:12)
pgsql: Fix reference to "verify-ca" and "verify-full" in a note inthe
Heikki Linnakangas (13:08)
pgsql: Fix reference to "verify-ca" and "verify-full" in a note inthe
Heikki Linnakangas (13:08)
pgsql: Fix reference to "verify-ca" and "verify-full" in a note inthe
Heikki Linnakangas (13:08)
pgsql: Fix reference to "verify-ca" and "verify-full" in a note inthe
Heikki Linnakangas (13:08)
2011-12-17
pgsql: Add --section option to pg_dump and pg_restore.
Andrew Dunstan (00:17)
Re: pgsql: Add --section option to pg_dump and pg_restore.
Thom Brown (00:57)
npgsql - Npgsql2: Fixed a test which were leaking a datareader open.
User Fxjr (01:58)
npgsql - Npgsql2: Fixed line endings.
User Fxjr (02:00)
npgsql - Npgsql2: Added testcase for bug #1011100
User Fxjr (02:01)
Re: pgsql: Add --section option to pg_dump and pg_restore.
Andrew Dunstan (02:32)
npgsql - Npgsql2: Fixed bug [#1011101] LINQ to entities timestamptz
User Fxjr (02:36)
npgsql - Npgsql2: Fixed line endings.
User Fxjr (02:42)
pgsql: Various micro-optimizations for GetSnapshopData().
Robert Haas (02:49)
pgsql: Add missing 'static' qualifier.
Tom Lane (04:19)
Re: pgsql: Add --section option to pg_dump and pg_restore.
Thom Brown (13:13)
pgsql: Clarify the post-data status on unvalidated check constraints.
Andrew Dunstan (17:39)
Re: pgsql: Add --section option to pg_dump and pg_restore.
Andrew Dunstan (18:11)
pgsql: Same clarification for pg_restore.
Andrew Dunstan (18:12)
Re: pgsql: Add --section option to pg_dump and pg_restore.
Thom Brown (21:36)
pgsql: Add SP-GiST (space-partitioned GiST) index access method.
Tom Lane (21:42)
pgsql: Fix compiler warning seen on 64-bit machine.
Tom Lane (21:52)
pgsql: Fix some long-obsolete references to XLogOpenRelation.
Tom Lane (23:27)
pgsql: Remove bogus entries in gist point_ops operator class.
Tom Lane (23:51)
2011-12-18
pgsql: Defend against null scankeys in spgist searches.
Tom Lane (00:08)
pgfiledump - pg_filedump: Preliminary support for SP-GiST indexes.
User Tgl (00:11)
pgsql: Remove tabs in SGML file.
Bruce Momjian (13:33)
pgsql: In ecpg removed old leftover check for given connection name.
Michael Meskes (17:47)
pgsql: In ecpg removed old leftover check for given connection name.
Michael Meskes (17:47)
pgsql: Added test for cursor handling on different connections toregre
Michael Meskes (17:47)
pgsql: In ecpg removed old leftover check for given connection name.
Michael Meskes (17:47)
pgsql: In ecpg removed old leftover check for given connection name.
Michael Meskes (17:47)
pgsql: Mark variables as const in pgtypeslib if they only carry aforma
Michael Meskes (18:04)
pgsql: Split plpython.c into smaller pieces
Peter Eisentraut (19:48)
pgsql: PL/Python: One more file renaming fix to unbreak the build
Peter Eisentraut (20:36)
pgsql: Replace simple constant pg_am.amcanreturn with an AM supportfun
Tom Lane (20:50)
2011-12-19
pgsql: Teach SP-GiST to do index-only scans.
Tom Lane (19:58)
pgsql: Allow CHECK constraints to be declared ONLY
Alvaro Herrera (20:31)
pgsql: Rename updateNodeLink to spgUpdateNodeLink.
Tom Lane (20:38)
Re: pgsql: Allow CHECK constraints to be declared ONLY
Tom Lane (20:39)
pgsql: Forgot catversion bump on previous patch
Alvaro Herrera (20:45)
Re: pgsql: Allow CHECK constraints to be declared ONLY
Alvaro Herrera (20:46)
pgsql: Add support for privileges on types
Peter Eisentraut (22:08)
2011-12-20
pgsql: Avoid crashing when we have problems unlinking filespost-commit
Tom Lane (20:01)
pgsql: Avoid crashing when we have problems unlinking filespost-commit
Tom Lane (20:01)
pgsql: Avoid crashing when we have problems unlinking filespost-commit
Tom Lane (20:01)
pgsql: Avoid crashing when we have problems unlinking filespost-commit
Tom Lane (20:01)
2011-12-21
pgsql: Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane (00:57)
pgsql: Fix gincostestimate to handle ScalarArrayOpExpr reasonably.
Tom Lane (00:57)
pgsql: Shave a few cycles in string_agg().
Robert Haas (13:54)
pgsql: sepgsql: Check CREATE permissions for some object types.
Robert Haas (14:14)
pgsql: Take fewer snapshots.
Robert Haas (14:22)
pgsql: Improve behavior of concurrent CLUSTER.
Robert Haas (20:22)
pgsql: Update per-column ACLs, not only per-table ACL,when changing ta
Tom Lane (23:23)
pgsql: Update per-column ACLs, not only per-table ACL,when changing ta
Tom Lane (23:23)
pgsql: Update per-column ACLs, not only per-table ACL,when changing ta
Tom Lane (23:23)
pgsql: Update per-column ACLs, not only per-table ACL,when changing ta
Tom Lane (23:23)
2011-12-22
npgsql - Npgsql2: Fixed line endings.
User Fxjr (15:08)
pgsql: Don't forget to de-escape the password field in .pgpass.
Robert Haas (18:03)
pgsql: Add ALTER DOMAIN ... RENAME
Peter Eisentraut (20:45)
pgsql: Add a security_barrier option for views.
Robert Haas (21:17)
Re: pgsql: Add a security_barrier option for views.
Tom Lane (21:39)
Re: pgsql: Add a security_barrier option for views.
Alvaro Herrera (21:49)
Re: pgsql: Add a security_barrier option for views.
Jaime Casanova (22:01)
Re: pgsql: Add a security_barrier option for views.
Tom Lane (22:09)
pgsql: Catversion bump for commit0e4611c0234d89e288a53351f775c59522bae
Robert Haas (22:25)
Re: pgsql: Add a security_barrier option for views.
Alvaro Herrera (22:51)
pgsql: Typo fixes.
Robert Haas (22:59)
2011-12-23
pgsql: Add bytea_agg, parallel to string_agg.
Robert Haas (13:42)
pgsql: Improve planner's handling of duplicated index columnexpression
Tom Lane (23:46)
2011-12-25
pgsql: Rethink representation of index clauses' mapping to indexcolumn
Tom Lane (00:03)
2011-12-26
pgsql: Minor enhancements to MVCC chapter
Alvaro Herrera (22:11)
2011-12-27
pgsql: Sort compendium lists for msgmerge
Peter Eisentraut (18:24)
pgsql: Sort file list when creating gettext-files
Peter Eisentraut (18:24)
pgsql: Run "make all" as a prerequisite of "make check"
Peter Eisentraut (18:30)
pgsql: Remove support for on_exit()
Peter Eisentraut (18:59)
pgsql: Standardize treatment of strcmp() return value
Peter Eisentraut (19:20)
2011-12-28
pgsql: Indicate default format in --help output of pg_dump andpg_baseb
Peter Eisentraut (19:07)
2011-12-29
psqlodbc - psqlodbc: Prep release 09.01.0100.
Hiroshi Saito (09:56)
psqlodbc - psqlodbc: Prep release 09.01.0100.
Hiroshi Saito (10:15)
psqlodbc - psqlodbc: 1.
User Hinoue (14:26)
pgsql: pg_dump: Dump user mappings ordered by user name
Peter Eisentraut (19:17)
pgstatspack - pgstatspack: add README
User Uwebartels (20:41)
pgstatspack - pgstatspack: bugfix for 2.3.1 in the installer
User Uwebartels (20:51)
pgsql: PL/Python: Add argument names to function declarations
Peter Eisentraut (20:57)
pgstatspack - pgstatspack: bugfix in calculation
User Uwebartels (21:47)
pgsql: Adjust SP-GiST regression tests to be less locale-sensitive.
Tom Lane (22:05)
2011-12-30
psqlodbc - psqlodbc: Prep release note.
Hiroshi Saito (02:39)
psqlodbc - psqlodbc: Prep release.
Hiroshi Saito (12:46)
pgsql: Modify tools/pgtest to run the 'make' command from a variable,a
Bruce Momjian (21:30)
pgsql: Revert "Remove troublesome Asserts in cost_mergejoin()."
Tom Lane (23:03)
2011-12-31
pgsql: Send new protocol keepalive messages to standby servers.
Simon Riggs (13:34)
2012-01-01
pgsql: Fix Perl copyright script to skip .git subdirectory; running it
Bruce Momjian (22:59)
pgsql: Don't use tabs in Perl scripts, for consistency.
Bruce Momjian (23:00)
pgsql: Update copyright notices for year 2012.
Bruce Momjian (23:02)
Re: pgsql: Update copyright notices for year 2012.
Tom Lane (23:42)
2012-01-02
Re: pgsql: Fix Perl copyright script to skip .git subdirectory; running it
Andrew Dunstan (00:05)
Re: pgsql: Fix Perl copyright script to skip .git subdirectory; running it
Bruce Momjian (00:24)
pgsql: Skip 'ico' and 'bin' extensions in copyright changes.
Bruce Momjian (00:36)
Re: pgsql: Fix Perl copyright script to skip .git subdirectory; running it
Tom Lane (00:41)
pgsql: Revert binary change in copyright year adjustment.
Bruce Momjian (00:42)
pgsql: Revert binary change in copyright year adjustment.
Bruce Momjian (00:42)
Re: pgsql: Update copyright notices for year 2012.
Bruce Momjian (00:44)
Re: pgsql: Fix Perl copyright script to skip .git subdirectory; running it
Bruce Momjian (00:47)
pgsql: Skip any .git directory for copyright changes,not just top-leve
Bruce Momjian (00:47)
Re: pgsql: Fix Perl copyright script to skip .git subdirectory; running it
Bruce Momjian (00:47)
pgsql: Update copyright git skip comment.
Bruce Momjian (03:27)
pgsql: Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks,where possib
Tom Lane (05:02)
pgsql: Use 4-byte slock_t on both PPC and PPC64.
Tom Lane (05:02)
pgsql: Use mutex hint bit in PPC LWARX instructions, where possible.
Tom Lane (05:02)
pgsql: Add comment about skipping binary files for copyright changes.
Bruce Momjian (13:49)
pgsql: Fix coerce_to_target_type for coerce_type's klugy handling ofCO
Tom Lane (19:44)
pgsql: Fix coerce_to_target_type for coerce_type's klugy handling ofCO
Tom Lane (19:44)
pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit()hook
Peter Eisentraut (20:12)
Re: pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Andrew Dunstan (20:55)
pgsql: Another fix for pg_regress: Replace exit_nicely() with exit()pl
Peter Eisentraut (21:30)
Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Peter Eisentraut (21:37)
Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Andrew Dunstan (22:27)
2012-01-03
pgsql: Support for building with MS Visual Studio 2010.
Andrew Dunstan (13:45)
pgsql: Use a non-locking initial test in TAS_SPIN on PPC.
Tom Lane (21:00)
pgsql: Suggest use of psql when pg_restore gets a text dump.
Andrew Dunstan (21:03)
Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Peter Eisentraut (23:29)
Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Andrew Dunstan (23:43)
2012-01-04
Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Robert Haas (02:00)
Re: Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Andrew Dunstan (02:18)
pgsql: Made code in ecpg better readable.
Michael Meskes (13:55)
pgsql: Make executor's SELECT INTO code save and restore originaltuple
Tom Lane (23:31)
pgsql: Make executor's SELECT INTO code save and restore originaltuple
Tom Lane (23:31)
pgsql: Make executor's SELECT INTO code save and restore originaltuple
Tom Lane (23:31)
pgsql: Make executor's SELECT INTO code save and restore originaltuple
Tom Lane (23:31)
2012-01-05
pgsql: Ecpglib stores variables that are used in DECLARE statementsin
Michael Meskes (13:10)
autodoc - autodoc: Update schema for Docbook 4.5.
User Rbt (15:22)
autodoc - autodoc: Mark 1.41 release
User Rbt (15:30)
autodoc - autodoc: 1.41 release notes
User Rbt (15:31)
pgsql: Work around perl bug in SvPVutf8().
Andrew Dunstan (17:05)
pgsql: Work around perl bug in SvPVutf8().
Andrew Dunstan (17:05)
pgsql: Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistentconstrai
Peter Eisentraut (17:52)
pgsql: pg_dump: Dump operators with the same name ordered by arity
Peter Eisentraut (18:45)
pgsql: pg_dump: Dump foreign options in prettier format
Peter Eisentraut (19:14)
Re: [COMMITTERS] pgsql: Work around perl bug in SvPVutf8().
Andrew Dunstan (22:06)
Re: [COMMITTERS] pgsql: Work around perl bug in SvPVutf8().
Alvaro Herrera (22:30)
Re: [COMMITTERS] pgsql: Work around perl bug in SvPVutf8().
Andrew Dunstan (22:55)
pgsql: Fix breakage from earlier plperl fix.
Andrew Dunstan (23:02)
pgsql: Fix breakage from earlier plperl fix.
Andrew Dunstan (23:02)
Re: pgsql: Fix breakage from earlier plperl fix.
Alex Hunsaker (23:31)
Re: pgsql: Fix breakage from earlier plperl fix.
Andrew Dunstan (23:59)
2012-01-06
Re: pgsql: Fix breakage from earlier plperl fix.
Alex Hunsaker (03:59)
Re: pgsql: Fix breakage from earlier plperl fix.
Tom Lane (07:26)
Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.
Andrew Dunstan (13:34)
pgsql: Fix variable confusion in BufferSync().
Robert Haas (13:36)
pgsql: Fix variable confusion in BufferSync().
Robert Haas (13:36)
Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.
Alvaro Herrera (15:49)
Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.
Andrew Dunstan (16:13)
pgsql: Fix pg_restore's direct-to-database mode for INSERT-styletable
Tom Lane (18:05)
pgsql: Fix pg_restore's direct-to-database mode for INSERT-styletable
Tom Lane (18:05)
pgsql: Fix pg_restore's direct-to-database mode for INSERT-styletable
Tom Lane (18:05)
pgsql: Fix pg_restore's direct-to-database mode for INSERT-styletable
Tom Lane (18:05)
pgsql: Fix pg_restore's direct-to-database mode for INSERT-styletable
Tom Lane (18:05)
pgsql: Fix typo, pg_types_date.h => pgtypes_date.h.
Tom Lane (18:31)
pgsql: Fix typo, pg_types_date.h => pgtypes_date.h.
Tom Lane (18:31)
Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.
Alex Hunsaker (19:02)
Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.
Andrew Dunstan (19:13)
pgsql: Make the number of CLOG buffers adaptive,based on shared_buffer
Robert Haas (19:33)
Re: [COMMITTERS] pgsql: Fix breakage from earlier plperl fix.
Tom Lane (21:05)
2012-01-07
pgsql: Improve behavior of concurrent ALTER TABLE,and do some refactor
Robert Haas (03:42)
pgsql: Fix backwards logic in previous commit.
Robert Haas (03:55)
pgsql: Slightly reorganize struct SnapshotData.
Robert Haas (03:59)
pgsql: Use __sync_lock_test_and_set() for spinlocks on ARM,if availabl
Tom Lane (20:40)
pgsql: Use __sync_lock_test_and_set() for spinlocks on ARM,if availabl
Tom Lane (20:40)
pgsql: Use __sync_lock_test_and_set() for spinlocks on ARM,if availabl
Tom Lane (20:40)
pgsql: Use __sync_lock_test_and_set() for spinlocks on ARM,if availabl
Tom Lane (20:40)
pgsql: Use __sync_lock_test_and_set() for spinlocks on ARM,if availabl
Tom Lane (20:40)
pgsql: Rename the internal structures of the CREATE TABLE (LIKE ...)fa
Peter Eisentraut (21:21)
2012-01-09
npgsql - Npgsql2: Fix [#1011138] Connection pooling performance suffers
User Fxjr (14:48)
Re: pgsql: plpython: Add SPI cursor support
Andrew Dunstan (15:35)
Re: pgsql: plpython: Add SPI cursor support
Dave Page (15:52)
Re: pgsql: plpython: Add SPI cursor support
Andrew Dunstan (16:43)
Re: pgsql: plpython: Add SPI cursor support
Tom Lane (16:57)
Re: pgsql: plpython: Add SPI cursor support
Dave Page (17:06)
pgsql: Fix pg_basebackup for keepalive messages
Magnus Hagander (17:10)
Prev
|
Next
Privacy Policy
|
About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group