Mailing lists [pgsql-committers]
- pgsql: Perform one only projection to compute agg arguments. Andres Freund
- pgsql: User narrower representative tuples in the hash-agg hashtable. Andres Freund
- pgsql: Added missing "EXEC SQL" to statement. Michael Meskes
- pgsql: libpq: Fix inadvertent change in PQhost() behavior. Robert Haas
- pgsql: Move function_with_argtypes to a better location Peter Eisentraut
- pgsql: Use grammar symbol function_with_argtypes consistently Peter Eisentraut
- pgsql: Add aggregate_with_argtypes and use it consistently Peter Eisentraut
- pgsql: Refactor libpqwalreceiver Peter Eisentraut
- pgsql: Use latch instead of select() in walreceiver Peter Eisentraut
- Re: pgsql: Use latch instead of select() in walreceiver Michael Paquier
- Re: pgsql: Refactor libpqwalreceiver Tom Lane
- pgsql: Permit dump/reload of not-too-large >1GB tuples Alvaro Herrera
- pgsql: Permit dump/reload of not-too-large >1GB tuples Alvaro Herrera
- pgsql: Permit dump/reload of not-too-large >1GB tuples Alvaro Herrera
- Re: pgsql: Refactor libpqwalreceiver Alvaro Herrera
- Re: pgsql: Refactor libpqwalreceiver Petr Jelinek
- pgsql: Fix Windows build for 78c8c814390f Alvaro Herrera
- Re: pgsql: Refactor libpqwalreceiver Alvaro Herrera
- pgsql: Add max_parallel_workers GUC. Robert Haas
- pgsql: Fix outdated comments Alvaro Herrera
- pgsql: Clarify that pg_stat_activity.query has a length limit. Robert Haas
- pgsql: Add a crude facility for dealing with relative pointers. Robert Haas
- pgsql: Management of free memory pages. Robert Haas
- pgsql: Introduce dynamic shared memory areas. Robert Haas
- pgsql: Delete deleteWhatDependsOn() in favor of more performDeletion() Tom Lane
- pgsql: Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24. Robert Haas
- pgsql: Fix broken wait-for-previous-process-to-exit loop in regression Tom Lane
- pgsql: Make pgwin32_putenv() visit debug CRTs. Noah Misch
- pgsql: Refine win32env.c cosmetics. Noah Misch
- pgsql: Refine win32env.c cosmetics. Noah Misch
- pgsql: Make pgwin32_putenv() visit debug CRTs. Noah Misch
- pgsql: Refine win32env.c cosmetics. Noah Misch
- pgsql: Remove wrong CloseHandle() call. Noah Misch
- pgsql: Remove wrong CloseHandle() call. Noah Misch
- pgsql: Remove wrong CloseHandle() call. Noah Misch
- pgsql: Refine win32env.c cosmetics. Noah Misch
- pgsql: Refine win32env.c cosmetics. Noah Misch
- pgsql: Make pgwin32_putenv() visit debug CRTs. Noah Misch
- pgsql: Make pgwin32_putenv() visit debug CRTs. Noah Misch
- pgsql: Remove wrong CloseHandle() call. Noah Misch
- pgsql: Refine win32env.c cosmetics. Noah Misch
- pgsql: Make pgwin32_putenv() visit debug CRTs. Noah Misch
- pgsql: Remove wrong CloseHandle() call. Noah Misch
- pgsql: Make pgwin32_putenv() visit debug CRTs. Noah Misch
- pgsql: Remove wrong CloseHandle() call. Noah Misch
- pgsql: Make pgwin32_putenv() follow DLL loading and unloading. Noah Misch
- pgsql: Make pgwin32_putenv() probe every known CRT, regardless of compi Noah Misch
- pgsql: Document recipe for testing compatibility with old Perl. Noah Misch
- pgsql: Don't mess up pstate->p_next_resno in transformOnConflictClause( Tom Lane
- pgsql: Don't mess up pstate->p_next_resno in transformOnConflictClause( Tom Lane
- pgsql: Don't mess up pstate->p_next_resno in transformOnConflictClause( Tom Lane
- pgsql: Fix incorrect output from gin_desc(). Fujii Masao
- pgsql: Fix incorrect output from gin_desc(). Fujii Masao
- pgsql: Fix incorrect output from gin_desc(). Fujii Masao
- pgsql: Replace PostmasterRandom() with a stronger source, second attemp Heikki Linnakangas
- pgsql: Fix typo in docs. Fujii Masao
- pgsql: Fix typo in docs. Fujii Masao
- pgsql: Fix creation of stand-alone INSTALL.html file. Heikki Linnakangas
- pgsql: Try to fix some DSA-related compiler warnings. Robert Haas
- pgsql: Fix more DSA problems uncovered by the buildfarm. Robert Haas
- pgsql: Reduce the default for max_worker_processes back to 8. Robert Haas
- pgsql: Assorted documentation improvements for max_parallel_workers. Robert Haas
- pgsql: Fix race introduced by 6d46f4783efe457f74816a75173eb23ed8930020. Robert Haas
- pgsql: libpq: Fix another bug in 721f7bd3cbccaf8c07cad2707826b83f846948 Robert Haas
- pgsql: dsa: Cope with the possibility that SIZE_MAX is not defined. Robert Haas
- pgsql: Add support for restrictive RLS policies Stephen Frost
- pgsql: Ensure gatherstate->nextreader is properly initialized. Robert Haas
- pgsql: Ensure gatherstate->nextreader is properly initialized. Robert Haas
- pgsql: Fix typo in new message in configure. Heikki Linnakangas
- pgsql: Remove extraneous semicolon from uses of relptr_declare(). Tom Lane
- Re: pgsql: Add support for restrictive RLS policies Andres Freund
- pgsql: Improve documentation about pg_stat_replication view. Fujii Masao
- pgsql: Bump catversion for restrictive RLS changes Stephen Frost
- Re: pgsql: Add support for restrictive RLS policies Stephen Frost
- pgsql: Revert "Permit dump/reload of not-too-large >1GB tuples" Alvaro Herrera
- pgsql: Revert "Permit dump/reload of not-too-large >1GB tuples" Alvaro Herrera
- pgsql: Fix interaction of parallel query with prepared statements. Robert Haas
- pgsql: Fix interaction of parallel query with prepared statements. Robert Haas
- Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp Andres Freund
- Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp Thomas Munro
- Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp Michael Paquier
- pgsql: Put AC_MSG_RESULT() call in the right place. Tom Lane
- pgsql: Fix unsafe assumption that struct timeval.tv_sec is a "long". Tom Lane
- pgsql: Fix unsafe assumption that struct timeval.tv_sec is a "long". Tom Lane
- pgsql: Silence compiler warnings Stephen Frost
- pgsql: Fix whitespace. Heikki Linnakangas
- Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp Heikki Linnakangas
- pgsql: Fix query cancellation. Heikki Linnakangas
- Re: pgsql: Replace PostmasterRandom() with a stronger source, second attemp Heikki Linnakangas
- pgsql: Handle empty or all-blank PAGER setting more sanely in psql. Tom Lane
- pgsql: Handle empty or all-blank PAGER setting more sanely in psql. Tom Lane
- pgsql: Handle empty or all-blank PAGER setting more sanely in psql. Tom Lane
- pgsql: Handle empty or all-blank PAGER setting more sanely in psql. Tom Lane
- pgsql: Handle empty or all-blank PAGER setting more sanely in psql. Tom Lane
- pgsql: Handle empty or all-blank PAGER setting more sanely in psql. Tom Lane
- pgsql: Restore psql's SIGPIPE setting if popen() fails. Tom Lane
- pgsql: Restore psql's SIGPIPE setting if popen() fails. Tom Lane
- pgsql: Restore psql's SIGPIPE setting if popen() fails. Tom Lane
- pgsql: Restore psql's SIGPIPE setting if popen() fails. Tom Lane
- pgsql: Restore psql's SIGPIPE setting if popen() fails. Tom Lane
- pgsql: Restore psql's SIGPIPE setting if popen() fails. Tom Lane
- pgsql: Implement table partitioning. Robert Haas
- pgsql: Replace references to COLLATE "en_US" with COLLATE "C". Robert Haas
- pgsql: Replace references to COLLATE "en_CA" with COLLATE "POSIX". Robert Haas
- pgsql: Fix accounting of memory needed for merge heap. Heikki Linnakangas
- pgsql: Clean up password authentication code a bit. Heikki Linnakangas
- pgsql: Fix quoting and a compiler warning in dumping partitions. Heikki Linnakangas
- pgsql: Fix reporting of column typmods for multi-row VALUES constructs. Tom Lane
- pgsql: Log the creation of an init fork unconditionally. Robert Haas
- pgsql: Log the creation of an init fork unconditionally. Robert Haas
- pgsql: Log the creation of an init fork unconditionally. Robert Haas
- pgsql: Log the creation of an init fork unconditionally. Robert Haas
- pgsql: Log the creation of an init fork unconditionally. Robert Haas
- pgsql: Log the creation of an init fork unconditionally. Robert Haas
- pgsql: Silence compiler warning. Robert Haas
- pgsql: Fix bogus comment. Robert Haas
- pgsql: Fix bogus comment. Robert Haas
- Re: pgsql: Fix accounting of memory needed for merge heap. Peter Geoghegan
- pgsql: Fix thinko in safeguard for negative availMem. Heikki Linnakangas
- Re: pgsql: Fix accounting of memory needed for merge heap. Heikki Linnakangas
- Re: pgsql: Fix accounting of memory needed for merge heap. Peter Geoghegan
- [COMMITTERS] pgsql: Fix thinko in safeguard for negative availMem. Heikki Linnakangas
- Re: [COMMITTERS] pgsql: Fix accounting of memory needed for mergeheap. Heikki Linnakangas
- Re: [COMMITTERS] pgsql: Fix accounting of memory needed for merge heap. Peter Geoghegan
- [COMMITTERS] pgsql: Fix crasher bug in array_position(s) Alvaro Herrera
- [COMMITTERS] pgsql: Fix crasher bug in array_position(s) Alvaro Herrera
- [COMMITTERS] pgsql: Fix crasher bug in array_position(s) Alvaro Herrera
- [COMMITTERS] pgsql: Fix reporting of column typmods for multi-row VALUESconstructs. Tom Lane
- [COMMITTERS] pgsql: Fix reporting of column typmods for multi-row VALUESconstructs. Tom Lane
- [COMMITTERS] pgsql: Fix reporting of column typmods for multi-row VALUESconstructs. Tom Lane
- [COMMITTERS] pgsql: Fix reporting of column typmods for multi-row VALUESconstructs. Tom Lane
- [COMMITTERS] pgsql: Fix reporting of column typmods for multi-row VALUESconstructs. Tom Lane
- [COMMITTERS] pgsql: Be more careful about Python refcounts while creatingexception Tom Lane
- [COMMITTERS] pgsql: Be more careful about Python refcounts while creatingexception Tom Lane
- [COMMITTERS] pgsql: Be more careful about Python refcounts while creatingexception Tom Lane
- [COMMITTERS] pgsql: Be more careful about Python refcounts while creatingexception Tom Lane
- [COMMITTERS] pgsql: Be more careful about Python refcounts while creatingexception Tom Lane
- [COMMITTERS] pgsql: Be more careful about Python refcounts while creatingexception Tom Lane
- [COMMITTERS] pgsql: Prevent crash when ts_rewrite() replaces a non-top-levelsubtree Tom Lane
- [COMMITTERS] pgsql: Prevent crash when ts_rewrite() replaces a non-top-levelsubtree Tom Lane
- [COMMITTERS] pgsql: Prevent crash when ts_rewrite() replaces a non-top-levelsubtree Tom Lane
- [COMMITTERS] pgsql: Prevent crash when ts_rewrite() replaces a non-top-levelsubtree Tom Lane
- [COMMITTERS] pgsql: Prevent crash when ts_rewrite() replaces a non-top-levelsubtree Tom Lane
- [COMMITTERS] pgsql: Prevent crash when ts_rewrite() replaces a non-top-levelsubtree Tom Lane
- [COMMITTERS] pgsql: Use "%option prefix" to set API names in ecpg's lexer. Tom Lane
- [COMMITTERS] pgsql: Use "%option prefix" to set API names in ecpg's lexer. Tom Lane
- [COMMITTERS] pgsql: Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.lst Tom Lane
- [COMMITTERS] pgsql: Use "%option prefix" to set API names in ecpg's lexer. Tom Lane
- [COMMITTERS] pgsql: Use "%option prefix" to set API names in ecpg's lexer. Tom Lane
- [COMMITTERS] pgsql: Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.lst Tom Lane
- [COMMITTERS] pgsql: Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.lst Tom Lane
- [COMMITTERS] pgsql: Use "%option prefix" to set API names in ecpg's lexer. Tom Lane
- [COMMITTERS] pgsql: Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.lst Tom Lane
- [COMMITTERS] pgsql: Use "%option prefix" to set API names in ecpg's lexer. Tom Lane
- [COMMITTERS] pgsql: Fix broken autoconf test for random number source. Heikki Linnakangas
- [COMMITTERS] pgsql: Fix two thinkos related to strong random keys. Heikki Linnakangas
- [COMMITTERS] pgsql: Fix pgcrypto compilation with OpenSSL 1.1.0. Heikki Linnakangas
- [COMMITTERS] pgsql: Further cleanup from the strong-random patch. Heikki Linnakangas
- [COMMITTERS] pgsql: Refactor the code for verifying user's password. Heikki Linnakangas
- [COMMITTERS] pgsql: Add support for temporary replication slots Peter Eisentraut
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Tom Lane
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Tom Lane
- [COMMITTERS] pgsql: Fix creative, but unportable, spelling of "ptr != NULL". Tom Lane
- [COMMITTERS] pgsql: psql: Fix incorrect version check for table partitining. Robert Haas
- [COMMITTERS] pgsql: Make the different Unix-y semaphore implementationsABI-compatib Tom Lane
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Petr Jelinek
- [COMMITTERS] pgsql: doc: Fix purported type of pg_am.amhandler to match reality. Robert Haas
- [COMMITTERS] pgsql: doc: Fix purported type of pg_am.amhandler to match reality. Robert Haas
- [COMMITTERS] pgsql: Fix race condition in test_decoding "slot" test. Tom Lane
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Tom Lane
- [COMMITTERS] pgsql: Catversion bump for temporary replication slots. Tom Lane
- [COMMITTERS] pgsql: Remove should_free arguments to tuplesort routines. Robert Haas
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Tom Lane
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Petr Jelinek
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Tom Lane
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Petr Jelinek
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Andres Freund
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Andres Freund
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Petr Jelinek
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Andres Freund
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Tom Lane
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Andres Freund
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Petr Jelinek
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Petr Jelinek
- Re: [COMMITTERS] pgsql: Fix creative, but unportable, spelling of"ptr != NULL". Amit Langote
- [COMMITTERS] pgsql: doc: Improve documentation related to table partitioningfeature Robert Haas
- [COMMITTERS] pgsql: Update typedefs.list Robert Haas
- [COMMITTERS] pgsql: Clean up code, comments, and formatting for table partitioning. Robert Haas
- [COMMITTERS] pgsql: Fix bugs in RelationGetPartitionDispatchInfo. Robert Haas
- [COMMITTERS] pgsql: Fix bug in hashbulkdelete. Robert Haas
- [COMMITTERS] pgsql: Prevent planagg.c from failing on queries containing CTEs. Tom Lane
- [COMMITTERS] pgsql: Prevent planagg.c from failing on queries containing CTEs. Tom Lane
- [COMMITTERS] pgsql: Improve handling of array elements as getdiag_targets andcursor Tom Lane
- [COMMITTERS] pgsql: Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bugfix Kevin Grittner
- [COMMITTERS] pgsql: Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bugfix Kevin Grittner
- [COMMITTERS] pgsql: Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bugfix Kevin Grittner
- [COMMITTERS] pgsql: Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bugfix Kevin Grittner
- Re: [COMMITTERS] pgsql: Fix bugs in RelationGetPartitionDispatchInfo. Alexander Korotkov
- Re: [COMMITTERS] pgsql: Fix bugs in RelationGetPartitionDispatchInfo. Robert Haas
- Re: [COMMITTERS] pgsql: Fix bugs in RelationGetPartitionDispatchInfo. Amit Langote
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Peter Eisentraut
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Petr Jelinek
- [COMMITTERS] pgsql: Various temporary slots test improvements Peter Eisentraut
- Re: [COMMITTERS] pgsql: Add support for temporary replication slots Peter Eisentraut
- [COMMITTERS] pgsql: Add missing newline in message Magnus Hagander
- [COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20 Tom Lane
- [COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20 Tom Lane
- [COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20 Tom Lane
- [COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20 Tom Lane
- [COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20 Tom Lane
- [COMMITTERS] pgsql: Sync our copy of the timezone library with IANA releasetzcode20 Tom Lane
- [COMMITTERS] pgsql: Fix off-by-one in memory allocation for quote_literal_cstr(). Heikki Linnakangas
- [COMMITTERS] pgsql: Fix off-by-one in memory allocation for quote_literal_cstr(). Heikki Linnakangas
- [COMMITTERS] pgsql: Fix off-by-one in memory allocation for quote_literal_cstr(). Heikki Linnakangas
- [COMMITTERS] pgsql: Fix off-by-one in memory allocation for quote_literal_cstr(). Heikki Linnakangas
- [COMMITTERS] pgsql: Fix off-by-one in memory allocation for quote_literal_cstr(). Heikki Linnakangas
- [COMMITTERS] pgsql: Fix off-by-one in memory allocation for quote_literal_cstr(). Heikki Linnakangas
- [COMMITTERS] pgsql: Remove _hash_wrtbuf() in favor of calling MarkBufferDirty(). Robert Haas
- [COMMITTERS] pgsql: Fix more hash index bugs around marking buffers dirty. Robert Haas
- [COMMITTERS] pgsql: Unbreak Finalize HashAggregate over Partial HashAggregate. Robert Haas
- [COMMITTERS] pgsql: Add missing documentation for effective_io_concurrencytablespac Fujii Masao
- [COMMITTERS] pgsql: Add missing documentation for effective_io_concurrencytablespac Fujii Masao
- [COMMITTERS] pgsql: Simplify LWLock tranche machinery by removingarray_base/array_s Robert Haas
- [COMMITTERS] pgsql: Improve documentation around TS_execute(). Tom Lane
- [COMMITTERS] pgsql: Improve documentation around TS_execute(). Tom Lane
- [COMMITTERS] pgsql: Ensure that num_sync is greater than zero insynchronous_standby Fujii Masao
- [COMMITTERS] pgsql: Ensure that num_sync is greater than zero insynchronous_standby Fujii Masao
- [COMMITTERS] pgsql: Fix outdated comment in lwlock.c Robert Haas
- [COMMITTERS] pgsql: Fix typos in comments Magnus Hagander
- [COMMITTERS] pgsql: doc: Remove some trailing whitespace Peter Eisentraut
- [COMMITTERS] pgsql: Fix FK-based join selectivity estimation for semi/antijoins. Tom Lane
- [COMMITTERS] pgsql: Fix FK-based join selectivity estimation for semi/antijoins. Tom Lane
- [COMMITTERS] pgsql: In contrib/uuid-ossp,#include headers needed for ntohl() and nt Tom Lane
- [COMMITTERS] pgsql: In contrib/uuid-ossp,#include headers needed for ntohl() and nt Tom Lane
- [COMMITTERS] pgsql: In contrib/uuid-ossp,#include headers needed for ntohl() and nt Tom Lane
- [COMMITTERS] pgsql: In contrib/uuid-ossp,#include headers needed for ntohl() and nt Tom Lane
- [COMMITTERS] pgsql: MSVC: Position MSBFLAGS after flags it might override. Noah Misch
- [COMMITTERS] pgsql: Fix base backup rate limiting in presence of slow i/o Magnus Hagander
- [COMMITTERS] pgsql: Fix base backup rate limiting in presence of slow i/o Magnus Hagander
- [COMMITTERS] pgsql: Fix base backup rate limiting in presence of slow i/o Magnus Hagander
- [COMMITTERS] pgsql: Fix base backup rate limiting in presence of slow i/o Magnus Hagander
- [COMMITTERS] pgsql: Support quorum-based synchronous replication. Fujii Masao
- [COMMITTERS] pgsql: Remove unused file. Robert Haas
- [COMMITTERS] pgsql: Fix locking problem in _hash_squeezebucket() /_hash_freeovflpag Robert Haas
- [COMMITTERS] pgsql: Fix handling of phrase operator removal while removing tsquerys Tom Lane
- [COMMITTERS] pgsql: Fix handling of phrase operator removal while removing tsquerys Tom Lane
- [COMMITTERS] pgsql: Provide a DSA area for all parallel queries. Robert Haas
- [COMMITTERS] pgsql: Invalid parent's relcache after CREATE TABLE .. PARTITION OF. Robert Haas
- [COMMITTERS] pgsql: Fix sharing Agg transition state of DISTINCT or ordered aggs. Heikki Linnakangas
- [COMMITTERS] pgsql: Fix sharing Agg transition state of DISTINCT or ordered aggs. Heikki Linnakangas
- [COMMITTERS] pgsql: Add pg_sequence system catalog Peter Eisentraut
- Re: [COMMITTERS] pgsql: Add pg_sequence system catalog Peter Eisentraut
- Re: [COMMITTERS] pgsql: Add pg_sequence system catalog Peter Eisentraut
- Re: [COMMITTERS] pgsql: Add pg_sequence system catalog Peter Eisentraut
- Re: [COMMITTERS] pgsql: Add pg_sequence system catalog Peter Eisentraut
- Re: [COMMITTERS] pgsql: Add pg_sequence system catalog Tom Lane
- [COMMITTERS] pgsql: Fix minor error message style violation. Tom Lane
- [COMMITTERS] pgsql: Fix minor oversights in nodeAgg.c. Tom Lane
- Re: [COMMITTERS] pgsql: Simplify LWLock tranche machinery by removing array_base/array_s Pavel Stehule
- [COMMITTERS] pgsql: Forbid invalid combination of options in pg_basebackup. Fujii Masao
- [COMMITTERS] pgsql: Reorder pg_sequence columns to avoid alignment issue Peter Eisentraut
- [COMMITTERS] pgsql: Refactor merge path generation code. Robert Haas
- [COMMITTERS] pgsql: Fix corner-case bug in WaitEventSetWaitBlock on Windows. Robert Haas
- [COMMITTERS] pgsql: Fix corner-case bug in WaitEventSetWaitBlock on Windows. Robert Haas
- [COMMITTERS] pgsql: Refactor partition tuple routing code to reduce duplication. Robert Haas
- [COMMITTERS] pgsql: Convert elog() to ereport() and do some wordsmithing. Robert Haas
- [COMMITTERS] pgsql: Fix order of operations in CREATE OR REPLACE VIEW. Dean Rasheed
- [COMMITTERS] pgsql: Fix order of operations in CREATE OR REPLACE VIEW. Dean Rasheed
- [COMMITTERS] pgsql: Fix order of operations in CREATE OR REPLACE VIEW. Dean Rasheed
- [COMMITTERS] pgsql: Fix order of operations in CREATE OR REPLACE VIEW. Dean Rasheed
- Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o Dean Rasheed
- [COMMITTERS] pgsql: For 8.0 servers, get last built-in oid from pg_database Stephen Frost
- [COMMITTERS] pgsql: Fix dumping of casts and transforms using built-in functions Stephen Frost
- [COMMITTERS] pgsql: Fix dumping of casts and transforms using built-in functions Stephen Frost
- [COMMITTERS] pgsql: For 8.0 servers, get last built-in oid from pg_database Stephen Frost
- [COMMITTERS] pgsql: For 8.0 servers, get last built-in oid from pg_database Stephen Frost
- [COMMITTERS] pgsql: Fix dumping of casts and transforms using built-in functions Stephen Frost
- [COMMITTERS] pgsql: For 8.0 servers, get last built-in oid from pg_database Stephen Frost
- [COMMITTERS] pgsql: Fix dumping of casts and transforms using built-in functions Stephen Frost
- [COMMITTERS] pgsql: Fix dumping of casts and transforms using built-in functions Stephen Frost
- [COMMITTERS] pgsql: Fix dumping of casts and transforms using built-in functions Stephen Frost
- [COMMITTERS] pgsql: For 8.0 servers, get last built-in oid from pg_database Stephen Frost
- [COMMITTERS] pgsql: For 8.0 servers, get last built-in oid from pg_database Stephen Frost
- [COMMITTERS] pgsql: Improve ALTER TABLE documentation Stephen Frost
- [COMMITTERS] pgsql: Improve ALTER TABLE documentation Stephen Frost
- [COMMITTERS] pgsql: Improve ALTER TABLE documentation Stephen Frost
- [COMMITTERS] pgsql: Improve ALTER TABLE documentation Stephen Frost
- [COMMITTERS] pgsql: Fix strange behavior (and possible crashes) in full textphrase Tom Lane
- [COMMITTERS] pgsql: Fix strange behavior (and possible crashes) in full textphrase Tom Lane
- Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o Magnus Hagander
- [COMMITTERS] pgsql: Fix detection of unfinished Unicode surrogate pair at end ofstr Tom Lane
- [COMMITTERS] pgsql: Fix detection of unfinished Unicode surrogate pair at end ofstr Tom Lane
- [COMMITTERS] pgsql: Fix detection of unfinished Unicode surrogate pair at end ofstr Tom Lane
- [COMMITTERS] pgsql: Fix detection of unfinished Unicode surrogate pair at end ofstr Tom Lane
- [COMMITTERS] pgsql: Fix detection of unfinished Unicode surrogate pair at end ofstr Tom Lane
- [COMMITTERS] pgsql: Fix detection of unfinished Unicode surrogate pair at end ofstr Tom Lane
- [COMMITTERS] pgsql: Improve dblink error message when remote does not provide it Joe Conway
- [COMMITTERS] pgsql: Improve dblink error message when remote does not provide it Joe Conway
- [COMMITTERS] pgsql: Improve dblink error message when remote does not provide it Joe Conway
- [COMMITTERS] pgsql: Improve dblink error message when remote does not provide it Joe Conway
- [COMMITTERS] pgsql: Improve dblink error message when remote does not provide it Joe Conway
- [COMMITTERS] pgsql: Improve dblink error message when remote does not provide it Joe Conway
- [COMMITTERS] pgsql: Fix buffer overflow on particularly named files and clarifydocu Michael Meskes
- [COMMITTERS] pgsql: Fix buffer overflow on particularly named files and clarifydocu Michael Meskes
- [COMMITTERS] pgsql: Fix buffer overflow on particularly named files and clarifydocu Michael Meskes
- [COMMITTERS] pgsql: Fix buffer overflow on particularly named files and clarifydocu Michael Meskes
- [COMMITTERS] pgsql: Fix buffer overflow on particularly named files and clarifydocu Michael Meskes
- [COMMITTERS] pgsql: Fix buffer overflow on particularly named files and clarifydocu Michael Meskes
- Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o Dean Rasheed
- [COMMITTERS] pgsql: Give a useful error message if uuid-ossp is built withoutprecon Tom Lane
- [COMMITTERS] pgsql: Give a useful error message if uuid-ossp is built withoutprecon Tom Lane
- [COMMITTERS] pgsql: Give a useful error message if uuid-ossp is built withoutprecon Tom Lane
- [COMMITTERS] pgsql: Give a useful error message if uuid-ossp is built withoutprecon Tom Lane
- [COMMITTERS] pgsql: Simplify tape block format. Heikki Linnakangas
- [COMMITTERS] pgsql: Protect dblink from invalid options when using postgres_fdwserv Joe Conway
- [COMMITTERS] pgsql: Protect dblink from invalid options when using postgres_fdwserv Joe Conway
- [COMMITTERS] pgsql: Protect dblink from invalid options when using postgres_fdwserv Joe Conway
- [COMMITTERS] pgsql: Protect dblink from invalid options when using postgres_fdwserv Joe Conway
- [COMMITTERS] pgsql: Protect dblink from invalid options when using postgres_fdwserv Joe Conway
- [COMMITTERS] pgsql: Code review for ATExecAttachPartition. Robert Haas
- [COMMITTERS] pgsql: Make dblink try harder to form useful error messages Joe Conway
- [COMMITTERS] pgsql: Make dblink try harder to form useful error messages Joe Conway
- [COMMITTERS] pgsql: Make dblink try harder to form useful error messages Joe Conway
- [COMMITTERS] pgsql: Make dblink try harder to form useful error messages Joe Conway
- [COMMITTERS] pgsql: Make dblink try harder to form useful error messages Joe Conway
- [COMMITTERS] pgsql: Make dblink try harder to form useful error messages Joe Conway
- [COMMITTERS] pgsql: Fix broken error check in _hash_doinsert. Robert Haas
- [COMMITTERS] pgsql: Fix broken error check in _hash_doinsert. Robert Haas
- [COMMITTERS] pgsql: Fix broken error check in _hash_doinsert. Robert Haas
- [COMMITTERS] pgsql: Fix broken error check in _hash_doinsert. Robert Haas
- [COMMITTERS] pgsql: Fix broken error check in _hash_doinsert. Robert Haas
- [COMMITTERS] pgsql: Fix broken error check in _hash_doinsert. Robert Haas
- [COMMITTERS] pgsql: Skip checkpoints, archiving on idle systems. Andres Freund
- [COMMITTERS] pgsql: Fix handling of expanded objects in CoerceToDomain and CASEexec Tom Lane
- [COMMITTERS] pgsql: Fix handling of expanded objects in CoerceToDomain and CASEexec Tom Lane
- [COMMITTERS] pgsql: Fix handling of expanded objects in CoerceToDomain and CASEexec Tom Lane
- [COMMITTERS] pgsql: doc: Further speed improvements for HTML XSLT build Peter Eisentraut
- [COMMITTERS] pgsql: Update sequence_1.out for recent changes Peter Eisentraut
- [COMMITTERS] pgsql: Fix CREATE TABLE ... LIKE ... WITH OIDS. Tom Lane
- [COMMITTERS] pgsql: Fix CREATE TABLE ... LIKE ... WITH OIDS. Tom Lane
- [COMMITTERS] pgsql: Use TSConfigRelationId in AlterTSConfiguration() Stephen Frost
- [COMMITTERS] pgsql: Use TSConfigRelationId in AlterTSConfiguration() Stephen Frost
- [COMMITTERS] pgsql: Use TSConfigRelationId in AlterTSConfiguration() Stephen Frost
- [COMMITTERS] pgsql: Use TSConfigRelationId in AlterTSConfiguration() Stephen Frost
- [COMMITTERS] pgsql: Use TSConfigRelationId in AlterTSConfiguration() Stephen Frost
- Re: [COMMITTERS] pgsql: Use TSConfigRelationId in AlterTSConfiguration() Robert Haas
- [COMMITTERS] pgsql: Fix tuple routing in cases where tuple descriptors don't match. Robert Haas
- [COMMITTERS] pgsql: Improve RLS documentation with respect to COPY Joe Conway
- [COMMITTERS] pgsql: Improve RLS documentation with respect to COPY Joe Conway
- [COMMITTERS] pgsql: Improve RLS documentation with respect to COPY Joe Conway
- [COMMITTERS] pgsql: Remove _hash_chgbufaccess(). Robert Haas
- [COMMITTERS] pgsql: Remove sql_inheritance GUC. Robert Haas
- [COMMITTERS] pgsql: pg_dump: Remove obsolete handling of sequence names Peter Eisentraut
- [COMMITTERS] pgsql: Spellcheck: s/descendent/descendant/g Tom Lane
- [COMMITTERS] pgsql: Doc: improve index entry for "median". Tom Lane
- [COMMITTERS] pgsql: Doc: improve index entry for "median". Tom Lane
- [COMMITTERS] pgsql: Doc: improve index entry for "median". Tom Lane
- [COMMITTERS] pgsql: Doc: improve index entry for "median". Tom Lane
- [COMMITTERS] pgsql: Remove unnecessary casts of makeNode() result Peter Eisentraut
- [COMMITTERS] pgsql: Replace enum InhOption with simple boolean. Tom Lane
- [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES Stephen Frost
- [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES Stephen Frost
- [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES Stephen Frost
- [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES Stephen Frost
- [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES Stephen Frost
- [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES Stephen Frost
- Re: [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULT PRIVILEGES Robert Haas
- Re: [COMMITTERS] pgsql: Fix tab completion in psql for ALTER DEFAULTPRIVILEGES Stephen Frost
- [COMMITTERS] pgsql: pg_dumpall: Include --verbose option in --help output Stephen Frost
- [COMMITTERS] pgsql: pg_dumpall: Include --verbose option in --help output Stephen Frost
- [COMMITTERS] pgsql: pg_dumpall: Include --verbose option in --help output Stephen Frost
- [COMMITTERS] pgsql: pg_dumpall: Include --verbose option in --help output Stephen Frost
- [COMMITTERS] pgsql: pg_dumpall: Include --verbose option in --help output Stephen Frost
- [COMMITTERS] pgsql: pg_dumpall: Include --verbose option in --help output Stephen Frost
- [COMMITTERS] pgsql: Fix incorrect error reporting for duplicate data in\crosstabvie Tom Lane
- [COMMITTERS] pgsql: Fix incorrect error reporting for duplicate data in\crosstabvie Tom Lane
- [COMMITTERS] pgsql: Remove triggerable Assert in hashname(). Tom Lane
- [COMMITTERS] pgsql: Remove triggerable Assert in hashname(). Tom Lane
- [COMMITTERS] pgsql: Remove triggerable Assert in hashname(). Tom Lane
- [COMMITTERS] pgsql: Remove triggerable Assert in hashname(). Tom Lane
- [COMMITTERS] pgsql: Remove triggerable Assert in hashname(). Tom Lane
- [COMMITTERS] pgsql: Remove triggerable Assert in hashname(). Tom Lane
- Re: [COMMITTERS] pgsql: Simplify tape block format. Peter Geoghegan
- [COMMITTERS] pgsql: Fix typo comments Magnus Hagander
- [COMMITTERS] pgsql: Don't rename .partial files in pg_receivexlog if an erroroccure Magnus Hagander
- [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple. Andrew Dunstan
- [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple. Andrew Dunstan
- [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple. Andrew Dunstan
- [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple. Andrew Dunstan
- [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple. Andrew Dunstan
- [COMMITTERS] pgsql: Explain unaccounted for space in pgstattuple. Andrew Dunstan
- [COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-opcasts. Tom Lane
- [COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-opcasts. Tom Lane
- [COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-opcasts. Tom Lane
- [COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-opcasts. Tom Lane
- [COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-opcasts. Tom Lane
- [COMMITTERS] pgsql: Fix interval_transform so it doesn't throw away non-no-opcasts. Tom Lane
- [COMMITTERS] pgsql: Make more use of RoleSpec struct Peter Eisentraut
- [COMMITTERS] pgsql: Expand ad-hoc unit abbreviations in function descriptions Peter Eisentraut
- [COMMITTERS] pgsql: Fix typo in comment Peter Eisentraut
- [COMMITTERS] pgsql: Remove manual breaks in NodeTag assignments to fix duplicatetag Tom Lane
- [COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage. Tom Lane
- [COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage. Tom Lane
- [COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage. Tom Lane
- [COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage. Tom Lane
- [COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage. Tom Lane