Mailing lists [pgsql-committers]
- pgsql: Fix error handling in replacement pthread_barrier_init(). Thomas Munro
- pgsql: Add fallback implementation for setenv() Michael Paquier
- pgsql: Add fallback implementation for setenv() Michael Paquier
- pgsql: pgoutput: Fix memory leak due to RelationSyncEntry.map. Amit Kapila
- pgsql: pgoutput: Fix memory leak due to RelationSyncEntry.map. Amit Kapila
- pgsql: Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane
- pgsql: Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane
- pgsql: Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane
- pgsql: Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane
- pgsql: Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane
- pgsql: Reject SELECT ... GROUP BY GROUPING SETS (()) FOR UPDATE. Tom Lane
- pgsql: Fix missing gettimeofday() declaration. Noah Misch
- pgsql: Add Windows file version information to libpq_pipeline.exe. Noah Misch
- pgsql: Add regression test for recovery pause. Fujii Masao
- pgsql: Remove unnecessary use of Time::HiRes from 013_crash_restart.pl. Fujii Masao
- pgsql: Teach tab-complete.c about recently-added CREATE TYPE options. Tom Lane
- pgsql: Update plannodes.h's comments about PlanRowMark. Tom Lane
- pgsql: Fix planner's row-mark code for inheritance from a foreign table Tom Lane
- pgsql: Fix planner's row-mark code for inheritance from a foreign table Tom Lane
- pgsql: Fix planner's row-mark code for inheritance from a foreign table Tom Lane
- pgsql: Revert most of 39b66a91bd Tomas Vondra
- pgsql: Re-allow custom GUC names that have more than two components. Tom Lane
- pgsql: Ignore more environment variables in TAP tests Michael Paquier
- pgsql: Ignore more environment variables in TAP tests Michael Paquier
- pgsql: Ignore more environment variables in TAP tests Michael Paquier
- pgsql: Ignore more environment variables in TAP tests Michael Paquier
- pgsql: Ignore more environment variables in TAP tests Michael Paquier
- pgsql: Ignore more environment variables in TAP tests Michael Paquier
- pgsql: Standardize usages of appendStringInfo and appendPQExpBuffer David Rowley
- pgsql: doc: Group options in pg_amcheck reference page Peter Eisentraut
- pgsql: Reduce risks of conflicts in internal queries of REFRESH MATVIEW Michael Paquier
- pgsql: Reduce risks of conflicts in internal queries of REFRESH MATVIEW Michael Paquier
- pgsql: Reduce risks of conflicts in internal queries of REFRESH MATVIEW Michael Paquier
- pgsql: Reduce risks of conflicts in internal queries of REFRESH MATVIEW Michael Paquier
- pgsql: Reduce risks of conflicts in internal queries of REFRESH MATVIEW Michael Paquier
- pgsql: Reduce risks of conflicts in internal queries of REFRESH MATVIEW Michael Paquier
- pgsql: Fix incorrect permissions on pg_subscription. Tom Lane
- pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line Andrew Dunstan
- pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line Andrew Dunstan
- pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line Andrew Dunstan
- pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line Andrew Dunstan
- pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line Andrew Dunstan
- pgsql: In PostgresNode.pm, don't pass SQL to psql on the command line Andrew Dunstan
- pgsql: Adjust locations which have an incorrect copyright year David Rowley
- pgsql: doc: Fix link reference for PGSSLMAXPROTOCOLVERSION Michael Paquier
- pgsql: doc: Fix link reference for PGSSLMAXPROTOCOLVERSION Michael Paquier
- pgsql: doc: Add description for PGSSLCRLDIR Michael Paquier
- pgsql: Doc: fix bogus intarray index example. Tom Lane
- pgsql: Doc: fix bogus intarray index example. Tom Lane
- pgsql: Clean up some questionable usages of DatumGet* macros David Rowley
- pgsql: Doc: Fix some spelling mistakes David Rowley
- pgsql: Fix postgres_fdw failure with whole-row Vars of type RECORD. Tom Lane
- pgsql: Fix subtransaction test for Python 3.10 Peter Eisentraut
- pgsql: Remove leftover conflict marker Peter Eisentraut
- pgsql: gitattributes: Add new entry to silence whitespace error Peter Eisentraut
- pgsql: doc: Make terminology in glossary consistent Peter Eisentraut
- pgsql: doc: Simplify COMMENT and SECURITY LABEL documentation Peter Eisentraut
- pgsql: Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelat Noah Misch
- pgsql: Add transformed flag to nodes/*funcs.c for CREATE STATISTICS Tomas Vondra
- Re: pgsql: Add transformed flag to nodes/*funcs.c for CREATE STATISTICS Tom Lane
- pgsql: Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat. Tom Lane
- pgsql: Fix rescanning of async-aware Append nodes. Etsuro Fujita
- pgsql: Remove two_phase variable from CreateReplicationSlotCmd struct. Amit Kapila
- pgsql: Fix portability issue in test indirect_toast Michael Paquier
- pgsql: Fix compiler warning Alvaro Herrera
- pgsql: Support use of strnlen() in pre-v11 branches. Tom Lane
- pgsql: Support use of strnlen() in pre-v11 branches. Tom Lane
- pgsql: Fix incautious handling of possibly-miscoded strings in client c Tom Lane
- pgsql: Fix incautious handling of possibly-miscoded strings in client c Tom Lane
- pgsql: Fix incautious handling of possibly-miscoded strings in client c Tom Lane
- pgsql: Fix incautious handling of possibly-miscoded strings in client c Tom Lane
- pgsql: Fix incautious handling of possibly-miscoded strings in client c Tom Lane
- pgsql: Fix incautious handling of possibly-miscoded strings in client c Tom Lane
- pgsql: Stabilize contrib/seg regression test. Tom Lane
- pgsql: Stabilize contrib/seg regression test. Tom Lane
- pgsql: Stabilize contrib/seg regression test. Tom Lane
- pgsql: Stabilize contrib/seg regression test. Tom Lane
- pgsql: Add _outTidRangePath() Peter Eisentraut
- pgsql: Reorder superuser check in pg_log_backend_memory_contexts() Michael Paquier
- pgsql: Remove unnecessary declaration in win32_port.h Michael Paquier
- pgsql: Remove unnecessary declaration in win32_port.h Michael Paquier
- pgsql: Doc: Further update documentation for asynchronous execution. Etsuro Fujita
- Re: pgsql: Stabilize contrib/seg regression test. Andrew Dunstan
- Re: pgsql: Stabilize contrib/seg regression test. Tom Lane
- pgsql: libpq: Fix SNI host handling Peter Eisentraut
- pgsql: Fix contrib/seg regression test in v11. Tom Lane
- pgsql: Don't crash on empty statements in SQL-standard function bodies. Tom Lane
- pgsql: Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYS Tomas Vondra
- pgsql: Adjust batch size in postgres_fdw to not use too many parameters Tomas Vondra
- pgsql: doc: update release note item about the v2 wire protocol Bruce Momjian
- pgsql: Avoid misbehavior when persisting a non-stable cursor. Tom Lane
- pgsql: Avoid misbehavior when persisting a non-stable cursor. Tom Lane
- pgsql: Avoid misbehavior when persisting a non-stable cursor. Tom Lane
- pgsql: Avoid misbehavior when persisting a non-stable cursor. Tom Lane
- pgsql: Force NO SCROLL for plpgsql's implicit cursors. Tom Lane
- pgsql: Force NO SCROLL for plpgsql's implicit cursors. Tom Lane
- pgsql: Force NO SCROLL for plpgsql's implicit cursors. Tom Lane
- pgsql: Force NO SCROLL for plpgsql's implicit cursors. Tom Lane
- pgsql: Fix inconsistencies in psql --help=commands Michael Paquier
- pgsql: Fix inconsistencies in psql --help=commands Michael Paquier
- pgsql: Fix inconsistencies in psql --help=commands Michael Paquier
- pgsql: Fix inconsistencies in psql --help=commands Michael Paquier
- pgsql: Fix inconsistencies in psql --help=commands Michael Paquier
- pgsql: Fix inconsistencies in psql --help=commands Michael Paquier
- pgsql: Allow PostgresNode.pm's backup method to accept backup_options. Robert Haas
- pgsql: Allow PostgresNode.pm's backup method to accept backup_options. Robert Haas
- pgsql: Allow PostgresNode.pm's backup method to accept backup_options. Robert Haas
- pgsql: Allow PostgresNode.pm's backup method to accept backup_options. Robert Haas
- pgsql: Back-port a few PostgresNode.pm methods. Robert Haas
- pgsql: Fix corner case failure of new standby to follow new primary. Robert Haas
- pgsql: Fix corner case failure of new standby to follow new primary. Robert Haas
- pgsql: Fix corner case failure of new standby to follow new primary. Robert Haas
- pgsql: Fix corner case failure of new standby to follow new primary. Robert Haas
- pgsql: Fix corner case failure of new standby to follow new primary. Robert Haas
- pgsql: Fix corner case failure of new standby to follow new primary. Robert Haas
- pgsql: Fix an asssortment of typos in brin_minmax_multi.c and mcv.c David Rowley
- pgsql: Adjust new test case to set wal_keep_segments. Robert Haas
- pgsql: Adjust new test case to set wal_keep_size. Robert Haas
- pgsql: Adjust new test case to set wal_keep_segments. Robert Haas
- pgsql: Adjust new test case to set wal_keep_segments. Robert Haas
- pgsql: Adjust new test case to set wal_keep_size. Robert Haas
- pgsql: Adjust new test case to set wal_keep_segments. Robert Haas
- pgsql: Add some const decorations Peter Eisentraut
- pgsql: Avoid ECPG test failures in some GSS-capable environments. Tom Lane
- Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode Robert Haas
- pgsql: Shut down EvalPlanQual machinery when LockRows node reaches the Tom Lane
- pgsql: Rearrange logrep worker's snapshot handling some more. Tom Lane
- pgsql: Rearrange logrep worker's snapshot handling some more. Tom Lane
- pgsql: Rearrange logrep worker's snapshot handling some more. Tom Lane
- pgsql: Rearrange logrep worker's snapshot handling some more. Tom Lane
- pgsql: Reconsider the handling of procedure OUT parameters. Tom Lane
- pgsql: Use the correct article for abbreviations David Rowley
- pgsql: Change position of field "transformed" in struct CreateStatsStmt Noah Misch
- pgsql: Rename PQtraceSetFlags() to PQsetTraceFlags(). Noah Misch
- pgsql: Improve psql tab completion for options of subcriptions and publ Michael Paquier
- pgsql: Fix race condition in invalidating obsolete replication slots Alvaro Herrera
- pgsql: Fix race condition in invalidating obsolete replication slots Alvaro Herrera
- pgsql: Optimize creation of slots for FDW bulk inserts Tomas Vondra
- pgsql: Return ReplicationSlotAcquire API to its original form Alvaro Herrera
- pgsql: Add 'Portal Close' message to pipelined PQsendQuery() Alvaro Herrera
- pgsql: Fix multiple crasher bugs in partitioned-table replication logic Tom Lane
- pgsql: Fix multiple crasher bugs in partitioned-table replication logic Tom Lane
- pgsql: Report sort phase progress in parallel btree build Alvaro Herrera
- pgsql: Report sort phase progress in parallel btree build Alvaro Herrera
- pgsql: Report sort phase progress in parallel btree build Alvaro Herrera
- pgsql: docs: fix incorrect indenting in PG 14 relnotes Bruce Momjian
- pgsql: doc: remove extra right angle bracket in PG 14 relnotes Bruce Momjian
- pgsql: Remove PGSSLCRLDIR from the list of variables ignored in TAP tes Michael Paquier
- pgsql: Remove PGSSLCRLDIR from the list of variables ignored in TAP tes Michael Paquier
- pgsql: Remove PGSSLCRLDIR from the list of variables ignored in TAP tes Michael Paquier
- pgsql: Remove PGSSLCRLDIR from the list of variables ignored in TAP tes Michael Paquier
- pgsql: Remove PGSSLCRLDIR from the list of variables ignored in TAP tes Michael Paquier
- pgsql: Improve and cleanup ProcArrayAdd(), ProcArrayRemove(). Andres Freund
- pgsql: Improve log pattern detection in recently-added TAP tests Michael Paquier
- pgsql: Improve log pattern detection in recently-added TAP tests Michael Paquier
- pgsql: Simplify some code in getObjectTypeDescription() Michael Paquier
- Re: pgsql: Make archiver process an auxiliary process. Thomas Munro
- pgsql: Fix new recovery test for use under msys Andrew Dunstan
- pgsql: Fix new recovery test for use under msys Andrew Dunstan
- pgsql: Fix new recovery test for use under msys Andrew Dunstan
- pgsql: Fix new recovery test for use under msys Andrew Dunstan
- pgsql: Fix new recovery test for use under msys Andrew Dunstan
- pgsql: Fix new recovery test for use under msys Andrew Dunstan
- pgsql: Don't use Asserts to check for violations of replication protoco Tom Lane
- pgsql: Don't use Asserts to check for violations of replication protoco Tom Lane
- pgsql: Don't use Asserts to check for violations of replication protoco Tom Lane
- pgsql: Don't use Asserts to check for violations of replication protoco Tom Lane
- pgsql: Don't use Asserts to check for violations of replication protoco Tom Lane
- pgsql: Ensure pg_filenode_relation(0, 0) returns NULL. Tom Lane
- pgsql: Ensure pg_filenode_relation(0, 0) returns NULL. Tom Lane
- pgsql: Ensure pg_filenode_relation(0, 0) returns NULL. Tom Lane
- pgsql: Ensure pg_filenode_relation(0, 0) returns NULL. Tom Lane
- pgsql: Ensure pg_filenode_relation(0, 0) returns NULL. Tom Lane
- pgsql: Ensure pg_filenode_relation(0, 0) returns NULL. Tom Lane
- pgsql: Restore robustness of TAP tests that wait for postmaster restart Tom Lane
- pgsql: Restore robustness of TAP tests that wait for postmaster restart Tom Lane
- pgsql: Restore robustness of TAP tests that wait for postmaster restart Tom Lane
- pgsql: Restore robustness of TAP tests that wait for postmaster restart Tom Lane
- pgsql: Restore robustness of TAP tests that wait for postmaster restart Tom Lane
- pgsql: Ignore more environment variables in pg_regress.c Michael Paquier
- pgsql: Ignore more environment variables in pg_regress.c Michael Paquier
- pgsql: Ignore more environment variables in pg_regress.c Michael Paquier
- pgsql: Ignore more environment variables in pg_regress.c Michael Paquier
- pgsql: Ignore more environment variables in pg_regress.c Michael Paquier
- pgsql: Ignore more environment variables in pg_regress.c Michael Paquier
- pgsql: Further tweaks to stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further tweaks to stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further tweaks to stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further tweaks to stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further tweaks to stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further tweaks to stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Work around portability issue with newer versions of mktime(). Tom Lane
- pgsql: Work around portability issue with newer versions of mktime(). Tom Lane
- pgsql: Work around portability issue with newer versions of mktime(). Tom Lane
- pgsql: Work around portability issue with newer versions of mktime(). Tom Lane
- pgsql: Work around portability issue with newer versions of mktime(). Tom Lane
- pgsql: Work around portability issue with newer versions of mktime(). Tom Lane
- pgsql: Remove forced toast recompression in VACUUM FULL/CLUSTER Michael Paquier
- pgsql: Improve handling of dropped objects in pg_event_trigger_ddl_comm Michael Paquier
- pgsql: doc: add PG 14 relnote item about array function references Bruce Momjian
- pgsql: doc: PG 14 relnote updates Bruce Momjian
- pgsql: doc: PG 14 relnotes fixes Bruce Momjian
- pgsql: Fix logic bug in 1632ea43682f Alvaro Herrera
- pgsql: Copy-edit text for the pg_terminate_backend() "timeout" paramete Noah Misch
- pgsql: Remove pg_wait_for_backend_termination(). Noah Misch
- pgsql: Remove orphaned expected-result file. Tom Lane
- pgsql: Remove orphaned expected-result file. Tom Lane
- pgsql: Update variant expected-result file. Tom Lane
- pgsql: Update variant expected-result file. Tom Lane
- pgsql: Fix decoding of speculative aborts. Amit Kapila
- pgsql: Fix decoding of speculative aborts. Amit Kapila
- pgsql: Fix decoding of speculative aborts. Amit Kapila
- pgsql: Fix decoding of speculative aborts. Amit Kapila
- pgsql: Fix decoding of speculative aborts. Amit Kapila
- pgsql: Fix decoding of speculative aborts. Amit Kapila
- pgsql: Support for unnest(multirange) and cast multirange as an array o Alexander Korotkov
- pgsql: Add missing type name "multirange" in docs chapter title Alexander Korotkov
- pgsql: Remove unneeded field from VACUUM state. Peter Geoghegan
- pgsql: Revert 29854ee8d1 due to buildfarm failures Alexander Korotkov
- pgsql: Further refinement of stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further refinement of stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further refinement of stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further refinement of stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further refinement of stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Further refinement of stuck_on_old_timeline recovery test Andrew Dunstan
- pgsql: Update another variant expected-result file. Tom Lane
- pgsql: Remove another orphan expected-result file. Tom Lane
- Re: pgsql: Make archiver process an auxiliary process. Fujii Masao
- pgsql: Fix outdated comment that talked about seek position of WAL file Heikki Linnakangas
- pgsql: Fix outdated comment that talked about seek position of WAL file Heikki Linnakangas
- pgsql: Fix outdated comment that talked about seek position of WAL file Heikki Linnakangas
- pgsql: Improve SQLSTATE reporting in some replication-related code. Tom Lane
- pgsql: Fix copying data into slots with FDW batching Tomas Vondra
- pgsql: Fix plancache refcount leak after error in ExecuteQuery. Tom Lane
- pgsql: Fix plancache refcount leak after error in ExecuteQuery. Tom Lane
- pgsql: Fix plancache refcount leak after error in ExecuteQuery. Tom Lane
- pgsql: Fix plancache refcount leak after error in ExecuteQuery. Tom Lane
- pgsql: Fix plancache refcount leak after error in ExecuteQuery. Tom Lane
- pgsql: Fix plancache refcount leak after error in ExecuteQuery. Tom Lane
- pgsql: Remove dry-run mode from isolationtester Michael Paquier
- pgsql: Remove dry-run mode from isolationtester Michael Paquier
- pgsql: Remove dry-run mode from isolationtester Michael Paquier
- pgsql: Remove dry-run mode from isolationtester Michael Paquier
- pgsql: Detect unused steps in isolation specs and do some cleanup Michael Paquier
- pgsql: Detect unused steps in isolation specs and do some cleanup Michael Paquier
- pgsql: Detect unused steps in isolation specs and do some cleanup Michael Paquier
- pgsql: Detect unused steps in isolation specs and do some cleanup Michael Paquier
- pgsql: Document a few caveats in synchronous logical replication. Amit Kapila
- pgsql: Document a few caveats in synchronous logical replication. Amit Kapila
- pgsql: Document a few caveats in synchronous logical replication. Amit Kapila
- pgsql: Document a few caveats in synchronous logical replication. Amit Kapila
- pgsql: Document a few caveats in synchronous logical replication. Amit Kapila
- pgsql: Document a few caveats in synchronous logical replication. Amit Kapila
- pgsql: Fix subtransaction test for Python 3.10 Peter Eisentraut
- pgsql: Fix subtransaction test for Python 3.10 Peter Eisentraut
- pgsql: Fix subtransaction test for Python 3.10 Peter Eisentraut
- pgsql: Fix subtransaction test for Python 3.10 Peter Eisentraut
- pgsql: Fix subtransaction test for Python 3.10 Peter Eisentraut
- Re: pgsql: Make archiver process an auxiliary process. Fujii Masao
- Re: pgsql: Make archiver process an auxiliary process. Thomas Munro
- Re: pgsql: Document a few caveats in synchronous logical replication. Simon Riggs
- Re: pgsql: Document a few caveats in synchronous logical replication. Amit Kapila
- pgsql: Tidy up GetMultiXactIdMembers()'s behavior on error Heikki Linnakangas
- pgsql: Tidy up GetMultiXactIdMembers()'s behavior on error Heikki Linnakangas
- pgsql: Tidy up GetMultiXactIdMembers()'s behavior on error Heikki Linnakangas
- pgsql: Tidy up GetMultiXactIdMembers()'s behavior on error Heikki Linnakangas
- pgsql: Tidy up GetMultiXactIdMembers()'s behavior on error Heikki Linnakangas
- pgsql: Tidy up GetMultiXactIdMembers()'s behavior on error Heikki Linnakangas
- pgsql: Update plpython_subtransaction alternative expected files Peter Eisentraut
- Re: pgsql: Update plpython_subtransaction alternative expected files Tom Lane
- pgsql: Fix valgrind issue in pgoutput.c. Amit Kapila
- pgsql: Update plpython_subtransaction alternative expected files Peter Eisentraut
- pgsql: Update plpython_subtransaction alternative expected files Peter Eisentraut
- pgsql: Update plpython_subtransaction alternative expected files Peter Eisentraut
- Re: pgsql: Update plpython_subtransaction alternative expected files Peter Eisentraut
-
pgsql: doc: Apply markup
to OpenSSL more consistently Michael Paquier - pgsql: Make archiver process handle barrier events. Fujii Masao
- Re: pgsql: Make archiver process an auxiliary process. Fujii Masao
- pgsql: Don't set a fast default for anything but a plain table Andrew Dunstan
- pgsql: Don't set a fast default for anything but a plain table Andrew Dunstan
- pgsql: Don't set a fast default for anything but a plain table Andrew Dunstan
- pgsql: Don't set a fast default for anything but a plain table Andrew Dunstan
- Re: pgsql: Don't set a fast default for anything but a plain table Tom Lane
- pgsql: Centralize the logic for protective copying of utility statement Tom Lane
- pgsql: s/table_close/heap_close/ in v11. Tom Lane
- pgsql: Avoid scribbling on input node tree in CREATE/ALTER DOMAIN. Tom Lane
- pgsql: Avoid scribbling on input node tree in CREATE/ALTER DOMAIN. Tom Lane
- pgsql: Avoid scribbling on input node tree in CREATE/ALTER DOMAIN. Tom Lane
- pgsql: Avoid scribbling on input node tree in CREATE/ALTER DOMAIN. Tom Lane
- pgsql: Avoid scribbling on input node tree in CREATE/ALTER DOMAIN. Tom Lane
- Re: pgsql: s/table_close/heap_close/ in v11. Andrew Dunstan
- pgsql: Improve version reporting in pgbench. Tom Lane
- pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries Tom Lane
- pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries Tom Lane
- pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries Tom Lane
- pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries Tom Lane
- pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries Tom Lane
- pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries Tom Lane
- pgsql: Add test case for obsoleting slot with active walsender Alvaro Herrera
- Re: pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries Michael Paquier
- Re: pgsql: Fix misbehavior of DROP OWNED BY with duplicate polroles entries Tom Lane
- pgsql: Support disabling index bypassing by VACUUM. Peter Geoghegan
- pgsql: Handle no replica identity index case in RelationGetIdentityKeyB Amit Kapila
- pgsql: Provide feature-test macros for libpq features added in v14. Tom Lane
- pgsql: Stabilize test case added by commit f61db909d. Tom Lane
- pgsql: Revert "Add test case for obsoleting slot with active walsender" Alvaro Herrera
- pgsql: Remove overzealous VACUUM failsafe assertions. Peter Geoghegan
- pgsql: doc: add mention of +4GB windows file handling in PG14 relnotes Bruce Momjian
- pgsql: doc: adjust PG 14 relnotes to be current Bruce Momjian
- pgsql: amcheck: Fix code comments Peter Eisentraut
- pgsql: Finish rename of PQtraceSetFlags() to PQsetTraceFlags(). Noah Misch
- pgsql: Translation updates Peter Eisentraut
- pgsql: Fix assert failure in expand_grouping_sets David Rowley
- pgsql: Use correct horizon when vacuuming catalog relations. Andres Freund
- pgsql: Stamp 14beta2. Joe Conway
- pgsql: Back-patch "Tolerate version lookup failure for old style Window Thomas Munro
- pgsql: Add list of ignorable pgindent commits for git-blame. Peter Geoghegan
- pgsql: Tag refs/tags/REL_14_BETA2 was created noreply@postgresql.org
- pgsql: Restore the portal-level snapshot for simple expressions, too. Tom Lane
- pgsql: Restore the portal-level snapshot for simple expressions, too. Tom Lane
- pgsql: Restore the portal-level snapshot for simple expressions, too. Tom Lane
- pgsql: Restore the portal-level snapshot for simple expressions, too. Tom Lane
- pgsql: Use annotations to reduce instability of isolation-test results. Tom Lane
- pgsql: Use annotations to reduce instability of isolation-test results. Tom Lane
- pgsql: Use annotations to reduce instability of isolation-test results. Tom Lane
- pgsql: Use annotations to reduce instability of isolation-test results. Tom Lane
- pgsql: Use annotations to reduce instability of isolation-test results. Tom Lane
- pgsql: Use annotations to reduce instability of isolation-test results. Tom Lane
- pgsql: Add test case for obsoleting slot with active walsender, take 2 Alvaro Herrera
- pgsql: Improve display of query results in isolation tests. Tom Lane
- pgsql: Improve display of query results in isolation tests. Tom Lane
- pgsql: Improve display of query results in isolation tests. Tom Lane
- pgsql: Improve display of query results in isolation tests. Tom Lane
- pgsql: Improve display of query results in isolation tests. Tom Lane
- pgsql: Improve display of query results in isolation tests. Tom Lane
- pgsql: Don't assume GSSAPI result strings are null-terminated. Tom Lane
- pgsql: Don't assume GSSAPI result strings are null-terminated. Tom Lane
- pgsql: Don't assume GSSAPI result strings are null-terminated. Tom Lane
- pgsql: Don't assume GSSAPI result strings are null-terminated. Tom Lane
- pgsql: Don't assume GSSAPI result strings are null-terminated. Tom Lane
- pgsql: Don't assume GSSAPI result strings are null-terminated. Tom Lane
- pgsql: Doc: fix confusion about LEAKPROOF in syntax summaries. Tom Lane
- pgsql: Doc: fix confusion about LEAKPROOF in syntax summaries. Tom Lane
- pgsql: Doc: fix confusion about LEAKPROOF in syntax summaries. Tom Lane
- pgsql: Doc: fix confusion about LEAKPROOF in syntax summaries. Tom Lane
- pgsql: Doc: fix confusion about LEAKPROOF in syntax summaries. Tom Lane
- pgsql: Doc: fix confusion about LEAKPROOF in syntax summaries. Tom Lane
- pgsql: Allow non-quoted identifiers as isolation test session/step name Tom Lane
- pgsql: Allow non-quoted identifiers as isolation test session/step name Tom Lane
- pgsql: Allow non-quoted identifiers as isolation test session/step name Tom Lane
- pgsql: Allow non-quoted identifiers as isolation test session/step name Tom Lane
- pgsql: Allow non-quoted identifiers as isolation test session/step name Tom Lane
- pgsql: Allow non-quoted identifiers as isolation test session/step name Tom Lane
- pgsql: pgcrypto: avoid name conflicts with OpenSSL in one more case. Tom Lane
- pgsql: Doc: Update caveats in synchronous logical replication. Amit Kapila
- pgsql: Doc: Update caveats in synchronous logical replication. Amit Kapila
- pgsql: Doc: Update caveats in synchronous logical replication. Amit Kapila
- pgsql: Doc: Update caveats in synchronous logical replication. Amit Kapila
- pgsql: Doc: Update caveats in synchronous logical replication. Amit Kapila
- pgsql: Doc: Update caveats in synchronous logical replication. Amit Kapila
- pgsql: Doc: Update logical replication message formats. Amit Kapila
- pgsql: Prevent race condition while reading relmapper file. Heikki Linnakangas
- pgsql: Prevent race condition while reading relmapper file. Heikki Linnakangas
- pgsql: Prevent race condition while reading relmapper file. Heikki Linnakangas
- pgsql: Prevent race condition while reading relmapper file. Heikki Linnakangas
- pgsql: Prevent race condition while reading relmapper file. Heikki Linnakangas
- pgsql: Prevent race condition while reading relmapper file. Heikki Linnakangas
- pgsql: Another fix to relmapper race condition. Heikki Linnakangas
- pgsql: Another fix to relmapper race condition. Heikki Linnakangas
- pgsql: Another fix to relmapper race condition. Heikki Linnakangas
- pgsql: Another fix to relmapper race condition. Heikki Linnakangas
- pgsql: Another fix to relmapper race condition. Heikki Linnakangas
- pgsql: Another fix to relmapper race condition. Heikki Linnakangas
- pgsql: Fix ABI break introduced by commit 4daa140a2f. Amit Kapila
- pgsql: Fix ABI break introduced by commit 4daa140a2f. Amit Kapila
- pgsql: Fix ABI break introduced by commit 4daa140a2f. Amit Kapila
- pgsql: Stabilize results of insert-conflict-toast.spec. Tom Lane
- pgsql: Stabilize results of insert-conflict-toast.spec. Tom Lane
- pgsql: Stabilize results of insert-conflict-toast.spec. Tom Lane
- pgsql: Stabilize results of insert-conflict-toast.spec. Tom Lane
- pgsql: Further stabilize postgres_fdw test. Tom Lane
- Ubuntu 14.04 (trusty) Postgres 13 deb package Bhavesh Mistry
- pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Michael Paquier
- pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Michael Paquier
- pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Michael Paquier
- pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Michael Paquier
- Re: Ubuntu 14.04 (trusty) Postgres 13 deb package Thomas Munro
- Re: Ubuntu 14.04 (trusty) Postgres 13 deb package Thomas Munro
- Re: Ubuntu 14.04 (trusty) Postgres 13 deb package Bhavesh Mistry
- pgsql: Prepare for forthcoming LLVM 13 API change. Thomas Munro
- pgsql: Prepare for forthcoming LLVM 13 API change. Thomas Munro
- pgsql: Prepare for forthcoming LLVM 13 API change. Thomas Munro
- pgsql: Prepare for forthcoming LLVM 13 API change. Thomas Munro
- pgsql: doc: Move remove_temp_files_after_crash to section for developer Michael Paquier
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Michael Paquier
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Michael Paquier
- pgsql: Add more debugging information with log checks in TAP tests of p Michael Paquier
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Andrew Dunstan
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Michael Paquier
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Andrew Dunstan
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Andrew Dunstan
- pgsql: doc: Add acronyms for MITM and SNI Michael Paquier
- pgsql: Doc: Fix minor formatting issue in logicaldecoding.sgml. Amit Kapila
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Michael Paquier
- pgsql: Remove redundant variable pageSize in gistinitpage Peter Eisentraut
- pgsql: doc: Change reloption data type spelling for consistency Peter Eisentraut
- pgsql: doc: Change reloption data type spelling for consistency Peter Eisentraut
- pgsql: Fixes in ALTER SUBSCRIPTION DROP PUBLICATION code Peter Eisentraut
- pgsql: Put option listing back into alphabetical order Peter Eisentraut
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Andrew Dunstan
- pgsql: Cleanup some code related to pgbench log checks in TAP tests Michael Paquier
- pgsql: Cleanup some code related to pgbench log checks in TAP tests Michael Paquier
- pgsql: Cleanup some code related to pgbench log checks in TAP tests Michael Paquier
- pgsql: Cleanup some code related to pgbench log checks in TAP tests Michael Paquier
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Michael Paquier
- pgsql: Make walsenders show their replication commands in pg_stat_activ Tom Lane
- pgsql: Make walsenders show their replication commands in pg_stat_activ Tom Lane
- pgsql: Make walsenders show their replication commands in pg_stat_activ Tom Lane
- pgsql: Make walsenders show their replication commands in pg_stat_activ Tom Lane
- pgsql: Doc: remove commit f560209c6 from v14 release notes. Tom Lane
- Re: pgsql: Doc: remove commit f560209c6 from v14 release notes. Bruce Momjian
- Re: pgsql: Doc: remove commit f560209c6 from v14 release notes. Tom Lane
- pgsql: Remove unnecessary failure cases in RemoveRoleFromObjectPolicy() Tom Lane
- pgsql: Remove unnecessary failure cases in RemoveRoleFromObjectPolicy() Tom Lane
- pgsql: Remove unnecessary failure cases in RemoveRoleFromObjectPolicy() Tom Lane
- pgsql: Remove unnecessary failure cases in RemoveRoleFromObjectPolicy() Tom Lane
- pgsql: Remove unnecessary failure cases in RemoveRoleFromObjectPolicy() Tom Lane
- pgsql: Remove unnecessary failure cases in RemoveRoleFromObjectPolicy() Tom Lane
- pgsql: Remove some useless logs from the TAP tests of pgbench Michael Paquier
- pgsql: Remove some useless logs from the TAP tests of pgbench Michael Paquier
- pgsql: Remove some useless logs from the TAP tests of pgbench Michael Paquier
- pgsql: Remove some useless logs from the TAP tests of pgbench Michael Paquier
- pgsql: Remove non-existing variable reference in MSVC's Solution.pm Michael Paquier
- pgsql: Remove non-existing variable reference in MSVC's Solution.pm Michael Paquier
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Fabien COELHO
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Andrew Dunstan
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Fabien COELHO
- pgsql: Remove undesirable libpq dependency on stringinfo.c. Tom Lane
- pgsql: Doc: update v14 release notes for revert of commit c0cb87fbb. Tom Lane
- Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench Fabien COELHO
- pgsql: Error message refactoring Peter Eisentraut
- pgsql: Remove memory leaks in isolationtester. Tom Lane
- pgsql: Remove memory leaks in isolationtester. Tom Lane
- pgsql: Remove memory leaks in isolationtester. Tom Lane
- pgsql: Remove memory leaks in isolationtester. Tom Lane
- pgsql: Remove memory leaks in isolationtester. Tom Lane
- pgsql: Remove memory leaks in isolationtester. Tom Lane
- pgsql: Make index_set_state_flags() transactional Michael Paquier
- pgsql: Make index_set_state_flags() transactional Michael Paquier
- pgsql: Make index_set_state_flags() transactional Michael Paquier
- pgsql: Make index_set_state_flags() transactional Michael Paquier
- pgsql: Make index_set_state_flags() transactional Michael Paquier
- pgsql: Add test for CREATE INDEX CONCURRENTLY with not-so-immutable pre Michael Paquier
- pgsql: Add test for CREATE INDEX CONCURRENTLY with not-so-immutable pre Michael Paquier
- pgsql: Add test for CREATE INDEX CONCURRENTLY with not-so-immutable pre Michael Paquier
- pgsql: Add test for CREATE INDEX CONCURRENTLY with not-so-immutable pre Michael Paquier
- pgsql: Add test for CREATE INDEX CONCURRENTLY with not-so-immutable pre Michael Paquier
- pgsql: Add test for CREATE INDEX CONCURRENTLY with not-so-immutable pre Michael Paquier
- pgsql: Fix variable initialization with ALTER SUBSCRIPTION DROP PUBLICA Michael Paquier
- pgsql: Change recovery_init_sync_method to PGC_SIGHUP. Thomas Munro
- pgsql: Fix race condition in TransactionGroupUpdateXidStatus(). Amit Kapila
- pgsql: Fix race condition in TransactionGroupUpdateXidStatus(). Amit Kapila
- pgsql: Fix race condition in TransactionGroupUpdateXidStatus(). Amit Kapila
- pgsql: Fix race condition in TransactionGroupUpdateXidStatus(). Amit Kapila
- pgsql: Improve RelationGetIdentityKeyBitmap(). Amit Kapila
- pgsql: Message style improvements Peter Eisentraut
- pgsql: Pre branch pgindent / pgperltidy run Andrew Dunstan
- pgsql: Branch REL_14_STABLE was created noreply@postgresql.org
- pgsql: Stamp HEAD as 15devel. Andrew Dunstan
- pgsql: Add pgindent commit to git-blame-ignore-revs file. Peter Geoghegan
- Re: pgsql: Add pgindent commit to git-blame-ignore-revs file. Andrew Dunstan
- Re: pgsql: Pre branch pgindent / pgperltidy run Peter Geoghegan
- Re: pgsql: Add pgindent commit to git-blame-ignore-revs file. Peter Geoghegan
- pgsql: Don't depend on -fwrapv semantics in pgbench's random() function Tom Lane
- pgsql: Don't depend on -fwrapv semantics in pgbench's random() function Tom Lane
- pgsql: Don't depend on -fwrapv semantics in pgbench's random() function Tom Lane
- pgsql: Don't depend on -fwrapv semantics in pgbench's random() function Tom Lane
- Re: pgsql: Add pgindent commit to git-blame-ignore-revs file. Alvaro Herrera
- Re: pgsql: Add pgindent commit to git-blame-ignore-revs file. Tom Lane
- Re: pgsql: Add pgindent commit to git-blame-ignore-revs file. Peter Geoghegan
- pgsql: Don't use abort(3) in libpq's fe-print.c. Tom Lane
- pgsql: Don't use abort(3) in libpq's fe-print.c. Tom Lane
- pgsql: Don't use abort(3) in libpq's fe-print.c. Tom Lane
- pgsql: Don't use abort(3) in libpq's fe-print.c. Tom Lane
- pgsql: Don't use abort(3) in libpq's fe-print.c. Tom Lane
- pgsql: Don't use abort(3) in libpq's fe-print.c. Tom Lane
- pgsql: Don't use abort(3) in libpq's fe-print.c. Tom Lane
- Re: pgsql: Add pgindent commit to git-blame-ignore-revs file. Peter Geoghegan
- Re: pgsql: Add pgindent commit to git-blame-ignore-revs file. Tom Lane
- pgsql: Improve pgindent release workflow. Peter Geoghegan
- Re: pgsql: Add pgindent commit to git-blame-ignore-revs file. Peter Geoghegan
- pgsql: Doc: further updates for RELEASE_CHANGES process notes. Tom Lane
- pgsql: doc: Improve PG14 release notes Bruce Momjian
- pgsql: Remove XLogFileInit() ability to unlink a pre-existing file. Noah Misch
- pgsql: Dump COMMENT ON SCHEMA public. Noah Misch
- pgsql: Don't ERROR on PreallocXlogFiles() race condition. Noah Misch
- pgsql: Dump public schema ownership and security labels. Noah Misch
- pgsql: Remove XLogFileInit() ability to skip ControlFileLock. Noah Misch
- pgsql: Skip WAL recycling and preallocation during archive recovery. Noah Misch
- pgsql: In XLogFileInit(), fix *use_existent postcondition to suit calle Noah Misch
- pgsql: Add support for LZ4 with compression of full-page writes in WAL Michael Paquier
- pgsql: Fix compilation warning in xloginsert.c Michael Paquier
- Re: pgsql: Add support for LZ4 with compression of full-page writes in WAL Tom Lane
- pgsql: Bump XLOG_PAGE_MAGIC for format changes related to FPW compressi Michael Paquier
- Re: pgsql: Add support for LZ4 with compression of full-page writes in WAL Michael Paquier
- pgsql: Add index OID macro argument to DECLARE_INDEX Peter Eisentraut
- pgsql: Remove literal backslash from Perl \Q ... \E. Noah Misch
- pgsql: Remove libpq's use of abort(3) to handle mutex failure cases. Tom Lane
- pgsql: Add a build-time check that libpq doesn't call exit() or abort() Tom Lane
- pgsql: Fix bogus logic for reporting which hash partition conflicts. Tom Lane
- pgsql: Fix bogus logic for reporting which hash partition conflicts. Tom Lane
- pgsql: Add PQsendFlushRequest to libpq Alvaro Herrera
- pgsql: Add PQsendFlushRequest to libpq Alvaro Herrera
- pgsql: Fix libpq state machine in pipeline mode Alvaro Herrera
- pgsql: Fix libpq state machine in pipeline mode Alvaro Herrera
- pgsql: Fixes for multirange selectivity estimation Alexander Korotkov
- pgsql: Fixes for multirange selectivity estimation Alexander Korotkov
- pgsql: Optimize pg_checksums --enable where checksum is already set Michael Paquier
- pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED Michael Paquier
- pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED Michael Paquier
- pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED Michael Paquier
- pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED Michael Paquier
- pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED Michael Paquier
- pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED Michael Paquier
- pgsql: Fix incorrect PITR message for transaction ROLLBACK PREPARED Michael Paquier
- pgsql: Allow enabling two-phase option via replication protocol. Amit Kapila
- pgsql: Allow streaming the changes after speculative aborts. Amit Kapila
- pgsql: Allow streaming the changes after speculative aborts. Amit Kapila
- pgsql: Replace magic constants used in pg_stat_get_replication_slot(). Amit Kapila
- pgsql: Replace magic constants used in pg_stat_get_replication_slot(). Amit Kapila
- pgsql: genbki stricter error handling Peter Eisentraut
- pgsql: doc: Add type information for postgres_fdw parameters. Fujii Masao
- pgsql: doc: Improve descriptions of tup_returned and tup_fetched in pg_ Fujii Masao
- pgsql: Fix portability fallout from commit dc227eb82. Tom Lane