Mailing lists [pgsql-committers]
- pgsql: Add show_data option to pg_get_wal_block_info. Peter Geoghegan
- pgsql: Doc: add Buffer Access Strategy to the glossary David Rowley
- pgsql: pg_dump: Use only LZ4 frame format for compression Tomas Vondra
- pgsql: hio: Release extension lock before initializing page / pinning V Andres Freund
- pgsql: Assert only valid flag bits are passed to visibilitymap_set() Andres Freund
- pgsql: Pass down table relation into more index relation functions Andres Freund
- pgsql: Use PG_TEST_TIMEOUT_DEFAULT in 019_replslot_limit.pl. Noah Misch
- pgsql: Fix copy-pasto in contrib/auth_delay/meson.build variable name. Noah Misch
- pgsql: Add info in WAL records in preparation for logical slot conflict Andres Freund
- pgsql: Doc: update pgindent/README. Tom Lane
- pgsql: Remove some global variables from vacuum.c David Rowley
- pgsql: pg_basebackup: Correct type of WalSegSz Peter Eisentraut
- pgsql: Only make buffer strategy for vacuum when it's likely needed David Rowley
- pgsql: Fix typo in CI README Daniel Gustafsson
- pgsql: Disable vacuum's use of a buffer access strategy during failsafe David Rowley
- pgsql: Rename BufferAccessStrategyData.ring_size to nbuffers David Rowley
- pgsql: Revert 764da7710b Alexander Korotkov
- pgsql: Revert 11470f544e Alexander Korotkov
- pgsql: When using valgrind, log the current query after an error is det Tom Lane
- pgsql: Fix possible logical replication crash. Robert Haas
- pgsql: Move heaprel struct field next to index rel field. Peter Geoghegan
- pgsql: Recycle deleted nbtree pages more aggressively. Peter Geoghegan
- pgsql: Make SP-GiST redirect cleanup more aggressive. Peter Geoghegan
- pgsql: bufmgr: Remove buffer-write-dirty tracepoints Andres Freund
- pgsql: Code review for recent SQL/JSON commits Alvaro Herrera
- pgsql: Add missing XML ID attributes Peter Eisentraut
- pgsql: Perform logical replication actions as the table owner. Robert Haas
- pgsql: Add a run_as_owner option to subscriptions. Robert Haas
- pgsql: Add a way to get the current function's OID in pl/pgsql. Tom Lane
- pgsql: Canonicalize ICU locale names to language tags. Jeff Davis
- pgsql: Remove comment obsoleted by 11c2d6fd. Thomas Munro
- pgsql: Fix MSVC warning introduced in ea1db8ae70. Jeff Davis
- pgsql: doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit Michael Paquier
- pgsql: doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit Michael Paquier
- pgsql: doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit Michael Paquier
- pgsql: doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit Michael Paquier
- pgsql: doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit Michael Paquier
- pgsql: doc: Add more details about pg_stat_get_xact_blocks_{fetched,hit Michael Paquier
- pgsql: sequences: Lock buffer before initializing page Andres Freund
- pgsql: docs: Remove support for 'htmlhelp' format Andres Freund
- pgsql: Add Copyright notice in 001_basic.pl and 002_pg_upgrade.pl. Amit Kapila
- pgsql: meson: docs: Allow configuring simple/website style Andres Freund
- pgsql: docs: html: copy images to output as part of xslt build Andres Freund
- pgsql: meson: add docs, docs_pdf options Andres Freund
- pgsql: docs: html: load stylesheet via custom.css.source Andres Freund
- pgsql: meson: docs: Preparatory cleanups Andres Freund
- pgsql: Fix minor signed/unsigned mixup Peter Eisentraut
- pgsql: doc: Update SQL keywords list to SQL:2023 Peter Eisentraut
- pgsql: Fix function reference in comment Daniel Gustafsson
- pgsql: doc: Update SQL features/conformance information to SQL:2023 Peter Eisentraut
- pgsql: doc: Update error messages in RLS examples John Naylor
- pgsql: doc: Update error messages in RLS examples John Naylor
- pgsql: doc: Update error messages in RLS examples John Naylor
- pgsql: doc: Update error messages in RLS examples John Naylor
- pgsql: doc: Update error messages in RLS examples John Naylor
- pgsql: doc: Update error messages in RLS examples John Naylor
- pgsql: Update information_schema for SQL:2023 Peter Eisentraut
- pgsql: Fix wrong word in comment. Robert Haas
- pgsql: Don't initialize page in {vm,fsm}_extend(), not needed Andres Freund
- pgsql: Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tab Tom Lane
- pgsql: Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tab Tom Lane
- pgsql: Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tab Tom Lane
- pgsql: Fix another issue with ENABLE/DISABLE TRIGGER on partitioned tab Tom Lane
- pgsql: Add smgrzeroextend(), FileZero(), FileFallocate() Andres Freund
- pgsql: bufmgr: Add Pin/UnpinLocalBuffer() Andres Freund
- pgsql: bufmgr: Add some more error checking [infrastructure] around pin Andres Freund
- pgsql: pg_dump: Add support for zstd compression Tomas Vondra
- pgsql: Acquire locks on views in AcquirePlannerLocks, too. Tom Lane
- pgsql: bufmgr: Acquire and clean victim buffer separately Andres Freund
- pgsql: Support "Right Anti Join" plan shapes. Tom Lane
- pgsql: bufmgr: Support multiple in-progress IOs by using resowner Andres Freund
- pgsql: Allow to use system CA pool for certificate verification Daniel Gustafsson
- Re: pgsql: Don't initialize page in {vm,fsm}_extend(), not needed Tom Lane
- Re: pgsql: Don't initialize page in {vm,fsm}_extend(), not needed Michael Paquier
- Re: pgsql: Don't initialize page in {vm,fsm}_extend(), not needed Andres Freund
- pgsql: bufmgr: Introduce infrastructure for faster relation extension Andres Freund
- pgsql: Fix row tracking in pg_stat_statements with extended query proto Michael Paquier
- pgsql: Always make a BufferAccessStrategy for ANALYZE David Rowley
- pgsql: Use ExtendBufferedRelTo() in {vm,fsm}_extend() Andres Freund
- Re: pgsql: Don't initialize page in {vm,fsm}_extend(), not needed Andres Freund
- pgsql: Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBuffer Andres Freund
- pgsql: Move various prechecks from vacuum() into ExecVacuum() David Rowley
- Re: pgsql: Move various prechecks from vacuum() into ExecVacuum() Michael Paquier
- Re: pgsql: Move various prechecks from vacuum() into ExecVacuum() Andres Freund
- Re: pgsql: Move various prechecks from vacuum() into ExecVacuum() David Rowley
- pgsql: postgres_fdw: Add support for parallel abort. Etsuro Fujita
- pgsql: Support long distance matching for zstd compression Tomas Vondra
- pgsql: psql: add an optional execution-count limit to \watch. Tom Lane
- pgsql: hio: Relax rules for calling GetVisibilityMapPins() Andres Freund
- pgsql: hio: Don't pin the VM while holding buffer lock while extending Andres Freund
- pgsql: Fix ts_headline() edge cases for empty query and empty search te Tom Lane
- pgsql: Fix ts_headline() edge cases for empty query and empty search te Tom Lane
- pgsql: Fix ts_headline() edge cases for empty query and empty search te Tom Lane
- pgsql: Fix ts_headline() edge cases for empty query and empty search te Tom Lane
- pgsql: Fix ts_headline() edge cases for empty query and empty search te Tom Lane
- pgsql: Fix ts_headline() edge cases for empty query and empty search te Tom Lane
- pgsql: psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. Tom Lane
- Re: pgsql: Fix ts_headline() edge cases for empty query and empty search te Andres Freund
- Re: pgsql: Fix ts_headline() edge cases for empty query and empty search te Tom Lane
- Re: pgsql: Fix ts_headline() edge cases for empty query and empty search te Tom Lane
- pgsql: Stabilize just-added regression test cases. Tom Lane
- pgsql: Stabilize just-added regression test cases. Tom Lane
- pgsql: Stabilize just-added regression test cases. Tom Lane
- pgsql: Stabilize just-added regression test cases. Tom Lane
- pgsql: Stabilize just-added regression test cases. Tom Lane
- pgsql: Stabilize just-added regression test cases. Tom Lane
- pgsql: Separate vacuum cost variables from GUCs Daniel Gustafsson
- pgsql: Make vacuum failsafe_active globally visible Daniel Gustafsson
- pgsql: Refresh cost-based delay params more frequently in autovacuum Daniel Gustafsson
- pgsql: heapam: Pass number of required pages to RelationGetBufferForTup Andres Freund
- pgsql: Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option David Rowley
- pgsql: hio: Use ExtendBufferedRelBy() to extend tables more efficiently Andres Freund
- pgsql: Add --buffer-usage-limit option to vacuumdb David Rowley
- pgsql: Use ExtendBufferedRelTo() in XLogReadBufferExtended() Andres Freund
- pgsql: Add more protections in WAL record APIs against overflows Michael Paquier
- pgsql: Add tab-completion for newly added SUBSCRIPTION options. Amit Kapila
- pgsql: Fix copy-paste bug in 12f3867f553 triggering an assert after a w Andres Freund
- Re: pgsql: psql: add an optional execution-count limit to \watch. Alexander Korotkov
- Re: pgsql: psql: add an optional execution-count limit to \watch. Tom Lane
- Re: pgsql: psql: add an optional execution-count limit to \watch. Alexander Korotkov
- pgsql: Fix locale-dependent test case. Tom Lane
- pgsql: Add array_sample() and array_shuffle() functions. Tom Lane
- pgsql: Doc: improve descriptions of max_[pred_]locks_per_transaction GU Tom Lane
- pgsql: Catalog NOT NULL constraints Alvaro Herrera
- pgsql: Add pg_buffercache_usage_counts() to contrib/pg_buffercache. Tom Lane
- pgsql: Fix underspecified sort order in test query Alvaro Herrera
- pgsql: Refactor background psql TAP functions Daniel Gustafsson
- pgsql: Test SCRAM iteration changes with psql \password Daniel Gustafsson
- pgsql: Improve IO accounting for temp relation writes Andres Freund
- pgsql: Fix table name clash in recently introduced test Andres Freund
- pgsql: Add support for Daitch-Mokotoff Soundex in contrib/fuzzystrmatch Tom Lane
- pgsql: Adjust contrib/sepgsql regression test expected outputs. Tom Lane
- pgsql: Show more detail in heapam rmgr descriptions. Peter Geoghegan
- pgsql: For Kerberos testing, disable DNS lookups Stephen Frost
- pgsql: For Kerberos testing, disable reverse DNS lookup Stephen Frost
- pgsql: For Kerberos testing, disable reverse DNS lookup Stephen Frost
- pgsql: For Kerberos testing, disable reverse DNS lookup Stephen Frost
- pgsql: For Kerberos testing, disable DNS lookups Stephen Frost
- pgsql: For Kerberos testing, disable DNS lookups Stephen Frost
- pgsql: For Kerberos testing, disable DNS lookups Stephen Frost
- pgsql: For Kerberos testing, disable reverse DNS lookup Stephen Frost
- pgsql: For Kerberos testing, disable DNS lookups Stephen Frost
- pgsql: For Kerberos testing, disable DNS lookups Stephen Frost
- pgsql: For Kerberos testing, disable reverse DNS lookup Stephen Frost
- pgsql: Show more detail in nbtree rmgr descriptions. Peter Geoghegan
- pgsql: Track IO times in pg_stat_io Andres Freund
- pgsql: Pacify perlcritic. Tom Lane
- pgsql: Add support for Kerberos credential delegation Stephen Frost
- pgsql: Remove useless dependencies in daitch_mokotoff_header.pl. Tom Lane
- pgsql: Add missing .gitignore entry. Tom Lane
- pgsql: Doc: Fix the datatype of the newly added SUBSCRIPTION options. Amit Kapila
- pgsql: Add io_direct setting (developer-only). Thomas Munro
- pgsql: Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. Thomas Munro
- pgsql: Replace replication slot's invalidated_at LSN with an enum Andres Freund
- pgsql: Prevent use of invalidated logical slot in CreateDecodingContext Andres Freund
- pgsql: Fix underspecified sort order in inherit.sql Andres Freund
- pgsql: Support invalidating replication slots due to horizon and wal_le Andres Freund
- pgsql: Handle logical slot conflicts on standby Andres Freund
- pgsql: For cascading replication, wake physical and logical walsenders Andres Freund
- pgsql: TAP test for logical decoding on standby Andres Freund
- pgsql: Allow logical decoding on standbys Andres Freund
- pgsql: Update tsearch regex memory management. Thomas Munro
- pgsql: Redesign interrupt/cancel API for regex engine. Thomas Munro
- pgsql: Use MemoryContext API for regex memory management. Thomas Munro
- pgsql: Update contrib/trgm_regexp's memory management. Thomas Munro
- pgsql: Revert "Add support for Kerberos credential delegation" Stephen Frost
- pgsql: Try to unbreak MSVC builds for fuzzystrmatch Andrew Dunstan
- pgsql: Skip \password TAP test on old IPC::Run versions Daniel Gustafsson
- Re: pgsql: Try to unbreak MSVC builds for fuzzystrmatch Tom Lane
- pgsql: Suppress bogus printout during new 035_standby_logical_decoding. Tom Lane
- pgsql: Try to unbreak MSVC builds for pg_waldump Andrew Dunstan
- Re: pgsql: Skip \password TAP test on old IPC::Run versions Andrew Dunstan
- pgsql: Improve indentation of multiline initialization expressions. Tom Lane
- Re: pgsql: Skip \password TAP test on old IPC::Run versions Tom Lane
- Re: pgsql: Try to unbreak MSVC builds for pg_waldump Peter Geoghegan
- Re: pgsql: Try to unbreak MSVC builds for pg_waldump Tom Lane
- Re: pgsql: Try to unbreak MSVC builds for pg_waldump Peter Geoghegan
- Re: pgsql: Try to unbreak MSVC builds for pg_waldump Andres Freund
- Re: pgsql: Try to unbreak MSVC builds for pg_waldump Andrew Dunstan
- Re: pgsql: Skip \password TAP test on old IPC::Run versions Daniel Gustafsson
- Re: pgsql: Skip \password TAP test on old IPC::Run versions Tom Lane
- pgsql: Use higher wal_level for 004_io_direct.pl. Thomas Munro
- Re: pgsql: Skip \password TAP test on old IPC::Run versions Andrew Dunstan
- Re: pgsql: Skip \password TAP test on old IPC::Run versions Andrew Dunstan
- Re: pgsql: Skip \password TAP test on old IPC::Run versions Daniel Gustafsson
- pgsql: Simplify version check for SKIP clause Daniel Gustafsson
- Re: pgsql: psql: add an optional execution-count limit to \watch. Aleksander Alekseev
- Re: pgsql: psql: add an optional execution-count limit to \watch. Tom Lane
- Re: pgsql: psql: add an optional execution-count limit to \watch. Aleksander Alekseev
- Re: pgsql: psql: add an optional execution-count limit to \watch. Tom Lane
- pgsql: Doc: avoid using pg_get_publication_tables() in an example. Tom Lane
- Re: pgsql: psql: add an optional execution-count limit to \watch. Aleksander Alekseev
- pgsql: Doc: adjust examples of EXTRACT() output to match current realit Tom Lane
- pgsql: Doc: adjust examples of EXTRACT() output to match current realit Tom Lane
- pgsql: Doc: adjust examples of EXTRACT() output to match current realit Tom Lane
- pgsql: Fix nbtree posting list update desc output. Peter Geoghegan
- pgsql: Doc: add missed entries in BRIN extensibility tables. Tom Lane
- pgsql: Doc: add missed entries in BRIN extensibility tables. Tom Lane
- pgsql: Doc: add missed entries in BRIN extensibility tables. Tom Lane
- pgsql: Clarify nbtree posting list update desc issue. Peter Geoghegan
- Re: pgsql: Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option Kyotaro Horiguchi
- Re: pgsql: Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option David Rowley
- Re: pgsql: Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option Kyotaro Horiguchi
- Re: pgsql: Allow logical decoding on standbys Kyotaro Horiguchi
- Re: pgsql: Support invalidating replication slots due to horizon and wal_le Kyotaro Horiguchi
- Re: pgsql: Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option David Rowley
- Re: pgsql: Allow logical decoding on standbys Drouvot, Bertrand
- Re: pgsql: Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option Kyotaro Horiguchi
- pgsql: Doc: use "an SQL" consistently rather than "a SQL" David Rowley
- pgsql: Improve ereports for VACUUM's BUFFER_USAGE_LIMIT option David Rowley
- Re: pgsql: Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option David Rowley
- Re: pgsql: Catalog NOT NULL constraints David Rowley
- pgsql: Fix uninitialized variable in transformTableLikeClause() David Rowley
- pgsql: Document new pg_subscription columns. Robert Haas
- pgsql: 035_standby_logical_decoding: Add missing waits for replication Andres Freund
- pgsql: Fix xl_heap_lock WAL record field's data type. Peter Geoghegan
- pgsql: Fix Heap rmgr's desc output for infobits arrays. Peter Geoghegan
- pgsql: Refine the guidelines for rmgrdesc authors. Peter Geoghegan
- pgsql: Fix detection of unseekable files for fseek() and ftello() with Michael Paquier
- pgsql: Fix detection of unseekable files for fseek() and ftello() with Michael Paquier
- pgsql: Fix detection of unseekable files for fseek() and ftello() with Michael Paquier
- pgsql: doc: Fix some typos and grammar Michael Paquier
- pgsql: Update config.guess and config.sub Peter Eisentraut
- pgsql: Fix incorrect format placeholders Peter Eisentraut
- pgsql: doc: Reword unexplained abbreviation Daniel Gustafsson
- pgsql: Fix parallel-safety marking when moving initplans to another nod Tom Lane
- pgsql: Fix parallel-safety marking when moving initplans to another nod Tom Lane
- pgsql: Fix parallel-safety marking when moving initplans to another nod Tom Lane
- pgsql: Fix parallel-safety marking when moving initplans to another nod Tom Lane
- pgsql: Fix parallel-safety marking when moving initplans to another nod Tom Lane
- pgsql: Fix parallel-safety marking when moving initplans to another nod Tom Lane
- pgsql: Document BaseBackupSync and BaseBackupWrite wait events. Robert Haas
- pgsql: Document BaseBackupSync and BaseBackupWrite wait events. Robert Haas
- pgsql: basebackup_to_shell: Check for a NULL return from OpenPipeStream Robert Haas
- pgsql: basebackup_to_shell: Check for a NULL return from OpenPipeStream Robert Haas
- Re: pgsql: Allow logical decoding on standbys Andres Freund
- pgsql: Revert "Catalog NOT NULL constraints" and fallout Alvaro Herrera
- Re: pgsql: Allow logical decoding on standbys Andres Freund
- pgsql: Improve error messages introduced in be87200efd9 and 0fdab27ad68 Andres Freund
- Re: pgsql: Revert "Catalog NOT NULL constraints" and fallout Joe Conway
- Re: pgsql: Revert "Catalog NOT NULL constraints" and fallout Alvaro Herrera
- pgsql: Revert "Adjust contrib/sepgsql regression test expected outputs. Alvaro Herrera
- pgsql: Remove overzealous assertion from PHJ. Thomas Munro
- pgsql: Skip the 004_io_direct.pl test if a pre-flight check fails. Thomas Munro
- pgsql: Add missing XML ID attribute Peter Eisentraut
- Re: pgsql: Allow logical decoding on standbys Kyotaro Horiguchi
- pgsql: doc: Make HTML ids discoverable Peter Eisentraut
- pgsql: De-Revert "Add support for Kerberos credential delegation" Stephen Frost
- pgsql: Explicitly require MIT Kerberos for GSSAPI Stephen Frost
- pgsql: Add MacPorts support to src/test/ldap tests. Tom Lane
- Re: pgsql: Allow logical decoding on standbys Robert Haas
- pgsql: Harmonize some more function parameter names. Peter Geoghegan
- pgsql: Update Unicode data to CLDR 43 Peter Eisentraut
- pgsql: Remove old GUC name mapping for "force_parallel_mode" David Rowley
- pgsql: Remove code in charge of freeing regexps generation by Lab.c Michael Paquier
- pgsql: Fix PHJ match bit initialization. Thomas Munro
- pgsql: doc: Fix some grammar for logical decoding description and funct Michael Paquier
- pgsql: Fix incorrect partition pruning logic for boolean partitioned ta David Rowley
- pgsql: Fix incorrect partition pruning logic for boolean partitioned ta David Rowley
- pgsql: Fix incorrect partition pruning logic for boolean partitioned ta David Rowley
- pgsql: Fix incorrect partition pruning logic for boolean partitioned ta David Rowley
- pgsql: Fix incorrect partition pruning logic for boolean partitioned ta David Rowley
- pgsql: Fix incorrect partition pruning logic for boolean partitioned ta David Rowley
- Re: pgsql: Allow logical decoding on standbys Kyotaro Horiguchi
- pgsql: Add missing source files to nls.mk Peter Eisentraut
- pgsql: Fix whitespace Peter Eisentraut
- pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+ Daniel Gustafsson
- pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+ Daniel Gustafsson
- pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+ Daniel Gustafsson
- pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+ Daniel Gustafsson
- pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+ Daniel Gustafsson
- pgsql: doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+ Daniel Gustafsson
- pgsql: NULL is not an ideal way to spell bool "false". Tom Lane
- pgsql: Support RBM_ZERO_AND_CLEANUP_LOCK in ExtendBufferedRelTo(), add Andres Freund
- pgsql: Adjust Valgrind macro usage to protect chunk headers David Rowley
- pgsql: Remove some non-ASCII symbols from a comment. Tom Lane
- pgsql: Fix assignment to array of domain over composite, redux. Tom Lane
- pgsql: Fix assignment to array of domain over composite, redux. Tom Lane
- pgsql: Fix assignment to array of domain over composite, redux. Tom Lane
- pgsql: Fix assignment to array of domain over composite, redux. Tom Lane
- pgsql: Fix assignment to array of domain over composite, redux. Tom Lane
- Re: pgsql: Add grantable MAINTAIN privilege and pg_maintain role. Peter Eisentraut
- pgsql: Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs David Rowley
- pgsql: Doc: add note about --buffer-usage-limit being v16 onwards David Rowley
- pgsql: Avoid using non-ASCII commentary in daitch_mokotoff.c. Tom Lane
- pgsql: Ensure result of an aggregate's finalfunc is made read-only. Tom Lane
- pgsql: Doc: remove notes about the version vacuumdb options are valid f David Rowley
- pgsql: Put new command-line option into sensible order in help output Peter Eisentraut
- pgsql: Update Kerberos/GSSAPI configure/meson check Stephen Frost
- pgsql: doc: Add additional SQL features codes from SQL:2023 Peter Eisentraut
- pgsql: Update configure for ab969a376 Stephen Frost
- pgsql: Further cleanup of autoconf output files for GSSAPI changes. Tom Lane
- pgsql: Fix incorrect comment about nbtree WAL record. Peter Geoghegan
- pgsql: Avoid trying to write an empty WAL record in log_newpage_range() Tom Lane
- pgsql: Avoid trying to write an empty WAL record in log_newpage_range() Tom Lane
- pgsql: Avoid trying to write an empty WAL record in log_newpage_range() Tom Lane
- pgsql: Avoid trying to write an empty WAL record in log_newpage_range() Tom Lane
- pgsql: Avoid trying to write an empty WAL record in log_newpage_range() Tom Lane
- pgsql: Avoid trying to write an empty WAL record in log_newpage_range() Tom Lane
- Re: pgsql: Further cleanup of autoconf output files for GSSAPI changes. Andrew Dunstan
- Re: pgsql: Further cleanup of autoconf output files for GSSAPI changes. Tom Lane
- pgsql: Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too. Tom Lane
- Re: pgsql: Further cleanup of autoconf output files for GSSAPI changes. Andrew Dunstan
- Re: pgsql: Further cleanup of autoconf output files for GSSAPI changes. Tom Lane
- pgsql: Comment fix for 60684dd834. Jeff Davis
- Re: pgsql: Add grantable MAINTAIN privilege and pg_maintain role. Jeff Davis
- pgsql: Fix various typos David Rowley
- pgsql: Fix some typos and some incorrectly duplicated words David Rowley
- pgsql: ecpg: Fix handling of strings in ORACLE compat code with SQLDA Michael Paquier
- pgsql: ecpg: Fix handling of strings in ORACLE compat code with SQLDA Michael Paquier
- pgsql: ecpg: Fix handling of strings in ORACLE compat code with SQLDA Michael Paquier
- pgsql: ecpg: Fix handling of strings in ORACLE compat code with SQLDA Michael Paquier
- pgsql: ecpg: Fix handling of strings in ORACLE compat code with SQLDA Michael Paquier
- pgsql: ecpg: Fix handling of strings in ORACLE compat code with SQLDA Michael Paquier
- pgsql: ecpg: Avoid C99-ism in newly-added test for Oracle compat Michael Paquier
- pgsql: Fix pg_basebackup with in-place tablespaces some more. Robert Haas
- pgsql: Fix Utils.pm's locale-munging so that Perl itself is also affect Tom Lane
- pgsql: Remove useless argument from nbtree dedup function. Peter Geoghegan
- Re: pgsql: psql: add an optional execution-count limit to \watch. Tom Lane
- pgsql: Update time zone data files to tzdata release 2023c. Tom Lane
- pgsql: Update time zone data files to tzdata release 2023c. Tom Lane
- pgsql: Update time zone data files to tzdata release 2023c. Tom Lane
- pgsql: Update time zone data files to tzdata release 2023c. Tom Lane
- pgsql: Update time zone data files to tzdata release 2023c. Tom Lane
- pgsql: Update time zone data files to tzdata release 2023c. Tom Lane
- pgsql: Build ICU support by default. Jeff Davis
- Re: pgsql: Build ICU support by default. Michael Paquier
- pgsql: Fix various typos and incorrect/outdated name references David Rowley
- Re: pgsql: Build ICU support by default. Jeff Davis
- pgsql: Fix generation of distribution tarball Michael Paquier
- Re: pgsql: Build ICU support by default. Michael Paquier
- pgsql: Remove some tabs in SQL code in C string literals Peter Eisentraut
- pgsql: Fix errormessage for missing system CA in OpenSSL 3.1 Daniel Gustafsson
- pgsql: Add missed case for tab completion of GRANT/REVOKE MAINTAIN. Tom Lane
- pgsql: Fix wal_consistency_checking enhanced desc output. Peter Geoghegan
- pgsql: Use nbtdesc "level" field name consistently. Peter Geoghegan
- pgsql: Fix list_copy_head() with empty Lists David Rowley
- pgsql: Remove obsolete defense against strxfrm() bugs. Thomas Munro
- pgsql: Restart the apply worker if the 'password_required' option is ch Amit Kapila
- pgsql: Doc: clarify NULLS NOT DISTINCT use in unique indexes David Rowley
- pgsql: Doc: clarify NULLS NOT DISTINCT use in unique indexes David Rowley
- Re: pgsql: Fix list_copy_head() with empty Lists Tom Lane
- pgsql: Fix autovacuum cost debug logging Daniel Gustafsson
- Re: pgsql: Further cleanup of autoconf output files for GSSAPI changes. Andres Freund
- Re: pgsql: Further cleanup of autoconf output files for GSSAPI changes. Andrew Dunstan
- pgsql: Fix list_copy_head() with empty Lists David Rowley
- Re: pgsql: Fix list_copy_head() with empty Lists David Rowley
- pgsql: Use --strip-unneeded when stripping static libraries with GNU st Tom Lane
- pgsql: Use --strip-unneeded when stripping static libraries with GNU st Tom Lane
- pgsql: Use --strip-unneeded when stripping static libraries with GNU st Tom Lane
- pgsql: Use --strip-unneeded when stripping static libraries with GNU st Tom Lane
- pgsql: Use --strip-unneeded when stripping static libraries with GNU st Tom Lane
- pgsql: Use --strip-unneeded when stripping static libraries with GNU st Tom Lane
- Re: pgsql: Fix list_copy_head() with empty Lists Tom Lane
- pgsql: Remove io prefix from pg_stat_io columns Michael Paquier
- pgsql: Fix incorrect function name reference David Rowley
- pgsql: Remove unused global variable David Rowley
- pgsql: doc: Add documentation for PGLOADBALANCEHOSTS environment variab Fujii Masao
- pgsql: Make libpq error messages consistent for translation Daniel Gustafsson
- pgsql: Reorder connection markers in loadbalance tests Daniel Gustafsson
- pgsql: Avoid character classification in regex escape parsing. Jeff Davis
- pgsql: Avoid character classification in regex escape parsing. Jeff Davis
- pgsql: Avoid character classification in regex escape parsing. Jeff Davis
- pgsql: Avoid character classification in regex escape parsing. Jeff Davis
- pgsql: Avoid character classification in regex escape parsing. Jeff Davis
- pgsql: Avoid character classification in regex escape parsing. Jeff Davis
- pgsql: Fix initdb --no-locale. Jeff Davis
- Re: pgsql: Import pg_bsd_indent sources. Magnus Hagander
- Re: pgsql: Import pg_bsd_indent sources. Tom Lane
- pgsql: Doc: update pgindent/README some more. Tom Lane
- Re: pgsql: doc: add transaction processing chapter with internals info Peter Geoghegan
- pgsql: Validate ltree siglen GiST option to be int-aligned Alexander Korotkov
- pgsql: Fix custom validators call in build_local_reloptions() Alexander Korotkov
- pgsql: Validate ltree siglen GiST option to be int-aligned Alexander Korotkov
- pgsql: Fix custom validators call in build_local_reloptions() Alexander Korotkov
- pgsql: Fix custom validators call in build_local_reloptions() Alexander Korotkov
- pgsql: Validate ltree siglen GiST option to be int-aligned Alexander Korotkov
- pgsql: Fix custom validators call in build_local_reloptions() Alexander Korotkov
- pgsql: Validate ltree siglen GiST option to be int-aligned Alexander Korotkov
- Re: pgsql: Import pg_bsd_indent sources. Magnus Hagander
- Re: pgsql: Import pg_bsd_indent sources. Tom Lane
- Re: pgsql: Import pg_bsd_indent sources. Magnus Hagander
-
pgsql: Remove new
. Noah Misch - pgsql: Display 'password_required' option for \dRs+ command. Amit Kapila
- pgsql: Use elog to report unexpected action in handle_streamed_transact Masahiko Sawada
- pgsql: Remove duplicate lines of code Daniel Gustafsson
- pgsql: Remove duplicate lines of code Daniel Gustafsson
- pgsql: Remove duplicate lines of code Daniel Gustafsson
- pgsql: Remove duplicate lines of code Daniel Gustafsson
- pgsql: Remove duplicate lines of code Daniel Gustafsson
- pgsql: Remove duplicate lines of code Daniel Gustafsson
- pgsql: ci: Remove OpenSSL 3.1 workaround for missing system CA Daniel Gustafsson
- pgsql: doc: Update SQL features names Peter Eisentraut
- pgsql: Rename ExecAggTransReparent, and improve its documentation. Tom Lane
- pgsql: Fix memory leakage in plpgsql DO blocks that use cast expression Tom Lane
- pgsql: Fix memory leakage in plpgsql DO blocks that use cast expression Tom Lane
- pgsql: Fix memory leakage in plpgsql DO blocks that use cast expression Tom Lane
- pgsql: Fix memory leakage in plpgsql DO blocks that use cast expression Tom Lane
- pgsql: Fix memory leakage in plpgsql DO blocks that use cast expression Tom Lane
- pgsql: Remove vacuum_defer_cleanup_age Andres Freund
- pgsql: Fix buffer refcount leak with FDW bulk inserts Michael Paquier
- pgsql: Fix buffer refcount leak with FDW bulk inserts Michael Paquier
- pgsql: Fix buffer refcount leak with FDW bulk inserts Michael Paquier
- pgsql: Reduce the log level in 035_standby_logical_decoding.pl. Amit Kapila
- pgsql: Fix vacuum_cost_delay check for balance calculation. Daniel Gustafsson
- pgsql: Fix vacuum_cost_delay check for balance calculation. Daniel Gustafsson
- pgsql: Fix vacuum_cost_delay check for balance calculation. Daniel Gustafsson
- pgsql: Fix vacuum_cost_delay check for balance calculation. Daniel Gustafsson
- pgsql: Fix vacuum_cost_delay check for balance calculation. Daniel Gustafsson
- pgsql: Fix vacuum_cost_delay check for balance calculation. Daniel Gustafsson
- pgsql: Re-add tracking of wait event SLRUFlushSync Michael Paquier
- pgsql: Re-add tracking of wait event SLRUFlushSync Michael Paquier
- pgsql: Re-add tracking of wait event SLRUFlushSync Michael Paquier
- pgsql: Remove bogus #include added by d4e71df6d75. Thomas Munro
- Re: pgsql: Refactor background psql TAP functions Peter Eisentraut
- Re: pgsql: Refactor background psql TAP functions Daniel Gustafsson
- pgsql: Fix missing installation rules for BackgroundPsql.pm Daniel Gustafsson
- pgsql: doc: Fix grammar. Etsuro Fujita
- pgsql: Fix stop condition for dumping GRANT commands Daniel Gustafsson
- issue with meson builds on msys2 Andrew Dunstan
- pgsql: Rework code defining default compression for dir/custom formats Michael Paquier
- pgsql: Add a test to verify that subscription to the standby works. Amit Kapila
- pgsql: In hstore_plpython, avoid crashing when return value isn't a map Tom Lane
- pgsql: In hstore_plpython, avoid crashing when return value isn't a map Tom Lane
- pgsql: In hstore_plpython, avoid crashing when return value isn't a map Tom Lane
- pgsql: In hstore_plpython, avoid crashing when return value isn't a map Tom Lane
- pgsql: In hstore_plpython, avoid crashing when return value isn't a map Tom Lane
- pgsql: In hstore_plpython, avoid crashing when return value isn't a map Tom Lane
- pgsql: Fix wrong construct_array_builtin() call in GUCArrayDelete() Alexander Korotkov
- pgsql: Prevent underflow in KeepLogSeg(). Nathan Bossart
- pgsql: Prevent underflow in KeepLogSeg(). Nathan Bossart
- pgsql: Prevent underflow in KeepLogSeg(). Nathan Bossart
- pgsql: Prevent underflow in KeepLogSeg(). Nathan Bossart
- pgsql: Improve one of the test cases in 035_standby_logical_decoding.pl Amit Kapila
- pgsql: Add unit to vacuum_buffer_usage_limit value in postgresql.conf.s Masahiko Sawada
- pgsql: Fix assertion failure in heap_vacuum_rel Daniel Gustafsson
- pgsql: Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements Michael Paquier
- pgsql: Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements Michael Paquier
- pgsql: Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements Michael Paquier
- pgsql: Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements Michael Paquier
- pgsql: Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements Michael Paquier
- pgsql: Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements Michael Paquier
- pgsql: Handle zero-length sublist correctly in Python -> SQL array conv Tom Lane
- pgsql: Handle zero-length sublist correctly in Python -> SQL array conv Tom Lane
- pgsql: Handle zero-length sublist correctly in Python -> SQL array conv Tom Lane
- pgsql: Handle zero-length sublist correctly in Python -> SQL array conv Tom Lane
- pgsql: Handle zero-length sublist correctly in Python -> SQL array conv Tom Lane
- pgsql: Handle zero-length sublist correctly in Python -> SQL array conv Tom Lane
- pgsql: Tighten array dimensionality checks in Perl -> SQL array convers Tom Lane
- pgsql: Tighten array dimensionality checks in Perl -> SQL array convers Tom Lane
- pgsql: Tighten array dimensionality checks in Perl -> SQL array convers Tom Lane
- pgsql: Tighten array dimensionality checks in Perl -> SQL array convers Tom Lane
- pgsql: Tighten array dimensionality checks in Perl -> SQL array convers Tom Lane
- pgsql: Tighten array dimensionality checks in Perl -> SQL array convers Tom Lane