Mailing lists [pgsql-committers]
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov
- pgsql: Rename enum labels of PG_Locale_Strategy Michael Paquier
- pgsql: More use of getpwuid_r() directly Peter Eisentraut
- pgsql: Cache typarray for fast lookups in binary upgrade mode Daniel Gustafsson
- pgsql: Translation updates Peter Eisentraut
- pgsql: Remove support for OpenSSL older than 1.1.0 Daniel Gustafsson
- pgsql: Only perform pg_strong_random init when required Daniel Gustafsson
- Re: pgsql: Translation updates Tom Lane
- pgsql: Fix rarely-run test for message wording change Peter Eisentraut
- pgsql: Fix rarely-run test for message wording change Peter Eisentraut
- pgsql: Fix warnings from msgfmt Peter Eisentraut
- Re: pgsql: Translation updates Peter Eisentraut
- Re: pgsql: Translation updates Tom Lane
- Re: pgsql: Translation updates Guillaume Lelarge
- Re: pgsql: Translation updates Guillaume Lelarge
- pgsql: doc: Consistently use result set in documentation Daniel Gustafsson
- pgsql: Stamp 17rc1. Tom Lane
- pgsql: Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder Michael Paquier
- pgsql: Fix typos and grammar in code comments and docs Michael Paquier
- pgsql: Add const qualifiers to XLogRegister*() functions Peter Eisentraut
- pgsql: Fix typos in code comments and test data Daniel Gustafsson
- Re: pgsql: Remove support for OpenSSL older than 1.1.0 Robins Tharakan
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov
- pgsql: Test for PG_TEST_EXTRA separately in SSL tests Daniel Gustafsson
- pgsql: Use library functions to edit config in SSL tests Daniel Gustafsson
- pgsql: Optimize pg_visibility with read streams. Noah Misch
- pgsql: Add block_range_read_stream_cb(), to deduplicate code. Noah Misch
- pgsql: Fix stack variable scope from previous commit. Noah Misch
- pgsql: Tag refs/tags/REL_17_RC1 was created noreply@postgresql.org
- pgsql: Standardize "read-ahead advice" terminology. Thomas Munro
- pgsql: Simplify makefiles exporting twice enable_injection_points Michael Paquier
- pgsql: Simplify makefiles exporting twice enable_injection_points Michael Paquier
- pgsql: Remember last collation to speed up collation cache. Jeff Davis
- pgsql: Avoid installcheck failure in TAP tests using injection_points Michael Paquier
- pgsql: Avoid installcheck failure in TAP tests using injection_points Michael Paquier
- pgsql: Fix inconsistent LWLock tranche name "CommitTsSLRU" Michael Paquier
- pgsql: Fix inconsistent LWLock tranche name "CommitTsSLRU" Michael Paquier
- pgsql: Check the validity of commutators for merge/hash clauses Richard Guo
- pgsql: Avoid unnecessary post-sort projection Richard Guo
- pgsql: Collect statistics about conflicts in logical replication. Amit Kapila
- pgsql: Apply more quoting to GUC names in messages Michael Paquier
- pgsql: Unify some error messages to ease work of translators Michael Paquier
- pgsql: Remove a couple of strerror() calls Peter Eisentraut
- pgsql: Revert "Optimize pg_visibility with read streams." Noah Misch
- pgsql: Remove test-case workarounds for ancient libedit versions. Tom Lane
- pgsql: Remove lc_collate_is_c(). Jeff Davis
- pgsql: Speedup WindowAgg code by moving uncommon code out-of-line David Rowley
- pgsql: Optimize WindowAgg's use of tuplestores David Rowley
- pgsql: Check availability of module injection_points in TAP tests Michael Paquier
- pgsql: Fix two NULL pointer dereferences when reading custom pgstats fr Michael Paquier
- pgsql: Add callback for backend initialization in pgstats Michael Paquier
- pgsql: Fix misleading error message context Peter Eisentraut
- pgsql: Fix handling of NULL return value in typarray lookup Daniel Gustafsson
- pgsql: Prevent mis-encoding of "trailing junk after numeric literal" er Tom Lane
- pgsql: Prevent mis-encoding of "trailing junk after numeric literal" er Tom Lane
- pgsql: Prevent mis-encoding of "trailing junk after numeric literal" er Tom Lane
- pgsql: Prevent mis-encoding of "trailing junk after numeric literal" er Tom Lane
- pgsql: Be more careful with error paths in pg_set_regex_collation(). Jeff Davis
- pgsql: doc PG 17 relnotes: remove tab complete for MERGE/SPLIT partit. Bruce Momjian
- pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote
- pgsql: SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote
- pgsql: Update comment about ExprState.escontext Amit Langote
- pgsql: SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote
- pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote
- pgsql: SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote
- pgsql: Update comment about ExprState.escontext Amit Langote
- pgsql: SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote
- Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote
- pgsql: Revert recent SQL/JSON related commits Amit Langote
- pgsql: Revert recent SQL/JSON related commits Amit Langote
- Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Tom Lane
- Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote
- Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Tom Lane
- Re: pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote
- pgsql: SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote
- pgsql: SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote
- pgsql: SQL/JSON: Fix JSON_TABLE() column deparsing Amit Langote
- pgsql: SQL/JSON: Fix default ON ERROR behavior for JSON_TABLE Amit Langote
- pgsql: Remove useless unconstify Peter Eisentraut
- pgsql: Fix incorrect pg_stat_io output on 32-bit machines. Tom Lane
- pgsql: Fix incorrect pg_stat_io output on 32-bit machines. Tom Lane
- pgsql: Fix incorrect pg_stat_io output on 32-bit machines. Tom Lane
- pgsql: Remove lc_ctype_is_c(). Jeff Davis
- pgsql: Update extension lookup routines to use the syscache Michael Paquier
- pgsql: Avoid core dump after getpwuid_r failure. Tom Lane
- pgsql: Add callbacks to control flush of fixed-numbered stats Michael Paquier
- pgsql: Fix order of parameters in a cost_sort call Richard Guo
- pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote
- pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier
- pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier
- pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier
- pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier
- pgsql: Fix waits of REINDEX CONCURRENTLY for indexes with predicates or Michael Paquier
- pgsql: SQL/JSON: Avoid initializing unnecessary ON ERROR / ON EMPTY ste Amit Langote
- pgsql: Add PQfullProtocolVersion() to surface the precise protocol vers Robert Haas
- pgsql: Don't bother checking the result of SPI_connect[_ext] anymore. Tom Lane
- pgsql: Consistently use PageGetExactFreeSpace() in pgstattuple. Tom Lane
- pgsql: Add WAL usage reporting to ANALYZE VERBOSE output. Masahiko Sawada
- pgsql: Remove emode argument from XLogFileRead() and XLogFileReadAnyTLI Michael Paquier
- pgsql: Introduce an RTE for the grouping step Richard Guo
- pgsql: Mark expressions nullable by grouping sets Richard Guo
- pgsql: Add amgettreeheight index AM API routine Peter Eisentraut
- pgsql: Protect against small overread in SASLprep validation Daniel Gustafsson
- pgsql: Add PG_TEST_PG_COMBINEBACKUP_MODE to CI tasks Tomas Vondra
- pgsql: Improve documentation and testing of jsonpath string() for datet Tom Lane
- pgsql: Fix some whitespace issues in XMLSERIALIZE(... INDENT). Tom Lane
- pgsql: Fix some whitespace issues in XMLSERIALIZE(... INDENT). Tom Lane
- pgsql: Fix some whitespace issues in XMLSERIALIZE(... INDENT). Tom Lane
- pgsql: Use a hash table to de-duplicate column names in ruleutils.c. Tom Lane
- pgsql: Optimize pg_visibility with read streams. Noah Misch
- pgsql: Improve assertion in FindReplTupleInLocalRel(). Amit Kapila
- pgsql: common/jsonapi: support libpq as a client Peter Eisentraut
- pgsql: Remove obsolete unconstify() Peter Eisentraut
- pgsql: Update .gitignore Peter Eisentraut
- pgsql: Fix unique key checks in JSON object constructors Tomas Vondra
- pgsql: Fix unique key checks in JSON object constructors Tomas Vondra
- pgsql: Fix unique key checks in JSON object constructors Tomas Vondra
- pgsql: Replace gratuitous memmove() with memcpy() Peter Eisentraut
- pgsql: pg_createsubscriber: minor documentation fixes Magnus Hagander
- pgsql: pg_createsubscriber: minor documentation fixes Magnus Hagander
- pgsql: Remove incorrect Assert. Tom Lane
- pgsql: Remove incorrect Assert. Tom Lane
- pgsql: Remove incorrect Assert. Tom Lane
- pgsql: Remove incorrect Assert. Tom Lane
- pgsql: Remove incorrect Assert. Tom Lane
- pgsql: Remove incorrect Assert. Tom Lane
- pgsql: Remove incorrect Assert. Tom Lane
- pgsql: SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) Amit Langote
- pgsql: SQL/JSON: Fix JSON_QUERY(... WITH CONDITIONAL WRAPPER) Amit Langote
- pgsql: Adjust tuplestore stats API David Rowley
- pgsql: Move logic related to WAL replay of Heap/Heap2 into its own file Michael Paquier
- pgsql: Don't overwrite scan key in systable_beginscan() Peter Eisentraut
- pgsql: Remove old RULE privilege completely. Fujii Masao
- pgsql: Doc: alphabetize aggregate function table David Rowley
- pgsql: Doc: alphabetize aggregate function table David Rowley
- pgsql: Doc: alphabetize aggregate function table David Rowley
- pgsql: Remove hardcoded hash opclass function signature exceptions Peter Eisentraut
- pgsql: Add has_largeobject_privilege function. Fujii Masao
- pgsql: Deduplicate code in LargeObjectExists and myLargeObjectExists. Fujii Masao
- pgsql: Make jsonpath .string() be immutable for datetimes. Tom Lane
- pgsql: Make jsonpath .string() be immutable for datetimes. Tom Lane
- pgsql: Remove redundant check for default collation. Jeff Davis
- pgsql: Simplify checks for deterministic collations. Jeff Davis
- pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart
- pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart
- pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart
- pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart
- pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart
- pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart
- pgsql: Reintroduce support for sequences in pgstattuple and pageinspect Nathan Bossart
- pgsql: pg_stat_statements: Add tests with extended query protocol Michael Paquier
- pgsql: Prohibit altering invalidated replication slots. Amit Kapila
- pgsql: SQL/JSON: Update example in JSON_QUERY() documentation Amit Langote
- pgsql: SQL/JSON: Update example in JSON_QUERY() documentation Amit Langote
- pgsql: doc PG 17 relnotes: add links to commits Bruce Momjian
- pgsql: Remove separate locale_is_c arguments Peter Eisentraut
- pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart
- pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart
- pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart
- pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart
- pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart
- pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart
- pgsql: Fix contrib/pageinspect's test for sequences. Nathan Bossart
- pgsql: doc PG 17 relnotes: replace commit hashes with section marks Bruce Momjian
- pgsql: Add commit 2b03cfeea4 to .git-blame-ignore-revs. Nathan Bossart
- pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane
- pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane
- pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane
- pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane
- pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane
- pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane
- pgsql: Allow _h_indexbuild() to be interrupted. Tom Lane
- pgsql: doc PG 17 relnotes: add dynamic shared memory registry item Bruce Momjian
- pgsql: doc PG 17 relnotes: move partition access method item Bruce Momjian
- pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan
- pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan
- pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan
- pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan
- pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan
- pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan
- pgsql: Only define NO_THREAD_SAFE_LOCALE for MSVC plperl when required Andrew Dunstan
- pgsql: doc PG 17 relnotes: move EXPLAIN items to their own section Bruce Momjian
- pgsql: Improve meson's detection of perl build flags Andrew Dunstan
- pgsql: Improve meson's detection of perl build flags Andrew Dunstan
- pgsql: Improve meson's detection of perl build flags Andrew Dunstan
- pgsql: doc PG 17 relnotes: update to current Bruce Momjian
- pgsql: Remove obsolete comment in pg_stat_statements. Tom Lane
- pgsql: Remove obsolete comment in pg_stat_statements. Tom Lane
- pgsql: doc PG 17 relnotes: remove commit link whose comment was removed Bruce Momjian
- pgsql: doc PG 17 relnotes: adjust SGML format for commit add script Bruce Momjian
- pgsql: Add commit 7229ebe011df to .git-blame-ignore-revs. Alvaro Herrera
- pgsql: Add commit 7229ebe011df to .git-blame-ignore-revs. Alvaro Herrera
- pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane
- pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane
- pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane
- pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane
- pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane
- pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane
- pgsql: Run regression tests with timezone America/Los_Angeles. Tom Lane
- pgsql: doc PG relnotes: add attribution for time zone data files items Bruce Momjian
- pgsql: doc PG relnotes: add attribution for time zone data files items Bruce Momjian
- pgsql: doc PG relnotes: add attribution for time zone data files items Bruce Momjian
- pgsql: doc PG relnotes: add attribution for time zone data files items Bruce Momjian
- pgsql: doc PG relnotes: add attribution for time zone data files items Bruce Momjian
- pgsql: Perl scripts: eliminate "Useless interpolation" warnings Bruce Momjian
- pgsql: Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). Tom Lane
- pgsql: Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). Tom Lane
- pgsql: Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). Tom Lane
- pgsql: Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). Tom Lane
- pgsql: Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). Tom Lane
- pgsql: Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). Tom Lane
- pgsql: Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). Tom Lane
- Re: pgsql: Perl scripts: eliminate "Useless interpolation" warnings Andrew Dunstan
- Re: pgsql: Perl scripts: eliminate "Useless interpolation" warnings Bruce Momjian
- Re: pgsql: Perl scripts: eliminate "Useless interpolation" warnings Andrew Dunstan
- Re: pgsql: Perl scripts: eliminate "Useless interpolation" warnings Bruce Momjian
- Re: pgsql: Perl scripts: eliminate "Useless interpolation" warnings Andrew Dunstan
- pgsql: Perl scripts: revert 43ce181059d Bruce Momjian
- Re: pgsql: Perl scripts: eliminate "Useless interpolation" warnings Andrew Dunstan
- pgsql: scripts: add Perl script to add links to release notes Bruce Momjian
- pgsql: scripts: add Perl script to add links to release notes Bruce Momjian
- pgsql: scripts: add Perl script to add links to release notes Bruce Momjian
- pgsql: scripts: add Perl script to add links to release notes Bruce Momjian
- pgsql: scripts: add Perl script to add links to release notes Bruce Momjian
- pgsql: scripts: add Perl script to add links to release notes Bruce Momjian
- pgsql: scripts: add Perl script to add links to release notes Bruce Momjian
- pgsql: doc PG relnotes: add links to commits Bruce Momjian
- pgsql: doc PG relnotes: add links to commits Bruce Momjian
- pgsql: doc PG relnotes: add links to commits Bruce Momjian
- pgsql: doc PG relnotes: add links to commits Bruce Momjian
- pgsql: doc PG relnotes: add links to commits Bruce Momjian
- pgsql: doc PG relnotes: fix SGML markup for new commit links Bruce Momjian
- pgsql: doc PG relnotes: fix SGML markup for new commit links Bruce Momjian
- pgsql: doc PG relnotes: fix SGML markup for new commit links Bruce Momjian
- pgsql: doc PG relnotes: fix SGML markup for new commit links Bruce Momjian
- pgsql: doc PG relnotes: fix SGML markup for new commit links Bruce Momjian
- pgsql: doc PG relnotes: fix SGML markup for new commit links Bruce Momjian
- pgsql: pg_upgrade: Parallelize contrib/isn check. Nathan Bossart
- pgsql: pg_upgrade: Parallelize postfix operator check. Nathan Bossart
- pgsql: pg_upgrade: Parallelize retrieving loadable libraries. Nathan Bossart
- pgsql: pg_upgrade: Parallelize retrieving extension updates. Nathan Bossart
- pgsql: Introduce framework for parallelizing various pg_upgrade tasks. Nathan Bossart
- pgsql: pg_upgrade: Parallelize subscription check. Nathan Bossart
- pgsql: pg_upgrade: Parallelize encoding conversion check. Nathan Bossart
- pgsql: pg_upgrade: Parallelize data type checks. Nathan Bossart
- pgsql: pg_upgrade: Parallelize retrieving relation information. Nathan Bossart
- pgsql: pg_upgrade: Parallelize WITH OIDS check. Nathan Bossart
- pgsql: pg_upgrade: Parallelize incompatible polymorphics check. Nathan Bossart
- pgsql: Fix redefinition of typedef. Nathan Bossart
- pgsql: Add memory/disk usage for Window aggregate nodes in EXPLAIN. Tatsuo Ishii
- pgsql: Add temporal FOREIGN KEY contraints Peter Eisentraut
- pgsql: Add stratnum GiST support function Peter Eisentraut
- pgsql: Add temporal PRIMARY KEY and UNIQUE constraints Peter Eisentraut
- pgsql: Avoid parallel nbtree index scan hangs with SAOPs. Peter Geoghegan
- pgsql: Avoid parallel nbtree index scan hangs with SAOPs. Peter Geoghegan
- pgsql: Minor cleanup related to pg_wal_replay_wait() procedure Alexander Korotkov
- pgsql: Ensure standby promotion point in 043_wal_replay_wait.pl Alexander Korotkov
- pgsql: Repair pg_upgrade for identity sequences with non-default persis Tom Lane
- pgsql: Repair pg_upgrade for identity sequences with non-default persis Tom Lane
- pgsql: Repair pg_upgrade for identity sequences with non-default persis Tom Lane
- pgsql: Repair pg_upgrade for identity sequences with non-default persis Tom Lane
- Re: pgsql: Introduce framework for parallelizing various pg_upgrade tasks. Alexander Korotkov
- Re: pgsql: pg_upgrade: Parallelize retrieving relation information. Alexander Korotkov
- pgsql: Allow ReadStream to be consumed as raw block numbers. Thomas Munro
- pgsql: Allow ReadStream to be consumed as raw block numbers. Thomas Munro
- pgsql: Add missing query ID reporting in extended query protocol Michael Paquier
- pgsql: Add missing query ID reporting in extended query protocol Michael Paquier
- pgsql: Add missing query ID reporting in extended query protocol Michael Paquier
- pgsql: Add missing query ID reporting in extended query protocol Michael Paquier
- pgsql: Add missing query ID reporting in extended query protocol Michael Paquier
- pgsql: Don't enter parallel mode when holding interrupts. Noah Misch
- pgsql: Don't enter parallel mode when holding interrupts. Noah Misch
- pgsql: Don't enter parallel mode when holding interrupts. Noah Misch
- pgsql: Don't enter parallel mode when holding interrupts. Noah Misch
- pgsql: Don't enter parallel mode when holding interrupts. Noah Misch
- pgsql: Don't enter parallel mode when holding interrupts. Noah Misch
- pgsql: Don't enter parallel mode when holding interrupts. Noah Misch
- pgsql: Extend PgStat_HashKey.objid from 4 to 8 bytes Michael Paquier
- pgsql: postgres_fdw: Extend postgres_fdw_get_connections to return user Fujii Masao
- pgsql: Add some sanity checks in executor for query ID reporting Michael Paquier
- pgsql: Update list of acknowledgments in release notes Peter Eisentraut
- Re: pgsql: Don't enter parallel mode when holding interrupts. Laurenz Albe
- pgsql: docs: Improve the description of num_timed column in pg_stat_che Fujii Masao
- pgsql: docs: Improve the description of num_timed column in pg_stat_che Fujii Masao
- pgsql: Add TOAST table to pg_index. Nathan Bossart
- pgsql: doc PG relnotes: no relnote footnotes for commit links in PDF Bruce Momjian
- pgsql: doc PG relnotes: no relnote footnotes for commit links in PDF Bruce Momjian
- pgsql: doc PG relnotes: no relnote footnotes for commit links in PDF Bruce Momjian
- pgsql: doc PG relnotes: no relnote footnotes for commit links in PDF Bruce Momjian
- pgsql: doc PG relnotes: no relnote footnotes for commit links in PDF Bruce Momjian
- pgsql: doc PG relnotes: no relnote footnotes for commit links in PDF Bruce Momjian
- pgsql: doc PG relnotes: no relnote footnotes for commit links in PDF Bruce Momjian
- pgsql: doc PG relnotes: add paragraph explaining the section symbol Bruce Momjian
- pgsql: doc PG relnotes: add paragraph explaining the section symbol Bruce Momjian
- pgsql: doc PG relnotes: add paragraph explaining the section symbol Bruce Momjian
- pgsql: doc PG relnotes: add paragraph explaining the section symbol Bruce Momjian
- pgsql: doc PG relnotes: add paragraph explaining the section symbol Bruce Momjian
- pgsql: doc PG relnotes: add paragraph explaining the section symbol Bruce Momjian
- pgsql: doc PG relnotes: add paragraph explaining the section symbol Bruce Momjian
- pgsql: Optimize tuplestore usage for WITH RECURSIVE CTEs David Rowley
- pgsql: Introduce ATT_PARTITIONED_TABLE in tablecmds.c Michael Paquier
- pgsql: psql: Clean up more aggressively state of \bind[_named], \parse Michael Paquier
- pgsql: psql: Fix memory leak with repeated calls of \bind Michael Paquier
- pgsql: psql: Fix memory leak with repeated calls of \bind Michael Paquier
- pgsql: Move pg_wal_replay_wait() to xlogfuncs.c Alexander Korotkov
- pgsql: Fix order of includes in src/bin/pg_upgrade/info.c Alexander Korotkov
- pgsql: Add UpgradeTaskProcessCB to typedefs.list Alexander Korotkov
- Re: pgsql: scripts: add Perl script to add links to release notes Bruce Momjian
- pgsql: Improve Perl script which adds commit links to release notes Bruce Momjian
- pgsql: Improve Perl script which adds commit links to release notes Bruce Momjian
- pgsql: Improve Perl script which adds commit links to release notes Bruce Momjian
- pgsql: Improve Perl script which adds commit links to release notes Bruce Momjian
- pgsql: Improve Perl script which adds commit links to release notes Bruce Momjian
- pgsql: Improve Perl script which adds commit links to release notes Bruce Momjian
- pgsql: Improve Perl script which adds commit links to release notes Bruce Momjian
- pgsql: doc PG relnotes: rename commit link paragraph for clarity Bruce Momjian
- pgsql: doc PG relnotes: rename commit link paragraph for clarity Bruce Momjian
- pgsql: doc PG relnotes: rename commit link paragraph for clarity Bruce Momjian
- pgsql: doc PG relnotes: rename commit link paragraph for clarity Bruce Momjian
- pgsql: doc PG relnotes: rename commit link paragraph for clarity Bruce Momjian
- pgsql: doc PG relnotes: rename commit link paragraph for clarity Bruce Momjian
- pgsql: doc PG relnotes: rename commit link paragraph for clarity Bruce Momjian
- pgsql: doc PG relnotes: document "Unresolved ID reference found" cause Bruce Momjian
- pgsql: doc PG relnotes: document "Unresolved ID reference found" cause Bruce Momjian
- pgsql: doc PG relnotes: document "Unresolved ID reference found" cause Bruce Momjian
- pgsql: doc PG relnotes: document "Unresolved ID reference found" cause Bruce Momjian
- pgsql: doc PG relnotes: document "Unresolved ID reference found" cause Bruce Momjian
- pgsql: doc PG relnotes: document "Unresolved ID reference found" cause Bruce Momjian
- pgsql: doc PG relnotes: document "Unresolved ID reference found" cause Bruce Momjian
- Re: pgsql: doc PG relnotes: document "Unresolved ID reference found" cause Tom Lane
- Re: pgsql: doc PG relnotes: document "Unresolved ID reference found" cause Bruce Momjian
- pgsql: doc PG relnotes: remove warning about commit links in PDF build Bruce Momjian
- pgsql: doc PG relnotes: remove warning about commit links in PDF build Bruce Momjian
- pgsql: doc PG relnotes: remove warning about commit links in PDF build Bruce Momjian
- pgsql: doc PG relnotes: remove warning about commit links in PDF build Bruce Momjian
- pgsql: doc PG relnotes: remove warning about commit links in PDF build Bruce Momjian
- pgsql: doc PG relnotes: remove warning about commit links in PDF build Bruce Momjian
- pgsql: doc PG relnotes: remove warning about commit links in PDF build Bruce Momjian
- Re: pgsql: Convert some extern variables to static Tom Lane
- Re: pgsql: Convert some extern variables to static Thomas Munro
- pgsql: psql: Add tests for repeated calls of \bind[_named] Michael Paquier
- pgsql: Restore relmapper state early enough in parallel workers. Tom Lane
- pgsql: Add parameter "connstr" to PostgreSQL::Test::Cluster::background Michael Paquier
- pgsql: Fix nbtree pgstats accounting with parallel scans. Peter Geoghegan
- pgsql: Fix nbtree pgstats accounting with parallel scans. Peter Geoghegan
- pgsql: Doc: explain how to test ADMIN privilege with pg_has_role(). Tom Lane
- pgsql: Doc: explain how to test ADMIN privilege with pg_has_role(). Tom Lane
- pgsql: Doc: explain how to test ADMIN privilege with pg_has_role(). Tom Lane
- pgsql: Doc: explain how to test ADMIN privilege with pg_has_role(). Tom Lane
- pgsql: Doc: explain how to test ADMIN privilege with pg_has_role(). Tom Lane
- pgsql: Doc: explain how to test ADMIN privilege with pg_has_role(). Tom Lane
- pgsql: Doc: explain how to test ADMIN privilege with pg_has_role(). Tom Lane
- pgsql: doc PG 17 relnotes: add major features list Bruce Momjian
- pgsql: Alphabetize #include directives in pg_checksums.c. Nathan Bossart
- Re: pgsql: Handle equality operator in contrib/pg_trgm Laurenz Albe
- pgsql: Doc: update 17.0 release date. Tom Lane
- pgsql: Improve Asserts checking relation matching in parallel scans. Tom Lane
- pgsql: Refactor handling of nbtree array redundancies. Peter Geoghegan
- pgsql: Increase the number of fast-path lock slots Tomas Vondra
- pgsql: Remove pg_authid's TOAST table. Nathan Bossart
- pgsql: Add memory/disk usage for more executor nodes. Tatsuo Ishii
- pgsql: Fix asserts in fast-path locking code Tomas Vondra
- pgsql: Translation updates Peter Eisentraut
- pgsql: jsonapi: fix memory leakage during OOM error recovery. Tom Lane
- pgsql: Stamp 17.0. Tom Lane
- pgsql: Remove ATT_TABLE for ALTER TABLE ... ATTACH/DETACH Michael Paquier
- pgsql: Drop global objects after completed test Michael Paquier
- pgsql: Drop global objects after completed test Michael Paquier
- pgsql: Drop global objects after completed test Michael Paquier
- pgsql: Drop global objects after completed test Michael Paquier
- pgsql: Drop global objects after completed test Michael Paquier
- pgsql: Allow meson builds to run test_pg_dump test in installcheck mode Michael Paquier
- pgsql: Add ONLY support for VACUUM and ANALYZE David Rowley
- Re: pgsql: Allow meson builds to run test_pg_dump test in installcheck mode Peter Geoghegan
- pgsql: Update obsolete nbtree array preprocessing comments. Peter Geoghegan
- pgsql: Neaten up our choices of SQLSTATEs for XML-related errors. Tom Lane
- pgsql: Add further excludes to headerscheck Peter Eisentraut
- Re: pgsql: Convert some extern variables to static Peter Eisentraut
- pgsql: Tighten up make_libc_collator() and make_icu_collator(). Jeff Davis
- pgsql: Tag refs/tags/REL_17_0 was created noreply@postgresql.org
- pgsql: Fix psql describe commands' handling of ACL columns for old serv Tom Lane
- pgsql: Fix psql describe commands' handling of ACL columns for old serv Tom Lane
- pgsql: Allow length=-1 for NUL-terminated input to pg_strncoll(), etc. Jeff Davis
- pgsql: Fix data loss at inplace update after heap_update(). Noah Misch
- pgsql: For inplace update durability, make heap_update() callers wait. Noah Misch
- pgsql: For inplace update durability, make heap_update() callers wait. Noah Misch
- pgsql: Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. Noah Misch
- pgsql: For inplace update durability, make heap_update() callers wait. Noah Misch
- pgsql: Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. Noah Misch
- pgsql: Fix data loss at inplace update after heap_update(). Noah Misch
- pgsql: Fix data loss at inplace update after heap_update(). Noah Misch
- pgsql: Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. Noah Misch
- pgsql: Fix data loss at inplace update after heap_update(). Noah Misch
- pgsql: Fix data loss at inplace update after heap_update(). Noah Misch
- pgsql: Fix data loss at inplace update after heap_update(). Noah Misch
- pgsql: Fix data loss at inplace update after heap_update(). Noah Misch
- pgsql: Back-patch "Refactor code in tablecmds.c to check and process ta Noah Misch
- pgsql: Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. Noah Misch
- pgsql: For inplace update durability, make heap_update() callers wait. Noah Misch
- pgsql: Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. Noah Misch
- pgsql: For inplace update durability, make heap_update() callers wait. Noah Misch
- pgsql: Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. Noah Misch
- pgsql: For inplace update durability, make heap_update() callers wait. Noah Misch
- pgsql: For inplace update durability, make heap_update() callers wait. Noah Misch
- pgsql: Warn if LOCKTAG_TUPLE is held at commit, under debug_assertions. Noah Misch
- pgsql: Back-patch "Refactor code in tablecmds.c to check and process ta Noah Misch
- pgsql: Fix use of uninitialized value in previous commit. Noah Misch
- pgsql: Fix use of uninitialized value in previous commit. Noah Misch
- pgsql: pg_stat_statements: Expand tests for SET statements Michael Paquier
- pgsql: Doc: Add the steps for upgrading the logical replication cluster Amit Kapila
- pgsql: vacuumdb: Skip temporary tables in query to build list of relati Michael Paquier
- pgsql: vacuumdb: Skip temporary tables in query to build list of relati Michael Paquier
- pgsql: vacuumdb: Skip temporary tables in query to build list of relati Michael Paquier
- pgsql: vacuumdb: Skip temporary tables in query to build list of relati Michael Paquier
- pgsql: vacuumdb: Skip temporary tables in query to build list of relati Michael Paquier
- pgsql: vacuumdb: Skip temporary tables in query to build list of relati Michael Paquier
- pgsql: vacuumdb: Skip temporary tables in query to build list of relati Michael Paquier
- pgsql: Turn 'if' condition around to avoid Svace complaint Alvaro Herrera
- pgsql: Remove extra whitespace in pg_upgrade status message. Nathan Bossart
- pgsql: Remove extra whitespace in pg_upgrade status message. Nathan Bossart
- pgsql: tests: Restrict pg_locks queries in advisory_locks.sql to curren Michael Paquier
- pgsql: tests: Restrict pg_locks queries in advisory_locks.sql to curren Michael Paquier
- pgsql: tests: Restrict pg_locks queries in advisory_locks.sql to curren Michael Paquier
- pgsql: tests: Restrict pg_locks queries in advisory_locks.sql to curren Michael Paquier
- pgsql: Update oid for pg_wal_replay_wait() procedure Alexander Korotkov
- pgsql: Doc: Add a note in the upgrade of logical replication clusters. Amit Kapila
- pgsql: Doc: InitPlans aren't parallel-restricted any more. Tom Lane
- pgsql: Doc: InitPlans aren't parallel-restricted any more. Tom Lane
- pgsql: Modernize to_char's Roman-numeral code, fixing overflow problems Tom Lane
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov
- pgsql: Improve style of pg_upgrade task callback functions. Nathan Bossart
- pgsql: Ensure we have a snapshot when updating pg_index entries. Nathan Bossart
- pgsql: Fix catalog data of new LO privilege functions Michael Paquier
- pgsql: Fix incorrect memory access in VACUUM FULL with invalid toast in Michael Paquier
- pgsql: Fix incorrect memory access in VACUUM FULL with invalid toast in Michael Paquier
- pgsql: Fix incorrect memory access in VACUUM FULL with invalid toast in Michael Paquier
- pgsql: Fix incorrect memory access in VACUUM FULL with invalid toast in Michael Paquier
- pgsql: Fix incorrect memory access in VACUUM FULL with invalid toast in Michael Paquier
- pgsql: Fix incorrect memory access in VACUUM FULL with invalid toast in Michael Paquier
- pgsql: Fix incorrect memory access in VACUUM FULL with invalid toast in Michael Paquier
- pgsql: Fix typo in pg_walsummary/nls.mk. Fujii Masao
- pgsql: pg_verifybackup: Verify tar-format backups. Robert Haas
- Re: pgsql: Implement pg_wal_replay_wait() stored procedure Alexander Korotkov
- pgsql: Reindent pg_verifybackup.c. Robert Haas
- pgsql: Recalculate where-needed data accurately after a join removal. Tom Lane
- pgsql: doc: Note that CREATE MATERIALIZED VIEW restricts search_path. Nathan Bossart
- pgsql: doc: Note that CREATE MATERIALIZED VIEW restricts search_path. Nathan Bossart
- pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches. Noah Misch
- pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches. Noah Misch
- pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches. Noah Misch
- pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches. Noah Misch
- pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches. Noah Misch
- pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches. Noah Misch
- pgsql: Avoid 037_invalid_database.pl hang under debug_discard_caches. Noah Misch
- pgsql: Remove NULL dereference from RenameRelationInternal(). Noah Misch
- pgsql: Remove NULL dereference from RenameRelationInternal(). Noah Misch
- pgsql: Remove NULL dereference from RenameRelationInternal(). Noah Misch
- pgsql: Remove NULL dereference from RenameRelationInternal(). Noah Misch
- pgsql: Remove NULL dereference from RenameRelationInternal(). Noah Misch
- pgsql: Remove NULL dereference from RenameRelationInternal(). Noah Misch
- pgsql: Remove NULL dereference from RenameRelationInternal(). Noah Misch
- pgsql: Set query ID in parallel workers for vacuum, BRIN and btree Michael Paquier
- pgsql: reindexdb: Skip reindexing temporary tables and indexes. Fujii Masao
- pgsql: reindexdb: Skip reindexing temporary tables and indexes. Fujii Masao
- pgsql: reindexdb: Skip reindexing temporary tables and indexes. Fujii Masao
- pgsql: reindexdb: Skip reindexing temporary tables and indexes. Fujii Masao
- pgsql: reindexdb: Skip reindexing temporary tables and indexes. Fujii Masao
- pgsql: reindexdb: Skip reindexing temporary tables and indexes. Fujii Masao
- pgsql: Add num_done counter to the pg_stat_checkpointer view. Fujii Masao
- pgsql: Show values of SET statements as constants in pg_stat_statements Michael Paquier
- Re: pgsql: Show values of SET statements as constants in pg_stat_statements Tom Lane
- pgsql: Bump catalog version for change in VariableSetStmt Michael Paquier
- pgsql: Don't disallow DROP of constraints ONLY on partitioned tables Alvaro Herrera
- pgsql: Bump MIN_WINNT for MINGW to clear a build error Andrew Dunstan
- pgsql: Remove incorrect entries in pg_walsummary's getopt_long call. Tom Lane
- pgsql: Remove incorrect entries in pg_walsummary's getopt_long call. Tom Lane
- pgsql: docs: Enhance the pg_stat_checkpointer view documentation. Fujii Masao