Mailing lists [pgsql-committers]
- pgsql: Fix some odd behaviors when using a SQL-style simple GMT offset Tom Lane
- pgsql: Fix some odd behaviors when using a SQL-style simple GMT offset Tom Lane
- pgsql: Fix some odd behaviors when using a SQL-style simple GMT offset Tom Lane
- pgsql: Fix some odd behaviors when using a SQL-style simple GMT offset Tom Lane
- pgsql: Fix some odd behaviors when using a SQL-style simple GMT offset Tom Lane
- pgsql: Fix some odd behaviors when using a SQL-style simple GMT offset Tom Lane
- pgsql: Remove internal uses of CTimeZone/HasCTZSet. Tom Lane
- pgsql: Remove CTimeZone/HasCTZSet, root and branch. Tom Lane
- pgsql: Ensure all files created for a single BufFile have the same reso Tom Lane
- pgsql: Ensure all files created for a single BufFile have the same reso Tom Lane
- pgsql: Ensure all files created for a single BufFile have the same reso Tom Lane
- pgsql: Ensure all files created for a single BufFile have the same reso Tom Lane
- pgsql: Ensure all files created for a single BufFile have the same reso Tom Lane
- pgsql: Ensure all files created for a single BufFile have the same reso Tom Lane
- pgsql: Retry after buffer locking failure during SPGiST index creation. Tom Lane
- pgsql: Retry after buffer locking failure during SPGiST index creation. Tom Lane
- pgsql: Retry after buffer locking failure during SPGiST index creation. Tom Lane
- pgsql: Fix subquery reference to non-populated MV in CMV. Kevin Grittner
- pgsql: Fix subquery reference to non-populated MV in CMV. Kevin Grittner
- pgsql: Acquire appropriate locks when rewriting during RMV. Kevin Grittner
- pgsql: Acquire appropriate locks when rewriting during RMV. Kevin Grittner
- pgsql: Changed test case slightly so it doesn't have an unused typedef. Michael Meskes
- pgsql: Changed test case slightly so it doesn't have an unused typedef. Michael Meskes
- pgsql: Changed test case slightly so it doesn't have an unused typedef. Michael Meskes
- pgsql: Changed test case slightly so it doesn't have an unused typedef. Michael Meskes
- pgsql: Changed test case slightly so it doesn't have an unused typedef. Michael Meskes
- Re: pgsql: Changed test case slightly so it doesn't have an unused typedef. Tom Lane
- pgsql: Changed test case slightly so it doesn't have an unused typedef. Michael Meskes
- Re: pgsql: Changed test case slightly so it doesn't have an unused typedef. Michael Meskes
- pgsql: Prevent memory leaks from accumulating across printtup() calls. Tom Lane
- pgsql: Prevent memory leaks from accumulating across printtup() calls. Tom Lane
- pgsql: Prevent memory leaks from accumulating across printtup() calls. Tom Lane
- pgsql: Get rid of more cases of the "must detoast before output functio Tom Lane
- pgsql: Fix parsing of xlog file name in pg_receivexlog. Heikki Linnakangas
- pgsql: Fix parsing of xlog file name in pg_receivexlog. Heikki Linnakangas
- pgsql: Fix format code used to print dsm request sizes. Robert Haas
- pgsql: Fix breakage of MV column name list usage. Kevin Grittner
- pgsql: Fix breakage of MV column name list usage. Kevin Grittner
- pgsql: Lock relation used to generate fresh data for RMV. Kevin Grittner
- pgsql: Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820. Tom Lane
- pgsql: Improve the error message given for modifying a window with fram Tom Lane
- pgsql: Improve the error message given for modifying a window with fram Tom Lane
- pgsql: Improve the error message given for modifying a window with fram Tom Lane
- pgsql: Improve the error message given for modifying a window with fram Tom Lane
- pgsql: Improve the error message given for modifying a window with fram Tom Lane
- pgsql: Improve the error message given for modifying a window with fram Tom Lane
- pgsql: Misc GIN refactoring. Heikki Linnakangas
- pgsql: Fix missing argument and function prototypes. Heikki Linnakangas
- pgsql: Keep heap open until new heap generated in RMV. Kevin Grittner
- pgsql: Keep heap open until new heap generated in RMV. Kevin Grittner
- pgsql: Prevent creating window functions with default arguments. Tom Lane
- pgsql: Prevent creating window functions with default arguments. Tom Lane
- pgsql: Support default arguments and named-argument notation for window Tom Lane
- pgsql: Support default arguments and named-argument notation for window Tom Lane
- pgsql: Prevent creating window functions with default arguments. Tom Lane
- pgsql: Support default arguments and named-argument notation for window Tom Lane
- pgsql: Be more robust when strerror() doesn't give a useful result. Tom Lane
- pgsql: Add #ifdef guards for some POSIX error symbols that Windows does Tom Lane
- pgsql: Fix setting of right bound at GIN page split. Heikki Linnakangas
- pgsql: Fix generation of MergeAppend plans for optimized min/max on exp Tom Lane
- pgsql: Fix generation of MergeAppend plans for optimized min/max on exp Tom Lane
- pgsql: Fix generation of MergeAppend plans for optimized min/max on exp Tom Lane
- pgsql: Fix generation of MergeAppend plans for optimized min/max on exp Tom Lane
- pgsql: Prevent display of dropped columns in row constraint violation m Tom Lane
- pgsql: Prevent display of dropped columns in row constraint violation m Tom Lane
- pgsql: Prevent display of dropped columns in row constraint violation m Tom Lane
- pgsql: Be more robust when strerror() doesn't give a useful result. Tom Lane
- pgsql: Be more robust when strerror() doesn't give a useful result. Tom Lane
- pgsql: Be more robust when strerror() doesn't give a useful result. Tom Lane
- pgsql: Be more robust when strerror() doesn't give a useful result. Tom Lane
- pgsql: Be more robust when strerror() doesn't give a useful result. Tom Lane
- pgsql: Silence benign warnings from clang version 3.0-6ubuntu3. Kevin Grittner
- Re: pgsql: Silence benign warnings from clang version 3.0-6ubuntu3. Tom Lane
- pgsql: Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void) 0) when not i Tom Lane
- pgsql: Fix subtly-wrong volatility checking in BeginCopyFrom(). Tom Lane
- pgsql: Fix subtly-wrong volatility checking in BeginCopyFrom(). Tom Lane
- pgsql: Fix subtly-wrong volatility checking in BeginCopyFrom(). Tom Lane
- Re: pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value Kevin Grittner
- pgsql: Make contain_volatile_functions/contain_mutable_functions look i Tom Lane
- pgsql: Make contain_volatile_functions/contain_mutable_functions look i Tom Lane
- pgsql: Make contain_volatile_functions/contain_mutable_functions look i Tom Lane
- pgsql: Make contain_volatile_functions/contain_mutable_functions look i Tom Lane
- pgsql: Make contain_volatile_functions/contain_mutable_functions look i Tom Lane
- pgsql: Make contain_volatile_functions/contain_mutable_functions look i Tom Lane
- Re: pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value Tom Lane
- pgsql: Add the notion of REPLICA IDENTITY for a table. Robert Haas
- Re: pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value Kevin Grittner
- Re: pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value Tom Lane
- pgsql: Fix pg_isolation_regress to work outside its build directory. Robert Haas
- pgsql: doc: Clarify under what circumstances pg_dump needs superuser ac Robert Haas
- pgsql: Fix race condition in GIN posting tree page deletion. Heikki Linnakangas
- pgsql: Fix race condition in GIN posting tree page deletion. Heikki Linnakangas
- pgsql: Fix race condition in GIN posting tree page deletion. Heikki Linnakangas
- pgsql: Fix race condition in GIN posting tree page deletion. Heikki Linnakangas
- pgsql: Fix race condition in GIN posting tree page deletion. Heikki Linnakangas
- pgsql: Fix race condition in GIN posting tree page deletion. Heikki Linnakangas
- Re: pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value Kevin Grittner
- Re: pgsql: Fix blatantly broken record_image_cmp() logic for pass-by-value Kevin Grittner
- Re: pgsql: Fix pg_isolation_regress to work outside its build directory. Andres Freund
- pgsql: Fix ECPG compiler warning. Robert Haas
- pgsql: Fix whitespace issues found by git diff --check, add gitattribut Peter Eisentraut
- Re: pgsql: Ensure that XLOG_HEAP2_VISIBLE always targets an initialized pag Andres Freund
- pgsql: Don't abort pg_basebackup when receiving empty WAL block Magnus Hagander
- Re: pgsql: doc: Clarify under what circumstances pg_dump needs superuser ac Thom Brown
- pgsql: Don't abort pg_basebackup when receiving empty WAL block Magnus Hagander
- pgsql: Don't abort pg_basebackup when receiving empty WAL block Magnus Hagander
- Re: pgsql: Fix whitespace issues found by git diff --check, add gitattribut Tom Lane
- pgsql: Re-allow duplicate aliases within aliased JOINs. Tom Lane
- pgsql: Re-allow duplicate aliases within aliased JOINs. Tom Lane
- pgsql: Fix ruleutils pretty-printing to not generate trailing whitespac Tom Lane
- pgsql: Fix ruleutils pretty-printing to not generate trailing whitespac Tom Lane
- pgsql: Fix failure with whole-row reference to a subquery. Tom Lane
- pgsql: Fix failure with whole-row reference to a subquery. Tom Lane
- pgsql: Fix failure with whole-row reference to a subquery. Tom Lane
- pgsql: Remove leftovers of IRIX port Peter Eisentraut
- pgsql: Fix doc links in README file to work with new website layout Magnus Hagander
- pgsql: Fix doc links in README file to work with new website layout Magnus Hagander
- pgsql: Fix doc links in README file to work with new website layout Magnus Hagander
- pgsql: Fix doc links in README file to work with new website layout Magnus Hagander
- pgsql: Fix doc links in README file to work with new website layout Magnus Hagander
- pgsql: Fix doc links in README file to work with new website layout Magnus Hagander
- Re: pgsql: Fix pg_isolation_regress to work outside its build directory. Andres Freund
- pgsql: doc: Fix typo. Robert Haas
- Re: pgsql: doc: Clarify under what circumstances pg_dump needs superuser ac Robert Haas
- pgsql: Try again to make pg_isolation_regress work its build directory. Robert Haas
- Re: pgsql: Try again to make pg_isolation_regress work its build directory. Robert Haas
- pgsql: gitattributes: Make syntax compatible with older Git versions Peter Eisentraut
- pgsql: Move variable closer to where it is used Peter Eisentraut
- pgsql: Fix bug in GIN posting tree root creation. Heikki Linnakangas
- pgsql: Free ignorelist after each regression test schedule. Kevin Grittner
- pgsql: docs: clarify MVCC introduction to allow for per-statement snap Bruce Momjian
- pgsql: Fix relfilenodemap.c's handling of cache invalidations. Robert Haas
- pgsql: Fix isolation check for MSVC to handle recent changes. Andrew Dunstan
- pgsql: Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane
- pgsql: Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane
- pgsql: Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane
- pgsql: Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane
- pgsql: Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane
- pgsql: Clarify CREATE FUNCTION documentation about handling of typmods. Tom Lane
- pgsql: Fix whitespace Peter Eisentraut
- pgsql: Fix incorrect column name in psql \d code. Tom Lane
- pgsql: Add a regression test case for \d on an index. Tom Lane
- pgsql: Use a hash table to store current sequence values. Heikki Linnakangas
- pgsql: Fix bogus hash table creation. Heikki Linnakangas
- pgsql: doc: Restore proper alphabetical order. Robert Haas
- pgsql: doc: Restore proper alphabetical order. Robert Haas
- pgsql: Fix buffer overrun in isolation test program. Kevin Grittner
- pgsql: Minor comment corrections for sequence hashtable patch. Tom Lane
- pgsql: Prevent leakage of cached plans and execution trees in plpgsql D Tom Lane
- pgsql: Compute correct em_nullable_relids in get_eclass_for_sort_expr() Tom Lane
- pgsql: Compute correct em_nullable_relids in get_eclass_for_sort_expr() Tom Lane
- pgsql: Compute correct em_nullable_relids in get_eclass_for_sort_expr() Tom Lane
- pgsql: Clean up password prompting logic in streamutil.c. Tom Lane
- pgsql: Speed up printing of INSERT statements in pg_dump. Tom Lane
- pgsql: Fix incorrect loop counts in tidbitmap.c. Tom Lane
- pgsql: Fix incorrect loop counts in tidbitmap.c. Tom Lane
- pgsql: Fix incorrect loop counts in tidbitmap.c. Tom Lane
- pgsql: Fix incorrect loop counts in tidbitmap.c. Tom Lane
- pgsql: Fix incorrect loop counts in tidbitmap.c. Tom Lane
- pgsql: Fix incorrect loop counts in tidbitmap.c. Tom Lane
- pgsql: Remove pgbench's hardwired limit on line length in custom script Tom Lane
- pgsql: pg_upgrade: Fix some whitespace oddities Peter Eisentraut
- pgsql: Allow aggregates to provide estimates of their transition state Tom Lane
- pgsql: Improve performance of numeric sum(), avg(), stddev(), variance( Tom Lane
- pgsql: Add make_date() and make_time() functions. Tom Lane
- pgsql: Count locked pages that don't need vacuuming as scanned. Heikki Linnakangas
- pgsql: Count locked pages that don't need vacuuming as scanned. Heikki Linnakangas
- pgsql: Count locked pages that don't need vacuuming as scanned. Heikki Linnakangas
- pgsql: Use cstring_to_text_with_len when length is known. Robert Haas
-
pgsql: Replace appendPQExpBuffer(...,
) with appendPQExpBuffe Heikki Linnakangas - pgsql: Spell SQL keywords in uppercase in pg_dump's query. Heikki Linnakangas
- pgsql: unaccent: Revert patch 9299f6179838cef8aa1123f6fb76f0d3d6f2decc Bruce Momjian
- Re: pgsql: Ensure that XLOG_HEAP2_VISIBLE always targets an initialized pag Bruce Momjian
- Re: pgsql: Ensure that XLOG_HEAP2_VISIBLE always targets an initialized pag Andres Freund
- pgsql: pg_upgrade: Report full disk better Peter Eisentraut
- pgsql: pg_upgrade: Report full disk better Peter Eisentraut
- pgsql: Add tab completion for \pset in psql. Fujii Masao
- pgsql: pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns Bruce Momjian
- pgsql: docs: update page format to specify page checksum field Bruce Momjian
- pgsql: docs: update page format to specify page checksum field Bruce Momjian
- pgsql: ecpg: Split off mmfatal() from mmerror() Peter Eisentraut
- pgsql: Further GIN refactoring. Heikki Linnakangas
- pgsql: Refactor the internal GIN B-tree interface for forming a downlin Heikki Linnakangas
- pgsql: More GIN refactoring. Heikki Linnakangas
- pgsql: Fix pg_isready to handle -d option properly. Fujii Masao
- pgsql: Fix pg_isready to handle -d option properly. Fujii Masao
- pgsql: Support multi-argument UNNEST(), and TABLE() syntax for multiple Tom Lane
- pgsql: Tweak streamutil.c further to avoid scan-build warning Peter Eisentraut
- pgsql: Avoid acquiring spinlock when checking if recovery has finished, Heikki Linnakangas
- pgsql: Fix Hot-Standby initialization of clog and subtrans. Heikki Linnakangas
- pgsql: Fix Hot-Standby initialization of clog and subtrans. Heikki Linnakangas
- pgsql: Fix Hot-Standby initialization of clog and subtrans. Heikki Linnakangas
- pgsql: Fix Hot-Standby initialization of clog and subtrans. Heikki Linnakangas
- pgsql: Fix Hot-Standby initialization of clog and subtrans. Heikki Linnakangas
- pgsql: Fix quoting in help messages in uuid-ossp extension scripts. Tom Lane
- pgsql: Fix quoting in help messages in uuid-ossp extension scripts. Tom Lane
- pgsql: Fix quoting in help messages in uuid-ossp extension scripts. Tom Lane
- pgsql: Fix quoting in help messages in uuid-ossp extension scripts. Tom Lane
- Re: pgsql: Ensure that XLOG_HEAP2_VISIBLE always targets an initialized pag Stefan Kaltenbrunner
- pgsql: Flatten join alias Vars before pulling up targetlist items from Tom Lane
- pgsql: Flatten join alias Vars before pulling up targetlist items from Tom Lane
- pgsql: Flatten join alias Vars before pulling up targetlist items from Tom Lane
- pgsql: Flatten join alias Vars before pulling up targetlist items from Tom Lane
- pgsql: Flatten join alias Vars before pulling up targetlist items from Tom Lane
- pgsql: Flatten join alias Vars before pulling up targetlist items from Tom Lane
- pgsql: Avoid potential buffer overflow crash Peter Eisentraut
- pgsql: Avoid potential buffer overflow crash Peter Eisentraut
- pgsql: Avoid potential buffer overflow crash Peter Eisentraut
- pgsql: Avoid potential buffer overflow crash Peter Eisentraut
- pgsql: Fix thinko in SPI_execute_plan() calls Peter Eisentraut
- pgsql: Avoid potential buffer overflow crash Peter Eisentraut
- pgsql: Avoid potential buffer overflow crash Peter Eisentraut
- pgsql: Ensure _dosmaperr() actually sets errno correctly. Tom Lane
- pgsql: Ensure _dosmaperr() actually sets errno correctly. Tom Lane
- pgsql: Ensure _dosmaperr() actually sets errno correctly. Tom Lane
- pgsql: Ensure _dosmaperr() actually sets errno correctly. Tom Lane
- pgsql: Ensure _dosmaperr() actually sets errno correctly. Tom Lane
- pgsql: Ensure _dosmaperr() actually sets errno correctly. Tom Lane
- pgsql: Fix array slicing of int2vector and oidvector values. Tom Lane
- pgsql: Fix array slicing of int2vector and oidvector values. Tom Lane
- pgsql: Fix array slicing of int2vector and oidvector values. Tom Lane
- pgsql: Fix array slicing of int2vector and oidvector values. Tom Lane
- pgsql: Fix array slicing of int2vector and oidvector values. Tom Lane
- pgsql: Fix array slicing of int2vector and oidvector values. Tom Lane
- pgsql: PL/Tcl: Add event trigger support Peter Eisentraut
- pgsql: Defend against bad trigger definitions in contrib/lo's lo_manage Tom Lane
- pgsql: Defend against bad trigger definitions in contrib/lo's lo_manage Tom Lane
- pgsql: Defend against bad trigger definitions in contrib/lo's lo_manage Tom Lane
- pgsql: Defend against bad trigger definitions in contrib/lo's lo_manage Tom Lane
- pgsql: Defend against bad trigger definitions in contrib/lo's lo_manage Tom Lane
- pgsql: Defend against bad trigger definitions in contrib/lo's lo_manage Tom Lane
- pgsql: Distinguish between C and SQL mode for C-style comments. Michael Meskes
- pgsql: Allow C array definitions to use sizeof(). Michael Meskes
- pgsql: Fix new and latent bugs with errno handling in secure_read/secur Tom Lane
- pgsql: Lessen library-loading log level. Jeff Davis
- pgsql: Fix ecpg parsing of sizeof(). Michael Meskes
- pgsql: More improvement to comment parsing in ecpg. Michael Meskes
- pgsql: Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior Bruce Momjian
- pgsql: Add missing entry for session_preload_libraries in sample config Jeff Davis
- pgsql: Handle domains over arrays like plain arrays in PL/python. Heikki Linnakangas
- pgsql: ECPG: Fix offset to NULL/size indicator array. Michael Meskes
- pgsql: ECPG: Fix offset to NULL/size indicator array. Michael Meskes
- pgsql: ECPG: Make the preprocessor emit '; ' if the variable type for a Michael Meskes
- pgsql: ECPG: Fix offset to NULL/size indicator array. Michael Meskes
- pgsql: ECPG: Fix offset to NULL/size indicator array. Michael Meskes
- pgsql: ECPG: Make the preprocessor emit '; ' if the variable type for a Michael Meskes
- pgsql: ECPG: Make the preprocessor emit '; ' if the variable type for a Michael Meskes
- pgsql: ECPG: Simplify free_variable() Michael Meskes
- pgsql: ECPG: Add EXEC SQL CLOSE C to the tests. Michael Meskes
- pgsql: ECPG: Free the malloc()'ed variables in the test so it comes out Michael Meskes
- pgsql: ECPG: Make the preprocessor emit '; ' if the variable type for a Michael Meskes
- pgsql: ECPG: Make the preprocessor emit '; ' if the variable type for a Michael Meskes
- pgsql: ECPG: Fix offset to NULL/size indicator array. Michael Meskes
- pgsql: ECPG: Fix offset to NULL/size indicator array. Michael Meskes
- pgsql: ECPG: Make the preprocessor emit '; ' if the variable type for a Michael Meskes
- pgsql: Oops, forgot to "git add" last minute changes to regression test Heikki Linnakangas
- pgsql: doc: Add id to index in XSLT build Peter Eisentraut
- pgsql: Implement information_schema.parameters.parameter_default column Peter Eisentraut
- pgsql: Fix typo in release note. Fujii Masao
- pgsql: Fix typo in release note. Fujii Masao
- pgsql: Fix typo in release note. Fujii Masao
- pgsql: Fix typo in release note. Fujii Masao
- pgsql: Add --xlogdir option to pg_basebackup, for specifying the pg_xlo Fujii Masao
- pgsql: ECPG: Fix searching for quoted cursor names case-sensitively. Michael Meskes
- pgsql: Documentation fix for ecpg. Michael Meskes
- pgsql: ECPG: Fix searching for quoted cursor names case-sensitively. Michael Meskes
- pgsql: ECPG: Fix searching for quoted cursor names case-sensitively. Michael Meskes
- pgsql: Documentation fix for ecpg. Michael Meskes
- pgsql: Documentation fix for ecpg. Michael Meskes
- pgsql: ECPG: Fix searching for quoted cursor names case-sensitively. Michael Meskes
- pgsql: Documentation fix for ecpg. Michael Meskes
- pgsql: Don't update relfrozenxid if any pages were skipped. Heikki Linnakangas
- pgsql: Don't update relfrozenxid if any pages were skipped. Heikki Linnakangas
- pgsql: Don't update relfrozenxid if any pages were skipped. Heikki Linnakangas
- pgsql: Don't update relfrozenxid if any pages were skipped. Heikki Linnakangas
- pgsql: Don't update relfrozenxid if any pages were skipped. Heikki Linnakangas
- pgsql: Don't update relfrozenxid if any pages were skipped. Heikki Linnakangas
- pgsql: Fix plpython3 expected output. Heikki Linnakangas
- pgsql: More GIN refactoring. Heikki Linnakangas
- pgsql: Get rid of the post-recovery cleanup step of GIN page splits. Heikki Linnakangas
- pgsql: Minor corrections in lmgr/README. Tom Lane
- pgsql: Minor correction of READ COMMITTED isolation level docs. Kevin Grittner
- pgsql: Fix stale-pointer problem in fast-path locking logic. Tom Lane
- pgsql: Fix stale-pointer problem in fast-path locking logic. Tom Lane
- pgsql: Fix stale-pointer problem in fast-path locking logic. Tom Lane
- pgsql: doc: Put data types in alphabetical order Peter Eisentraut
- pgsql: doc: Put data types in alphabetical order Peter Eisentraut
- pgsql: doc: Put data types in alphabetical order Peter Eisentraut
- pgsql: pg_buffercache docs: adjust order of fields Bruce Momjian
- pgsql: doc: Set chunk.first.sections in XSLT, for consistency with DSSS Peter Eisentraut
- pgsql: Cope with heap_fetch failure while locking an update chain Alvaro Herrera
- pgsql: Cope with heap_fetch failure while locking an update chain Alvaro Herrera
- pgsql: Compare Xmin to previous Xmax when locking an update chain Alvaro Herrera
- pgsql: Compare Xmin to previous Xmax when locking an update chain Alvaro Herrera
- pgsql: Use a more granular approach to follow update chains Alvaro Herrera
- pgsql: Use a more granular approach to follow update chains Alvaro Herrera
- pgsql: Don't try to set InvalidXid as page pruning hint Alvaro Herrera
- pgsql: Don't try to set InvalidXid as page pruning hint Alvaro Herrera
- pgsql: Unbreak buildfarm Alvaro Herrera
- pgsql: Fix latent(?) race condition in LockReleaseAll. Tom Lane
- pgsql: Fix latent(?) race condition in LockReleaseAll. Tom Lane
- pgsql: Fix latent(?) race condition in LockReleaseAll. Tom Lane
- pgsql: Fix gin_desc routine to match the WAL format. Heikki Linnakangas
- pgsql: Another gin_desc fix. Heikki Linnakangas
- pgsql: Refine our definition of what constitutes a system relation. Robert Haas
- pgsql: doc: Allow selecting web site CSS style sheet in XSLT HTML build Peter Eisentraut
- pgsql: doc: Enhance documentation of ssl_ciphers setting a bit Peter Eisentraut
- pgsql: Fix assorted race conditions in the new timeout infrastructure. Tom Lane
- pgsql: Fix assorted race conditions in the new timeout infrastructure. Tom Lane
- pgsql: Be sure to release proc->backendLock after SetupLockInTable() fa Tom Lane
- pgsql: Be sure to release proc->backendLock after SetupLockInTable() fa Tom Lane
- pgsql: Be sure to release proc->backendLock after SetupLockInTable() fa Tom Lane
- pgsql: Fix assorted issues in pg_ctl's pgwin32_CommandLine(). Tom Lane
- pgsql: Fix assorted issues in pg_ctl's pgwin32_CommandLine(). Tom Lane
- pgsql: Fix assorted issues in pg_ctl's pgwin32_CommandLine(). Tom Lane
- pgsql: Fix assorted issues in pg_ctl's pgwin32_CommandLine(). Tom Lane
- pgsql: Fix assorted issues in pg_ctl's pgwin32_CommandLine(). Tom Lane
- pgsql: Fix assorted issues in pg_ctl's pgwin32_CommandLine(). Tom Lane
- pgsql: Don't TransactionIdDidAbort in HeapTupleGetUpdateXid Alvaro Herrera
- pgsql: Truncate pg_multixact/'s contents during crash recovery Alvaro Herrera
- pgsql: Fix full-table-vacuum request mechanism for MultiXactIds Alvaro Herrera
- pgsql: Truncate pg_multixact/'s contents during crash recovery Alvaro Herrera
- pgsql: Fix full-table-vacuum request mechanism for MultiXactIds Alvaro Herrera
- pgsql: Replace hardcoded 200000000 with autovacuum_freeze_max_age Alvaro Herrera
- pgsql: Fix a couple of bugs in MultiXactId freezing Alvaro Herrera
- pgsql: Truncate pg_multixact/'s contents during crash recovery Alvaro Herrera
- pgsql: Don't TransactionIdDidAbort in HeapTupleGetUpdateXid Alvaro Herrera
- pgsql: Truncate pg_multixact/'s contents during crash recovery Alvaro Herrera
- pgsql: Fix a couple of bugs in MultiXactId freezing Alvaro Herrera
- pgsql: Replace hardcoded 200000000 with autovacuum_freeze_max_age Alvaro Herrera
- pgsql: Truncate pg_multixact/'s contents during crash recovery Alvaro Herrera
- pgsql: doc: Simplify handling of variablelists in XSLT build Peter Eisentraut
- pgsql: Remove use of obsolescent Autoconf macros Peter Eisentraut
- pgsql: Prevent possible compiler warnings. Tom Lane
- pgsql: Fix pg_dumpall to work for databases flagged as read-only. Kevin Grittner
- pgsql: Fix pg_dumpall to work for databases flagged as read-only. Kevin Grittner
- pgsql: Fix pg_dumpall to work for databases flagged as read-only. Kevin Grittner
- pgsql: Fix pg_dumpall to work for databases flagged as read-only. Kevin Grittner
- pgsql: Fix pg_dumpall to work for databases flagged as read-only. Kevin Grittner
- pgsql: Fix pg_dumpall to work for databases flagged as read-only. Kevin Grittner