Mailing lists [pgsql-committers]
- pgbulkload - pgbulkload: Support PostgreSQL 9.1 mhasegawa@pgfoundry.org (User Mhasegawa)
- pgsql: Document that multiple LDAP servers can be specified Magnus Hagander
- pgsql: Document that multiple LDAP servers can be specified Magnus Hagander
- pgsql: Document that multiple LDAP servers can be specified Magnus Hagander
- pgsql: Document that multiple LDAP servers can be specified Magnus Hagander
- pgsql: Have checkpointer send stats once each processing loop. Simon Riggs
- pgsql: Clean up whitespace and indentation in parser and scanner files Peter Eisentraut
- pgsql: Add new file for checkpointer.c Simon Riggs
- pgsql: Comment changes to show bgwriter no longer performs checkpoints. Simon Riggs
- pgsql: Update pg_upgrade comment on missing 'postgres' database. Bruce Momjian
- pgsql: Split work of bgwriter between 2 processes: bgwriter and checkpo Simon Riggs
- pgsql: Allow pg_upgrade to upgrade an old cluster that doesn't have a Bruce Momjian
- pgsql: Fix race condition with toast table access from a stale syscache Tom Lane
- pgsql: Fix race condition with toast table access from a stale syscache Tom Lane
- pgsql: Fix race condition with toast table access from a stale syscache Tom Lane
- pgsql: Fix race condition with toast table access from a stale syscache Tom Lane
- pgsql: Fix race condition with toast table access from a stale syscache Tom Lane
- pgsql: Fix race condition with toast table access from a stale syscache Tom Lane
- pgsql: Preserve Var location information during flatten_join_alias_vars Tom Lane
- pgsql: Initialize myProcLocks queues just once, at postmaster startup. Robert Haas
- ip4r - ip4r: regression test fix (missing order by causing spurious andrewsn@pgfoundry.org (User Andrewsn)
- ip4r - ip4r: suppress a moderately pointless compiler warning andrewsn@pgfoundry.org (User Andrewsn)
- pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby Simon Riggs
- pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby Simon Riggs
- pgsql: Fix timing of Startup CLOG and MultiXact during Hot Standby Simon Riggs
- pgsql: Start Hot Standby faster when initial snapshot is incomplete. Simon Riggs
- pgsql: Remove spurious entry from missed catch while patch juggling Simon Riggs
- pgsql: Start Hot Standby faster when initial snapshot is incomplete. Simon Riggs
- pgsql: Start Hot Standby faster when initial snapshot is incomplete. Simon Riggs
- pgsql: Derive oldestActiveXid at correct time for Hot Standby. Simon Riggs
- pgsql: Derive oldestActiveXid at correct time for Hot Standby. Simon Riggs
- pgsql: Derive oldestActiveXid at correct time for Hot Standby. Simon Riggs
- pgsql: Refactor xlog.c to create src/backend/postmaster/startup.c Simon Riggs
- pgsql: Reduce checkpoints and WAL traffic on low activity database serv Simon Riggs
- Re: pgsql: Reduce checkpoints and WAL traffic on low activity database serv Robert Haas
- Re: pgsql: Reduce checkpoints and WAL traffic on low activity database serv Simon Riggs
- pgsql: Update more comments about checkpoints being done by bgwriter Simon Riggs
- pgsql: Revert "Stop btree indexscans upon reaching nulls in either dire Tom Lane
- pgsql: Revert "Stop btree indexscans upon reaching nulls in either dire Tom Lane
- pgsql: Revert "Stop btree indexscans upon reaching nulls in either dire Tom Lane
- pgsql: Revert "Stop btree indexscans upon reaching nulls in either dire Tom Lane
- pgsql: Fix btree stop-at-nulls logic properly. Tom Lane
- pgsql: Avoid scanning nulls at the beginning of a btree index scan. Tom Lane
- pgsql: Fix handling of PlaceHolderVars in nestloop parameter management Tom Lane
- pgsql: Fix handling of PlaceHolderVars in nestloop parameter management Tom Lane
- pgsql: Improve docs for timing and skipping of checkpoints Simon Riggs
- pgsql: Support range data types. Heikki Linnakangas
- pgsql: Pre-pad WAL files when streaming transaction log Magnus Hagander
- pgsql: Properly close replication connection in pg_receivexlog Magnus Hagander
- pgsql: Do not treat a superuser as a member of every role for HBA purpo Andrew Dunstan
- pgsql: Implement a dry-run mode for isolationtester Alvaro Herrera
- pgsql: Adjust pg_upgrade "new database skip" code, e.g. 'postgres', to Bruce Momjian
- Re: pgsql: Do not treat a superuser as a member of every role for HBA purpo Tom Lane
- Re: pgsql: Do not treat a superuser as a member of every role for HBA purpo Andrew Dunstan
- pgsql: Role membership of superusers is only by explicit membership for Andrew Dunstan
- pgsql: Fix inline_set_returning_function() to allow multiple OUT parame Tom Lane
- pgsql: Fix inline_set_returning_function() to allow multiple OUT parame Tom Lane
- pgsql: Fix inline_set_returning_function() to allow multiple OUT parame Tom Lane
- pgsql: Fix inline_set_returning_function() to allow multiple OUT parame Tom Lane
- pgsql: Fix bogus code in contrib/ tsearch dictionary examples. Tom Lane
- pgsql: Fix bogus code in contrib/ tsearch dictionary examples. Tom Lane
- pgsql: Improve comments for TSLexeme data structure. Tom Lane
- pgsql: Fix bogus code in contrib/ tsearch dictionary examples. Tom Lane
- pgsql: Fix bogus code in contrib/ tsearch dictionary examples. Tom Lane
- pgsql: Fix bogus code in contrib/ tsearch dictionary examples. Tom Lane
- pgsql: Unbreak isolationtester on Win32 Alvaro Herrera
- pgsql: Move user functions related to WAL into xlogfuncs.c Simon Riggs
- pgsql: Check the return value of getcwd(), instead of assuming success. Robert Haas
- pgsql: Silence bogus compiler warning. Robert Haas
- pgsql: Add missing space in comment Magnus Hagander
- pgsql: Add note about using GNU tar warning options for base backups Peter Eisentraut
- pgsql: Fix archive_command example Peter Eisentraut
- pgsql: Fix archive_command example Peter Eisentraut
- pgsql: Fix archive_command example Peter Eisentraut
- pgsql: Fix archive_command example Peter Eisentraut
- pgsql: Fix archive_command example Peter Eisentraut
- pgsql: Make psql \d on a sequence show the table/column owning it Magnus Hagander
- pgsql: Show statistics target for columns in \d+ on a table Magnus Hagander
- Re: pgsql: Show statistics target for columns in \d+ on a table Tom Lane
- pgsql: Don't assume that a tuple's header size is unchanged during toas Tom Lane
- pgsql: Don't assume that a tuple's header size is unchanged during toas Tom Lane
- pgsql: Don't assume that a tuple's header size is unchanged during toas Tom Lane
- pgsql: Don't assume that a tuple's header size is unchanged during toas Tom Lane
- pgsql: Update regression tests for \d+ modification Magnus Hagander
- Re: pgsql: Show statistics target for columns in \d+ on a table Magnus Hagander
- pgsql: Don't assume that a tuple's header size is unchanged during toas Tom Lane
- pgsql: Don't assume that a tuple's header size is unchanged during toas Tom Lane
- pgsql: Oops, forgot to fix the catversion when I committed the range ty Heikki Linnakangas
- pgsql: Un-break horology regression test. Tom Lane
- pgsql: On second thought, we'd better just drop these tests altogether. Tom Lane
- pgsql: Fix timestamp range subdiff functions, when using float datetime Heikki Linnakangas
- pgsql: Fix assorted bugs in contrib/unaccent's configuration file parsi Tom Lane
- pgsql: Fix assorted bugs in contrib/unaccent's configuration file parsi Tom Lane
- pgsql: Fix assorted bugs in contrib/unaccent's configuration file parsi Tom Lane
- pgsql: Minor grammar improvements. Robert Haas
- pgsql: Make VACUUM avoid waiting for a cleanup lock, where possible. Robert Haas
- pgsql: Remove hstore's text => text operator. Robert Haas
- pgsql: -DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS Peter Eisentraut
- pgsql: -DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS Peter Eisentraut
- pgsql: -DLINUX_OOM_ADJ=0 should be in CPPFLAGS, not CFLAGS Peter Eisentraut
- Re: pgsql: Remove hstore's text => text operator. Thom Brown
- Re: pgsql: Make VACUUM avoid waiting for a cleanup lock, where possible. Thom Brown
- pgsql: Adjust range type docs for some last-minute changes I made to th Heikki Linnakangas
- pgsql: Rewrite comment for slightly greater accuracy. Robert Haas
- pgsql: Fix hstore regression tests. Robert Haas
- Re: pgsql: Remove hstore's text => text operator. Andrew Dunstan
- pgsql: Make DatumGetInetP() unpack inet datums with a 1-byte header, an Heikki Linnakangas
- pgsql: Make DatumGetInetP() unpack inet datums with a 1-byte header, an Heikki Linnakangas
- pgsql: Make DatumGetInetP() unpack inet datums with a 1-byte header, an Heikki Linnakangas
- pgsql: Make DatumGetInetP() unpack inet datums with a 1-byte header, an Heikki Linnakangas
- pgsql: Make DatumGetInetP() unpack inet datums with a 1-byte header, an Heikki Linnakangas
- pgsql: Wrap appendrel member outputs in PlaceHolderVars in additional c Tom Lane
- pgsql: Wrap appendrel member outputs in PlaceHolderVars in additional c Tom Lane
- pgsql: Fix random discrepancies between parallel_schedule and serial_sc Tom Lane
- pgsql: Fix random discrepancies between parallel_schedule and serial_sc Tom Lane
- pgsql: Tweak new regression test case for more portability. Tom Lane
- pgsql: In COPY, insert tuples to the heap in batches. Heikki Linnakangas
- pgsql: Fix compiler warning. Robert Haas
- pgsql: Clean gettext-files file in clean target Peter Eisentraut
- pgsql: Fix bugs in the COPY heap-insert batching patch. Heikki Linnakangas
- pgsql: Only install the extension files for the current Python major ve Peter Eisentraut
- pgsql: Only install the extension files for the current Python major ve Peter Eisentraut
- pgsql: Fix another bug in the redo of COPY batches. Heikki Linnakangas
- psqlodbc - psqlodbc: Fix the bug that the first fetch operation doesn't hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Revise the handling of decimal point. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Document that PQexec() can handle a NULL res pointer just fine. Bruce Momjian
- pgsql: Document that PQexec() can handle a NULL res pointer just fine. Bruce Momjian
- pgsql: Fix server header file installation with vpath builds Peter Eisentraut
- pgsql: Fix server header file installation with vpath builds Peter Eisentraut
- pgsql: Fix server header file installation with vpath builds Peter Eisentraut
- pgsql: Fix server header file installation with vpath builds Peter Eisentraut
- pgsql: Fix server header file installation with vpath builds Peter Eisentraut
- pgsql: Fix server header file installation with vpath builds Peter Eisentraut
- pgsql: Avoid platform-dependent infinite loop in pg_dump. Tom Lane
- pgsql: Avoid platform-dependent infinite loop in pg_dump. Tom Lane
- pgsql: Revert removal of trace_userlocks, because userlocks aren't gone Robert Haas
- pgsql: Correct documentation for trace_userlocks. Robert Haas
- pgsql: Correct documentation for trace_userlocks. Robert Haas
- pgsql: Correct documentation for trace_userlocks. Robert Haas
- pgsql: Correct documentation for trace_userlocks. Robert Haas
- pgsql: Throw nice error if server is too old to support psql's \ef or \ Tom Lane
- pgsql: Throw nice error if server is too old to support psql's \ef or \ Tom Lane
- pgsql: Throw nice error if server is too old to support psql's \ef or \ Tom Lane
- pgsql: Throw nice error if server is too old to support psql's \ef or \ Tom Lane
- psqlodbc - psqlodbc: Adjust the operations after closing eof-detected hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: Before dropping the statement, sync and discard the hinoue@pgfoundry.org (User Hinoue)
- psqlodbc - psqlodbc: add the change history. h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Fix psql's \dd version check for operator families. Robert Haas
- pgsql: Avoid retaining multiple relation locks in RangeVarGetRelid. Robert Haas
- pgsql: Add psql expanded auto mode Peter Eisentraut
- pgsql: In plpgsql, allow foreign tables to define row types. Tom Lane
- pgsql: In plpgsql, allow foreign tables to define row types. Tom Lane
- pgsql: Wakeup WALWriter as needed for asynchronous commit performance. Simon Riggs
- pgsql: Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda ha Michael Meskes
- pgsql: Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda ha Michael Meskes
- pgsql: Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda ha Michael Meskes
- pgsql: Run pgindent on range type files, per request from Tom. Bruce Momjian
- pgsql: Rerun pgindent with updated typedef list. Bruce Momjian
- pgsql: Fix copyright notices, other minor editing in new range-types co Tom Lane
- pgsql: Return FALSE instead of throwing error for comparisons with empt Tom Lane
- pgsql: Return NULL instead of throwing error when desired bound is not Tom Lane
- pgsql: Update oidjoins regression test to match git HEAD. Tom Lane
- pgsql: Fix alignment and toasting bugs in range types. Tom Lane
- pgsql: Restructure function-internal caching in the range type code. Tom Lane
- pgsql: Improve caching in range type I/O functions. Tom Lane
- pgsql: Don't elide blank lines when accumulating psql command history. Robert Haas
- pgsql: Don't elide blank lines when accumulating psql command history. Robert Haas
- pgsql: Don't elide blank lines when accumulating psql command history. Robert Haas
- pgsql: Don't elide blank lines when accumulating psql command history. Robert Haas
- pgsql: Don't elide blank lines when accumulating psql command history. Robert Haas
- pgsql: Don't elide blank lines when accumulating psql command history. Robert Haas
- psqlodbc - psqlodbc: Fix memory leaks in case memory overflow. hinoue@pgfoundry.org (User Hinoue)
- pgsql: Code review for range-types catalog entries. Tom Lane
- pgsql: Applied Zoltan's patch to correctly align interval and timestamp Michael Meskes
- pgsql: Applied Zoltan's patch to correctly align interval and timestamp Michael Meskes
- pgsql: Applied Zoltan's patch to correctly align interval and timestamp Michael Meskes
- pgsql: Restructure get_object_address() so it's safe against concurrent Robert Haas
- pgsql: Remove pg_upgrade function no longer called (dir_matching_filena Bruce Momjian
- pgsql: Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL Bruce Momjian
- pgsql: Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL Bruce Momjian
- pgsql: Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch Bruce Momjian
- pgsql: Fix pg_upgrade's pg_scandir_internal() the right way. Backpatch Bruce Momjian
- pgsql: Remove ancient downcasing code from procedural language operatio Robert Haas
- pgsql: Don't quote language name Alvaro Herrera
- Re: pgsql: Don't quote language name Thom Brown
- pgsql: Don't quote language name Alvaro Herrera
- Re: pgsql: Don't quote language name Alvaro Herrera
- Re: pgsql: Don't quote language name Thom Brown
- pgsql: Fix range_cmp_bounds for the case of equal-valued exclusive boun Tom Lane
- pgsql: Extend the unknowns-are-same-as-known-inputs type resolution heu Tom Lane
- pgsql: Declare range inclusion operators as taking anyelement not anyno Tom Lane
- pgsql: Further consolidation of DROP statement handling. Robert Haas
- pgsql: Remove scandir() requirement in pg_upgrade; instead just use re Bruce Momjian
- pgsql: Do missed autoheader run for previous commit. Tom Lane
- Re: pgsql: Do missed autoheader run for previous commit. Bruce Momjian
- Re: pgsql: Do missed autoheader run for previous commit. Tom Lane
- Re: pgsql: Do missed autoheader run for previous commit. Bruce Momjian
- Re: pgsql: Do missed autoheader run for previous commit. Alvaro Herrera
- Re: pgsql: Do missed autoheader run for previous commit. Tom Lane
- Re: pgsql: Do missed autoheader run for previous commit. Alvaro Herrera
- pgsql: Avoid marking buffer dirty when VACUUM has no work to do. Simon Riggs
- Re: pgsql: Avoid marking buffer dirty when VACUUM has no work to do. Tom Lane
- pgsql: Further review of range-types patch. Tom Lane
- npgsql - Npgsql2: Fix: [#1010992] System.Double to DOUBLE PRECISION fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Fixed problem with file encoding. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Removed erroneous line added by mistake. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Avoid floating-point underflow while tracking buffer allocation Tom Lane
- pgsql: Avoid floating-point underflow while tracking buffer allocation Tom Lane
- pgsql: Avoid floating-point underflow while tracking buffer allocation Tom Lane
- pgsql: Avoid floating-point underflow while tracking buffer allocation Tom Lane
- pgsql: Avoid floating-point underflow while tracking buffer allocation Tom Lane
- npgsql - Npgsql2: Fixed some encoding problems detected by Monodevelop. fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Fixed Bug1010788UpdateRowSource testcase. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Further code review for range types patch. Tom Lane
- pgsql: Fix citext upgrade script to update derived copies of pg_type.ty Tom Lane
- pgsql: Fix citext upgrade script to update derived copies of pg_type.ty Tom Lane
- Re: pgsql: Do missed autoheader run for previous commit. Bruce Momjian
- pgsql: More code review for rangetypes patch. Tom Lane
- pgsql: Continue to allow VACUUM to mark last block of index dirty Simon Riggs
- pgsql: Small markup and wording improvement Peter Eisentraut
- pgsql: Still more review for range-types patch. Tom Lane
- pgsql: Check for INSERT privileges in SELECT INTO / CREATE TABLE AS. Robert Haas
- psqlodbc - psqlodbc: Clear col_info(columns info) cache ehen DROP/ALTER hinoue@pgfoundry.org (User Hinoue)
- pgsql: Improve implementation of range-contains-element tests. Tom Lane
- psqlodbc - psqlodbc: add the change history. h-saito@pgfoundry.org (Hiroshi Saito)
- pgsql: Remove zero- and one-argument range constructor functions. Tom Lane
- pgsql: Remove user-selectable ANALYZE option for range types. Tom Lane
- pgsql: Creator of a range type must have permission to call support fun Tom Lane
- pgsql: Adjust range_adjacent to support different canonicalization rule Tom Lane
- pgsql: Some more editing of the range-types documentation. Tom Lane
- pgsql: Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing Bruce Momjian
- pgsql: Preserve SQLSTATE when an SPI error is propagated through PL/pyt Heikki Linnakangas
- pgsql: Preserve SQLSTATE when an SPI error is propagated through PL/pyt Heikki Linnakangas
- pgsql: Dump an unvalidated constraint separately from its table Alvaro Herrera
- pgsql: Fix unsupported options in CREATE TABLE ... AS EXECUTE. Tom Lane
- pgsql: Move "hot" members of PGPROC into a separate PGXACT array. Robert Haas
- pgsql: Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. Tom Lane
- pgsql: Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. Tom Lane
- pgsql: Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. Tom Lane
- pgsql: Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. Tom Lane
- pgsql: Improve logging of autovacuum I/O activity Alvaro Herrera
- pgsql: Allow pg_upgrade to upgrade clusters that use exclusion contrain Bruce Momjian
- pgsql: Allow pg_upgrade to upgrade clusters that use exclusion contrain Bruce Momjian
- pgsql: Allow pg_upgrade to upgrade clusters that use exclusion contrain Bruce Momjian
- pgsql: Modify pg_dump to use error-free memory allocation macros. This Bruce Momjian
- pgsql: Fix unvalidated check constraints on domains, too Alvaro Herrera
- pgsql: Remove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary. Bruce Momjian
- Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This Tom Lane
- pgsql: Take fillfactor into account in the new COPY bulk heap insert co Heikki Linnakangas
- Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This Andrew Dunstan
- Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This Bruce Momjian
- Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This Bruce Momjian
- pgsql: Fix join_path_components() to not add a leading slash when joini Bruce Momjian
- Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This Andrew Dunstan
- Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This Bruce Momjian
- Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This Bruce Momjian
- Re: pgsql: Modify pg_dump to use error-free memory allocation macros. This Andrew Dunstan
- pgsql: Ensure plperl strings are always correctly UTF8 encoded. Andrew Dunstan
- pgsql: Ensure plperl strings are always correctly UTF8 encoded. Andrew Dunstan
- pgsql: Fix overly-aggressive and inconsistent quoting in OS X start scr Tom Lane
- pgsql: Fix overly-aggressive and inconsistent quoting in OS X start scr Tom Lane
- pgsql: Fix overly-aggressive and inconsistent quoting in OS X start scr Tom Lane
- pgsql: Make GiST index searches smarter about queries against empty ran Tom Lane
- pgsql: Use the preferred version of xsubpp, not necessarily the one tha Andrew Dunstan
- pgsql: Use the preferred version of xsubpp, not necessarily the one tha Andrew Dunstan
- pgfiledump - pg_filedump: Update for Postgres 9.1; add knowledge of some tgl@pgfoundry.org (User Tgl)
- Re: pgsql: Ensure plperl strings are always correctly UTF8 encoded. Tom Lane
- Re: pgsql: Ensure plperl strings are always correctly UTF8 encoded. Andrew Dunstan
- pgsql: Use the right interpreter for encoding test. Andrew Dunstan
- pgsql: Use the right interpreter for encoding test. Andrew Dunstan
- pgsql: Move pg_dump memory routines into pg_dumpmem.c/h and restore com Bruce Momjian
- pgsql: Fix MSVC builds broken by xsubpp change Andrew Dunstan
- pgsql: Fix MSVC builds broken by xsubpp change Andrew Dunstan
- Re: pgsql: Move pg_dump memory routines into pg_dumpmem.c/h and restore com Andrew Dunstan
- Re: pgsql: Move pg_dump memory routines into pg_dumpmem.c/h and restore com Tom Lane
- pgsql: Use the proper macro to convert a bool to a Datum. Tom Lane
- pgsql: Add pg_upgrade test suite Peter Eisentraut
- pgsql: Improve GiST range-contained-by searches by adding a flag for em Tom Lane
- pgsql: Use IEEE infinity, not 1e10, for null-and-not-null case in gistp Tom Lane
- Re: pgsql: Move pg_dump memory routines into pg_dumpmem.c/h and restore com Andrew Dunstan
- pgsql: Make pg_dumpall build with the right object files under MSVC. Andrew Dunstan
- pgsql: Ensure that whole-row junk Vars are always of composite type. Tom Lane
- pgsql: Ensure that whole-row junk Vars are always of composite type. Tom Lane
- pgsql: Ensure that whole-row junk Vars are always of composite type. Tom Lane
- pgsql: Add libpq connection option to disable SSL compression Magnus Hagander
- pgsql: Backpatch "Use the preferred version of xsubpp." Andrew Dunstan
- pgsql: Backpatch "Use the preferred version of xsubpp." Andrew Dunstan
- pgsql: Backpatch "Use the preferred version of xsubpp." Andrew Dunstan
- pgsql: Backpatch "Use the preferred version of xsubpp." Andrew Dunstan
- Re: pgsql: Make pg_dumpall build with the right object files under MSVC. Bruce Momjian
- Re: pgsql: Make pg_dumpall build with the right object files under MSVC. Andrew Dunstan
- Re: pgsql: Make pg_dumpall build with the right object files under MSVC. Alvaro Herrera
- pgsql: Fix some bogosities in pg_dump's foreign-table support. Tom Lane
- pgsql: Fix some bogosities in pg_dump's foreign-table support. Tom Lane
- pgsql: Remove erroneous claim about use of pg_locks.objid for advisory Tom Lane
- pgsql: Remove erroneous claim about use of pg_locks.objid for advisory Tom Lane
- pgsql: Remove erroneous claim about use of pg_locks.objid for advisory Tom Lane
- pgsql: Remove erroneous claim about use of pg_locks.objid for advisory Tom Lane
- stackbuilder - wizard: Don't try to open the registry file in read/write dpage@pgfoundry.org (Dave Page)
- stackbuilder - wizard: Don't try to use a download counter unless the dpage@pgfoundry.org (Dave Page)
- pgsql: Convert eval_const_expressions's long series of IsA tests into a Tom Lane
- Re: pgsql: Make pg_dumpall build with the right object files under MSVC. Bruce Momjian
- pgsql: Pgindent clauses.c, per request from Tom. Bruce Momjian
- pgsql: Disallow deletion of CurrentExtensionObject while running extens Tom Lane
- pgsql: Disallow deletion of CurrentExtensionObject while running extens Tom Lane
- pgsql: Make some minor formatting improvements to what pgindent did. Tom Lane
- pgsql: Document that perl needs to be indented during the pgindent run. Bruce Momjian
- npgsql - Npgsql2: Normalized line endings.... fxjr@pgfoundry.org (User Fxjr)
- npgsql - Npgsql2: Normalized line endings... fxjr@pgfoundry.org (User Fxjr)
- pgsql: pg_dump: Fix clean rule after file renaming shuffle Peter Eisentraut
- pgsql: plpython: Fix sed expression in python3 build Peter Eisentraut
- pgsql: python.m4: Remove useless "import string" calls Peter Eisentraut
- pgsql: pg_upgrade: Disable installcheck Peter Eisentraut
- stackbuilder - wizard: Bump version dpage@pgfoundry.org (Dave Page)
- pgsql: pg_dump: Add gettext plural support to error message Peter Eisentraut
- pgsql: pg_dump: Add gettext plural support to error message Peter Eisentraut
- Re: pgsql: pg_dump: Add gettext plural support to error message Tom Lane
- Re: pgsql: pg_dump: Add gettext plural support to error message Peter Eisentraut
- pgsql: When a row fails a CHECK constraint, show row's contents in errd Tom Lane
- pgsql: Suggest configure options for server developers. Bruce Momjian
- pgsql: Simplify the pg_dump/pg_restore error reporting macros, and allo Bruce Momjian
- pgsql: When a row fails a not-null constraint, show row's contents in e Tom Lane
- pgsql: In docs, suggest "-O0 -g" only if using a debugger. Bruce Momjian
- pgsql: Clean up after recent pg_dump patches. Tom Lane
- pgsql: Change installation docs to mention general debugging options. Bruce Momjian
- pgsql: Prevent autovacuum transactions from running in serializable mod Tom Lane
- pgsql: Prevent autovacuum transactions from running in serializable mod Tom Lane
- Re: pgsql: Prevent autovacuum transactions from running in serializable mod Andrew Dunstan
- Re: pgsql: Prevent autovacuum transactions from running in serializable mod Andrew Dunstan
- Re: pgsql: Prevent autovacuum transactions from running in serializable mod Tom Lane
- pgsql: Move EXTRA_CLEAN to where it actually works. Tom Lane
- pgsql: Remove duplicate definition of 'progname'. Tom Lane
- pgsql: Strip file names reported in error messages in vpath builds Peter Eisentraut
- pgsql: Strip file names reported in error messages in vpath builds Peter Eisentraut
- pgsql: Strip file names reported in error messages in vpath builds Peter Eisentraut
- pgsql: Strip file names reported in error messages in vpath builds Peter Eisentraut
- pgsql: Strip file names reported in error messages in vpath builds Peter Eisentraut
- pgsql: Strip file names reported in error messages in vpath builds Peter Eisentraut
- pgsql: Tweak previous patch to ensure edata->filename always gets initi Tom Lane
- pgsql: Tweak previous patch to ensure edata->filename always gets initi Tom Lane
- pgsql: Tweak previous patch to ensure edata->filename always gets initi Tom Lane
- pgsql: Tweak previous patch to ensure edata->filename always gets initi Tom Lane
- pgsql: Tweak previous patch to ensure edata->filename always gets initi Tom Lane
- pgsql: Tweak previous patch to ensure edata->filename always gets initi Tom Lane
- npgsql - Npgsql2: Removed assembly info creation from build process. fxjr@pgfoundry.org (User Fxjr)
- pgsql: Improve table locking behavior in the face of current DDL. Robert Haas
- pgsql: Update time zone data files to tzdata release 2011n. Tom Lane
- pgsql: Update time zone data files to tzdata release 2011n. Tom Lane
- pgsql: Update time zone data files to tzdata release 2011n. Tom Lane
- pgsql: Update time zone data files to tzdata release 2011n. Tom Lane
- pgsql: Update time zone data files to tzdata release 2011n. Tom Lane
- pgsql: Update time zone data files to tzdata release 2011n. Tom Lane
- pgsql: Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. Tom Lane
- pgsql: Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. Tom Lane
- pgsql: Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. Tom Lane
- pgsql: Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. Tom Lane
- pgsql: Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. Tom Lane
- pgsql: Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. Tom Lane