Mailing lists [pgsql-committers]
- pgsql: ci: Change macOS builds from Intel to ARM. Thomas Munro
- pgsql: ci: Change macOS builds from Intel to ARM. Thomas Munro
- pgsql: In plpgsql, don't preassign portal names to bound cursor variabl Tom Lane
- pgsql: Accept "+infinity" in date and timestamp[tz] input. Tom Lane
- pgsql: doc: Re-order Table 28.2 "Collected Statistics Views" Peter Eisentraut
- pgsql: Push lpp variable closer to usage in heapgetpage() Peter Eisentraut
- pgsql: Add bt_multi_page_stats() function to contrib/pageinspect. Tom Lane
- pgsql: Avoid special XID snapshotConflictHorizon values. Peter Geoghegan
- pgsql: Adjust VACUUM hastup LP_REDIRECT comments. Peter Geoghegan
- pgsql: Update copyright for 2023 Bruce Momjian
- pgsql: Update copyright for 2023 Bruce Momjian
- pgsql: Update copyright for 2023 Bruce Momjian
- pgsql: Update copyright for 2023 Bruce Momjian
- pgsql: Update copyright for 2023 Bruce Momjian
- pgsql: Update copyright for 2023 Bruce Momjian
- pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane
- pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane
- pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane
- pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane
- pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane
- pgsql: Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane
- pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund
- pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund
- pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund
- pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund
- pgsql: perl: Hide warnings inside perl.h when using gcc compatible comp Andres Freund
- pgsql: Fix typos in comments, code and documentation Michael Paquier
- pgsql: Fix typos in comments, code and documentation Michael Paquier
- pgsql: Fix typos in comments, code and documentation Michael Paquier
- pgsql: Fix typos in comments, code and documentation Michael Paquier
- pgsql: Fix typos in comments, code and documentation Michael Paquier
- pgsql: Fix typos in comments, code and documentation Michael Paquier
- pgsql: Windows support in pg_import_system_collations Peter Eisentraut
- pgsql: Refine the definition of page-level freezing. Peter Geoghegan
- pgsql: Delay commit status checks until freezing executes. Peter Geoghegan
- pgsql: vacuumlazy.c: Save get_database_name() in vacrel. Peter Geoghegan
- pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas
- pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas
- pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas
- pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas
- pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas
- pgsql: Improve documentation of the CREATEROLE attibute. Robert Haas
- pgsql: Fix typo in memutils_memorychunk.h David Rowley
- pgsql: During pg_dump startup, acquire table locks in batches. Tom Lane
- pgsql: Update obsolete multixact.c comments. Peter Geoghegan
- pgsql: Check that xmax didn't commit in freeze check. Peter Geoghegan
- pgsql: Fix some compiler warnings in aset.c and generation.c David Rowley
- pgsql: meson: Add 'running' test setup, as a replacement for installche Alexander Korotkov
- pgsql: Remove extra regress check arguments from test_pg_db_role_settin Alexander Korotkov
- pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane
- pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane
- pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane
- pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane
- pgsql: Refactor permissions-checking for role grants. Robert Haas
- pgsql: Pass down current user ID to AddRoleMems and DelRoleMems. Robert Haas
- pgsql: Use unnamed POSIX semaphores on Cygwin. Thomas Munro
- pgsql: Fix pg_truncate() on Windows. Thomas Munro
- pgsql: Fix pg_truncate() on Windows. Thomas Munro
- pgsql: Fix pg_truncate() on Windows. Thomas Munro
- pgsql: Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE. Dean Rasheed
- pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed
- pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed
- pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed
- pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed
- pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed
- pgsql: Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET S Dean Rasheed
- pgsql: Fix typo Peter Eisentraut
- pgsql: Fix stale comment about sample_frac adjustment Tomas Vondra
- pgsql: Invalidate pgoutput's replication-decisions cache upon schema re Tom Lane
- pgsql: Add options to control whether VACUUM runs vac_update_datfrozenx Tom Lane
- pgsql: Allow hyphens in ltree labels Andrew Dunstan
- pgsql: Check for two_phase change at end of process_syncing_tables_for_ Tom Lane
- pgsql: Wake up a subscription's replication worker processes after DDL. Tom Lane
- pgsql: Add additional regression tests for select_active_windows David Rowley
- pgsql: Remove the streaming files for incomplete xacts after restart. Amit Kapila
- pgsql: Remove the streaming files for incomplete xacts after restart. Amit Kapila
- pgsql: Remove the streaming files for incomplete xacts after restart. Amit Kapila
- Re: pgsql: Fix calculation of which GENERATED columns need to be updated. David Rowley
- pgsql: psql: Add support for \dpS and \zS. Dean Rasheed
- pgsql: Check relkind before using TABLESAMPLE in postgres_fdw Tomas Vondra
- Re: pgsql: Fix calculation of which GENERATED columns need to be updated. Tom Lane
- pgsql: Improve GIN cost estimation Alexander Korotkov
- pgsql: Extract the multiplier for CPU process cost of index page into a Alexander Korotkov
- pgsql: Doc: improve commentary about providing our own definitions of M Tom Lane
- pgsql: Perform apply of large transactions by parallel workers. Amit Kapila
- pgsql: Allow left join removals and unique joins on partitioned tables David Rowley
- pgsql: Fix the file mode of worker.c changed by the commit 216a784829. Amit Kapila
- pgsql: Remove redundant setting of tuplesort status John Naylor
- pgsql: Invent random_normal() to provide normally-distributed random nu Tom Lane
-
pgsql: Doc: add XML ID attributes to
and Tom Lanetags.
- pgsql: Upgrade the random.sql regression test. Tom Lane
- pgsql: Remove pg_regress' never-documented "ignore" feature. Tom Lane
- pgsql: Fix the display of lock information for specktoken. Amit Kapila
- pgsql: Round off random_normal() test results one more decimal place. Tom Lane
- pgsql: Document the newly added wait events added by commit 216a784829. Amit Kapila
- pgsql: New header varatt.h split off from postgres.h Peter Eisentraut
- Re: pgsql: Fix the display of lock information for specktoken. Erik Rijkers
- pgsql: Fix MERGE's test for unreachable WHEN clauses. Dean Rasheed
- pgsql: Fix MERGE's test for unreachable WHEN clauses. Dean Rasheed
- Re: pgsql: Fix the display of lock information for specktoken. Amit Kapila
- pgsql: Restrict the privileges of CREATEROLE users. Robert Haas
- pgsql: Add new GUC createrole_self_grant. Robert Haas
- pgsql: Have the planner consider Incremental Sort for DISTINCT David Rowley
- pgsql: Avoid using tuple from syscache for update of pg_database.datfro Michael Paquier
- pgsql: Avoid using tuple from syscache for update of pg_database.datfro Michael Paquier
- Re: pgsql: Add new GUC createrole_self_grant. Tom Lane
- pgsql: Remove function declarations from headers for some undefined fun Michael Paquier
- pgsql: Fix typos in code and comments Michael Paquier
- pgsql: Common function for percent placeholder replacement Peter Eisentraut
- pgsql: Fix MSVC build Peter Eisentraut
- pgsql: Don't leave roles behind after core regression tests. Tom Lane
- pgsql: Improve handling of inherited GENERATED expressions. Tom Lane
-
Re: pgsql: Doc: add XML ID attributes to
and Peter Eisentrauttags. - pgsql: Improve TransactionIdDidAbort() documentation. Peter Geoghegan
- pgsql: Add support for tab completion after ALTER EXTENSION ADD|DROP in Michael Paquier
- pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane
- pgsql: Rename and relocate freeze plan dedup routines. Peter Geoghegan
- pgsql: vacuumlazy.c: Tweak local variable name. Peter Geoghegan
- pgsql: Make lazy_vacuum_heap_rel match lazy_scan_heap. Peter Geoghegan
- pgsql: Doc: fix silly thinko in 8bf6ec3ba. Tom Lane
- pgsql: Use WaitEventSet API for postmaster's event loop. Thomas Munro
- pgsql: Refactor DetermineSleepTime() to use milliseconds. Thomas Munro
- pgsql: Revert "Get rid of the "new" and "old" entries in a view's range Tom Lane
- pgsql: Acquire spinlock when updating 2PC slot data during logical deco Michael Paquier
- pgsql: Acquire spinlock when updating 2PC slot data during logical deco Michael Paquier
- pgsql: Fix incorrect comment in hba.h Michael Paquier
- pgsql: Rename some variables related to ident files in hba.{c,h} Michael Paquier
- Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range Michael Paquier
- Re: pgsql: Revert "Get rid of the "new" and "old" entries in a view's range Tom Lane
- pgsql: Code cleanup Peter Eisentraut
- pgsql: Constify the arguments of ilist.c/h functions Peter Eisentraut
- Re: pgsql: Improve handling of inherited GENERATED expressions. Andrew Dunstan
- Re: pgsql: Sample postgres_fdw tables remotely during ANALYZE Alvaro Herrera
- Re: pgsql: Improve handling of inherited GENERATED expressions. Amit Langote
- Re: pgsql: Improve handling of inherited GENERATED expressions. Andrew Dunstan
- Re: pgsql: Improve handling of inherited GENERATED expressions. Tom Lane
- pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov
- pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov
- pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov
- pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov
- pgsql: Fix jsonpath existense checking of missing variables Alexander Korotkov
- Re: pgsql: Improve handling of inherited GENERATED expressions. Tom Lane
- Re: pgsql: Improve handling of inherited GENERATED expressions. Andrew Dunstan
- pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro
- pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro
- pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro
- pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro
- pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro
- pgsql: Fix WaitEventSetWait() buffer overrun. Thomas Munro
- pgsql: doc: Simplify description of functions for pg_walinspect Michael Paquier
- pgsql: doc: Simplify description of functions for pg_walinspect Michael Paquier
- pgsql: Add tests for regex replacement with \1 in pg_ident.conf to 0003 Michael Paquier
- Re: pgsql: Improve handling of inherited GENERATED expressions. Amit Langote
- pgsql: Avoid creating parallel apply state hash table unless required. Amit Kapila
- pgsql: Ignore dropped and generated columns from the column list. Amit Kapila
- pgsql: Simplify permissions for LOCK TABLE. Jeff Davis
- pgsql: Clean up useless "skipping" messages for VACUUM/ANALYZE. Jeff Davis
- pgsql: Manual cleanup and pgindent of pgstat and bufmgr related code Andres Freund
- pgsql: Add 250c8ee07ed to git-blame-ignore-revs Andres Freund
- pgsql: Fix MAINTAIN privileges for toast tables and partitions. Jeff Davis
- pgsql: Doc: fix typo in backup.sgml. Tatsuo Ishii
- pgsql: Doc: fix typo in backup.sgml. Tatsuo Ishii
- pgsql: Make new GENERATED-expressions code more bulletproof. Tom Lane
- pgsql: Make new GENERATED-expressions code more bulletproof. Tom Lane
- pgsql: Make new GENERATED-expressions code more bulletproof. Tom Lane
- pgsql: Make new GENERATED-expressions code more bulletproof. Tom Lane
- pgsql: Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvect Tom Lane
- pgsql: Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvect Tom Lane
- pgsql: Store IdentLine->pg_user as an AuthToken Michael Paquier
- pgsql: Refactor code in charge of running shell-based recovery commands Michael Paquier
- pgsql: Fix some BufFileRead() error reporting Peter Eisentraut
- pgsql: Fix some BufFileRead() error reporting Peter Eisentraut
- pgsql: Fix some BufFileRead() error reporting Peter Eisentraut
- pgsql: Fix some BufFileRead() error reporting Peter Eisentraut
- pgsql: Add BufFileRead variants with short read and EOF detection Peter Eisentraut
- pgsql: More documentation update for GRANT ... WITH SET OPTION. Robert Haas
- pgsql: Assorted improvements to SECURITY DEFINER functions documentatio Robert Haas
- pgsql: Tighten up VACUUM's approach to setting VM bits. Peter Geoghegan
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Create common infrastructure for cross-version upgrade testing. Tom Lane
- pgsql: Don't presort ORDER BY/DISTINCT Aggrefs with volatile functions David Rowley
- pgsql: Track behavior of \1 in pg_ident.conf when quoted Michael Paquier
- pgsql: Fix typo in comment. Amit Kapila
- pgsql: Improve the code to decide and process the apply action. Amit Kapila
- pgsql: Remove dead code in formatting.c John Naylor
- pgsql: Remove redundant relkind check John Naylor
- pgsql: Refactor recordExtObjInitPriv() Peter Eisentraut
- pgsql: Remove AggregateRelationId from recordExtObjInitPriv() Peter Eisentraut
- pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane
- pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane
- pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane
- pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane
- pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane
- pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane
- pgsql: AdjustUpgrade.pm should zap test_ext_cine, too. Tom Lane
- pgsql: meson: Add two missing regress tests Andres Freund
- pgsql: Doc: fix a few oddly-spelled SGML ID attributes. Tom Lane
- pgsql: Constify the arguments of copydir.h functions Michael Paquier
- pgsql: Refactor code for restoring files via shell commands Michael Paquier
- pgsql: Display the leader apply worker's PID for parallel apply workers Amit Kapila
- pgsql: Remove redundant grouping and DISTINCT columns. Tom Lane
- pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane
- pgsql: Fix ILIST_DEBUG build Andres Freund
- pgsql: Add detached node functions to ilist Andres Freund
- pgsql: Use dlist/dclist instead of PROC_QUEUE / SHM_QUEUE for heavyweig Andres Freund
- Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Andres Freund
- Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane
- Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Andres Freund
- pgsql: Use dlists instead of SHM_QUEUE for syncrep queue Andres Freund
- pgsql: Update expected/collate.windows.win1252.out for 47bb9db75. Tom Lane
- Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane
- Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Justin Pryzby
- Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Justin Pryzby
- Re: pgsql: Get rid of the "new" and "old" entries in a view's rangetable. Tom Lane
- pgsql: Fix AdjustUpgrade.pm's view conversion list for --with-lz4. Tom Lane
- pgsql: Fix failure with perlcritic in psql's create_help.pl Michael Paquier
- pgsql: Fix failure with perlcritic in psql's create_help.pl Michael Paquier
- pgsql: Fix failure with perlcritic in psql's create_help.pl Michael Paquier
- pgsql: Fix failure with perlcritic in psql's create_help.pl Michael Paquier
- pgsql: Fix failure with perlcritic in psql's create_help.pl Michael Paquier
- pgsql: Fix failure with perlcritic in psql's create_help.pl Michael Paquier
- pgsql: Add missing assign hook for GUC checkpoint_completion_target Michael Paquier
- pgsql: Add missing assign hook for GUC checkpoint_completion_target Michael Paquier
- pgsql: Add missing assign hook for GUC checkpoint_completion_target Michael Paquier
- pgsql: Add missing assign hook for GUC checkpoint_completion_target Michael Paquier
- pgsql: Add missing assign hook for GUC checkpoint_completion_target Michael Paquier
- pgsql: Add missing assign hook for GUC checkpoint_completion_target Michael Paquier
- pgsql: doc: Fix some issues in logical replication section Michael Paquier
- pgsql: Constify proclist.h Peter Eisentraut
- pgsql: Remove some dead code in selfuncs.c Alvaro Herrera
- Re: pgsql: Remove some dead code in selfuncs.c Tom Lane
- Re: pgsql: Remove some dead code in selfuncs.c Tom Lane
- pgsql: Fix searchpath for modern Perl for genbki.pl Andrew Dunstan
- pgsql: Keep perl style checker happy Andrew Dunstan
- pgsql: Fix searchpath for modern Perl for genbki.pl Andrew Dunstan
- pgsql: Keep perl style checker happy Andrew Dunstan
- Re: pgsql: Remove some dead code in selfuncs.c Alvaro Herrera
- pgsql: Log the correct ending timestamp in recovery_target_xid mode. Tom Lane
- pgsql: Log the correct ending timestamp in recovery_target_xid mode. Tom Lane
- pgsql: Log the correct ending timestamp in recovery_target_xid mode. Tom Lane
- pgsql: Log the correct ending timestamp in recovery_target_xid mode. Tom Lane
- pgsql: Log the correct ending timestamp in recovery_target_xid mode. Tom Lane
- pgsql: Log the correct ending timestamp in recovery_target_xid mode. Tom Lane
- Re: pgsql: Remove some dead code in selfuncs.c Tom Lane
- pgsql: Fix ts_headline() to handle ORs and phrase queries more honestly Tom Lane
- pgsql: Improve comment about GetWALAvailability's WALAVAIL_REMOVED code Tom Lane
- pgsql: Use appendStringInfoSpaces in more places David Rowley
- pgsql: Avoid harmless warning from pg_dump --if-exists mode. Tom Lane
- pgsql: Avoid harmless warning from pg_dump --if-exists mode. Tom Lane
- pgsql: Support the same patterns for pg-user in pg_ident.conf as in pg_ Michael Paquier
- pgsql: Improve the description of Output Plugin Callbacks. Amit Kapila
- pgsql: Remove SHM_QUEUE Andres Freund
- pgsql: Use dlists instead of SHM_QUEUE for predicate locking Andres Freund
- pgsql: Make our back branches build under -fkeep-inline-functions. Tom Lane
- pgsql: Make our back branches build under -fkeep-inline-functions. Tom Lane
- pgsql: Make our back branches build under -fkeep-inline-functions. Tom Lane
- pgsql: Make our back branches build under -fkeep-inline-functions. Tom Lane
- pgsql: Make our back branches build under -fkeep-inline-functions. Tom Lane
- pgsql: Describe each contrib module in its SGML section title Alvaro Herrera
- pgsql: Update docs and error message for superuser_reserved_connections Robert Haas
- pgsql: Rename ReservedBackends variable to SuperuserReservedConnections Robert Haas
- pgsql: Add new GUC reserved_connections. Robert Haas
- pgsql: Bump catversion for 6e2775e4d4e47775f0d933e4a93c148024a3bc63. Robert Haas
- pgsql: Move queryjumble.c code to src/backend/nodes/ Michael Paquier
- pgsql: Rework format of comments in headers for nodes Michael Paquier
- pgsql: Zero initialize uses of instr_time about to trigger compiler war Andres Freund
- pgsql: instr_time: Represent time as an int64 on all platforms Andres Freund
- pgsql: Reject CancelRequestPacket having unexpected length. Noah Misch
- pgsql: Reject CancelRequestPacket having unexpected length. Noah Misch
- pgsql: Reject CancelRequestPacket having unexpected length. Noah Misch
- pgsql: Reject CancelRequestPacket having unexpected length. Noah Misch
- pgsql: Reject CancelRequestPacket having unexpected length. Noah Misch
- pgsql: Reject CancelRequestPacket having unexpected length. Noah Misch
- pgsql: Allow REPLICA IDENTITY to be set on an index that's not (yet) va Tom Lane
- pgsql: Allow REPLICA IDENTITY to be set on an index that's not (yet) va Tom Lane
- pgsql: Allow REPLICA IDENTITY to be set on an index that's not (yet) va Tom Lane
- pgsql: Allow REPLICA IDENTITY to be set on an index that's not (yet) va Tom Lane
- pgsql: Allow REPLICA IDENTITY to be set on an index that's not (yet) va Tom Lane
- pgsql: Allow REPLICA IDENTITY to be set on an index that's not (yet) va Tom Lane
- pgsql: Allow parallel aggregate on string_agg and array_agg David Rowley
- pgsql: pg_walinspect: Add pg_get_wal_fpi_info() Michael Paquier
- Re: pgsql: instr_time: Represent time as an int64 on all platforms Michael Paquier
- Re: pgsql: instr_time: Represent time as an int64 on all platforms Tom Lane
- Re: pgsql: instr_time: Represent time as an int64 on all platforms Andres Freund
- Re: pgsql: instr_time: Represent time as an int64 on all platforms Tom Lane
- pgsql: Harden new parallel string_agg/array_agg regression test David Rowley
- pgsql: Fix and clarify function comment on LogicalTapeSetCreate. Heikki Linnakangas
- pgsql: Fix and clarify function comment on LogicalTapeSetCreate. Heikki Linnakangas
- pgsql: Run pgindent on heapam.c David Rowley
- pgsql: Optimise numeric division for 3 and 4 base-NBASE digit divisors. Dean Rasheed
- pgsql: Add non-destructive modes to pgindent Andrew Dunstan
- pgsql: Add a test using ldapbindpasswd in pg_hba.conf Andrew Dunstan
- pgsql: Restructure Ldap TAP test Andrew Dunstan
- Re: pgsql: instr_time: Represent time as an int64 on all platforms Andres Freund
- pgsql: Remove special outfuncs/readfuncs handling of RangeVar.catalogna Tom Lane
- pgsql: Fix pgindent --show-diff option. Tom Lane
- pgsql: Add non-decimal integer support to type numeric. Dean Rasheed
- Re: pgsql: Remove special outfuncs/readfuncs handling of RangeVar.catalogna Pavel Stehule
- pgsql: Fix XLogPageRead() comment Peter Eisentraut
- pgsql: Fix LATERAL join test in test memoize.sql David Rowley
- pgsql: Fix LATERAL join test in test memoize.sql David Rowley
- pgsql: Fix LATERAL join test in test memoize.sql David Rowley
- Re: pgsql: Fix LATERAL join test in test memoize.sql Tom Lane
- Re: pgsql: Fix LATERAL join test in test memoize.sql David Rowley
- Re: pgsql: Fix LATERAL join test in test memoize.sql Tom Lane
- pgsql: Use OFFSET 0 instead of ORDER BY to stop subquery pullup David Rowley
- pgsql: Use OFFSET 0 instead of ORDER BY to stop subquery pullup David Rowley
- pgsql: Use OFFSET 0 instead of ORDER BY to stop subquery pullup David Rowley
- pgsql: Fix error handling in libpqrcv_connect() Andres Freund
- pgsql: Fix error handling in libpqrcv_connect() Andres Freund
- pgsql: Fix error handling in libpqrcv_connect() Andres Freund
- pgsql: Fix error handling in libpqrcv_connect() Andres Freund
- pgsql: Fix error handling in libpqrcv_connect() Andres Freund
- pgsql: Fix error handling in libpqrcv_connect() Andres Freund
- pgsql: libpqwalreceiver: Convert to libpq-be-fe-helpers.h Andres Freund
- pgsql: dblink, postgres_fdw: Handle interrupts during connection establ Andres Freund
- pgsql: Add helper library for use of libpq inside the server environmen Andres Freund
- pgsql: Fix the Drop Database hang. Amit Kapila
- pgsql: Fix the Drop Database hang. Amit Kapila
- pgsql: Fix the Drop Database hang. Amit Kapila
- pgsql: Adjust interaction of CREATEROLE with role properties. Robert Haas
- Re: pgsql: instr_time: Represent time as an int64 on all platforms Andres Freund
- pgsql: Improve exclude pattern file processing in pgindent Andrew Dunstan
- pgsql: Update more obsolete multixact.c comments. Peter Geoghegan
- pgsql: Process pending postmaster work before connections. Thomas Munro
- pgsql: Rename contrib module basic_archive to basic_wal_module Michael Paquier
- pgsql: doc: Fix network_ops -> inet_ops in SpGiST operator class list Michael Paquier
- pgsql: doc: Fix network_ops -> inet_ops in SpGiST operator class list Michael Paquier
- pgsql: doc: Fix network_ops -> inet_ops in SpGiST operator class list Michael Paquier
- pgsql: Avoid type cheats for invalid dsa_handles and dshash_table_handl Tom Lane
- pgsql: plpython: Avoid the need to redefine *printf macros Andres Freund
- pgsql: plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE Andres Freund
- pgsql: Add eager and lazy freezing strategies to VACUUM. Peter Geoghegan
- pgsql: Doc: update VACUUM VERBOSE freezing tip. Peter Geoghegan
- pgsql: Revert "Rename contrib module basic_archive to basic_wal_module" Michael Paquier
- pgsql: Fix rare sharedtuplestore.c corruption. Thomas Munro
- pgsql: Fix rare sharedtuplestore.c corruption. Thomas Munro
- pgsql: Fix rare sharedtuplestore.c corruption. Thomas Munro
- pgsql: Fix rare sharedtuplestore.c corruption. Thomas Munro
- pgsql: Fix rare sharedtuplestore.c corruption. Thomas Munro
- pgsql: Fix rare sharedtuplestore.c corruption. Thomas Munro
- pgsql: Make auto_explain print the query identifier in verbose mode Michael Paquier
- pgsql: Clarify documentation for CLUSTER on partitioned tables. Jeff Davis
- pgsql: Revert "Add eager and lazy freezing strategies to VACUUM." Peter Geoghegan
- pgsql: Remove gratuitous references to postmaster program Peter Eisentraut
- pgsql: Don't install postmaster symlink anymore Peter Eisentraut
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Alvaro Herrera
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Robert Haas
- pgsql: DROP ROLE regress_role_limited_admin at end of test Robert Haas
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Andrew Dunstan
- pgsql: Doc: use less-awkward phrasing. Tom Lane
- pgsql: Code review for commit 05a7be935. Tom Lane
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Justin Pryzby
- pgsql: Improve TimestampDifferenceMilliseconds to cope with overflow sa Tom Lane
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Michael Paquier
- pgsql: Fix behavior with pg_restore -l and compressed dumps Michael Paquier
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Tom Lane
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Michael Paquier
- pgsql: Teach planner about more monotonic window functions David Rowley
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Tom Lane
- pgsql: doc: Adjust a few more references to "postmaster" Peter Eisentraut
- pgsql: meson: Fix installation path computation Peter Eisentraut
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Andrew Dunstan
- pgsql: Allow multiple --excludes options in pgindent Andrew Dunstan
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Justin Pryzby
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Tom Lane
- pgsql: Minor GUC code refactoring. Tom Lane
- Re: pgsql: Teach planner about more monotonic window functions Alvaro Herrera
- Re: pgsql: Teach planner about more monotonic window functions David Rowley
- pgsql: Remove unneeded volatile qualifiers from postmaster.c. Thomas Munro
- Re: pgsql: Adjust interaction of CREATEROLE with role properties. Michael Paquier
- pgsql: Rename GUC logical_decoding_mode to logical_replication_mode. Amit Kapila
- pgsql: Ensure that MERGE recomputes GENERATED expressions properly. Dean Rasheed
- pgsql: Ensure that MERGE recomputes GENERATED expressions properly. Dean Rasheed
- pgsql: Doc: clarify behavior of boolean options in replication commands Tom Lane
- pgsql: Invent "join domains" to replace the below_outer_join hack. Tom Lane
- pgsql: Do assorted mop-up in the planner. Tom Lane
- pgsql: Make Vars be outer-join-aware. Tom Lane
- pgsql: Refactor rmtree() to use get_dirent_type(). Thomas Munro
- pgsql: Remove recovery test 011_crash_recovery.pl Michael Paquier
- pgsql: Remove recovery test 011_crash_recovery.pl Michael Paquier
- pgsql: Remove recovery test 011_crash_recovery.pl Michael Paquier
- pgsql: Remove recovery test 011_crash_recovery.pl Michael Paquier
- pgsql: Remove recovery test 011_crash_recovery.pl Michael Paquier
- pgsql: Remove recovery test 011_crash_recovery.pl Michael Paquier
- pgsql: Generate code for query jumbling through gen_node_support.pl Michael Paquier
- Re: pgsql: Make Vars be outer-join-aware. Robins Tharakan
- Re: pgsql: Make Vars be outer-join-aware. Tom Lane
- pgsql: Remove over-optimistic Assert. Tom Lane
- Re: pgsql: Make Vars be outer-join-aware. Tom Lane
- pgsql: Doc: clarify use of NULL to drop comments and security labels. Tom Lane
- pgsql: Doc: clarify use of NULL to drop comments and security labels. Tom Lane
- pgsql: Doc: clarify use of NULL to drop comments and security labels. Tom Lane
- pgsql: Doc: clarify use of NULL to drop comments and security labels. Tom Lane
- pgsql: Doc: clarify use of NULL to drop comments and security labels. Tom Lane
- pgsql: Doc: clarify use of NULL to drop comments and security labels. Tom Lane