Mailing lists [pgsql-committers]
- pgsql: Fix logic buglets in pg_dump's flagInhAttrs(). Tom Lane
- pgsql: doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg Michael Paquier
- pgsql: doc: Fix description of pg_get_wal_stats_till_end_of_wal() in pg Michael Paquier
- pgsql: Suppress more compiler warnings in new pgstats code. Tom Lane
- pgsql: doc: Update pg_stat_statements about query ID calculation of uti Michael Paquier
- pgsql: doc: Mention de-normalization of deallocated entries in pg_stat_ Michael Paquier
- pgsql: meson: Add equivalent of configure --disable-rpath option Peter Eisentraut
- pgsql: Fix condition in pg_dump TAP test Tomas Vondra
- pgsql: Improve wording in pg_dump compression docs Tomas Vondra
- pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane
- pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane
- pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane
- pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane
- pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane
- pgsql: Avoid fetching one past the end of translate()'s "to" parameter. Tom Lane
- pgsql: pageinspect: Fix crash with gist_page_items() Michael Paquier
- pgsql: pageinspect: Fix crash with gist_page_items() Michael Paquier
- pgsql: pageinspect: Fix crash with gist_page_items() Michael Paquier
- pgsql: Make some xlogreader messages more accurate Peter Eisentraut
- pgsql: Fix outdated references to guc.c Daniel Gustafsson
- pgsql: Mark options as deprecated in usage output Daniel Gustafsson
- pgsql: Remove local optimizations of empty Bitmapsets into null pointer Tom Lane
- pgsql: Remove bms_first_member(). Tom Lane
- pgsql: Require empty Bitmapsets to be represented as NULL. Tom Lane
- pgsql: Mop up some undue familiarity with the innards of Bitmapsets. Tom Lane
- pgsql: Don't leak descriptors into subprograms. Thomas Munro
- pgsql: Show "internal name" not "source code" in psql's \df+ command. Tom Lane
- pgsql: Harden new test case against force_parallel_mode = regress. Tom Lane
- pgsql: Refactor more the regression tests of pg_stat_statements Michael Paquier
- pgsql: Force testing of query jumbling in 027_stream_regress.pl Michael Paquier
- pgsql: Fix incorrect format placeholders Peter Eisentraut
- pgsql: meson: Prevent installation of test files during main install Peter Eisentraut
- pgsql: Update some incorrect comments about xlog records. Robert Haas
- pgsql: Tighten header pre-inclusions in headerscheck and cpluspluscheck Tom Lane
- pgsql: Avoid failure when altering state of partitioned foreign-key tri Tom Lane
- pgsql: Avoid failure when altering state of partitioned foreign-key tri Tom Lane
- pgsql: SQL JSON path enhanced numeric literals Peter Eisentraut
- pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Fix assert failures in parallel SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Revise pg_pwrite_zeros() Michael Paquier
- pgsql: Deduplicate handling of binary and text modes in logicalrep_read Amit Kapila
- pgsql: Improve the regression tests of VACUUM (PROCESS_TOAST) Michael Paquier
- pgsql: Add PROCESS_MAIN to VACUUM Michael Paquier
- pgsql: Fix handling of default option values in createuser Daniel Gustafsson
- pgsql: In basebackup.c, perform end-of-file test after checksum validat Robert Haas
- pgsql: In basebackup.c, perform end-of-file test after checksum validat Robert Haas
- pgsql: Remove an old comment that doesn't seem especially useful. Robert Haas
- pgsql: Reword overly-optimistic comment about backup checksum verificat Robert Haas
- pgsql: Fill EState.es_rteperminfos more systematically. Tom Lane
- pgsql: Silence -Wmissing-braces complaints in file_utils.c Michael Paquier
- pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane
- pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane
- pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane
- pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane
- pgsql: Fix some more cases of missed GENERATED-column updates. Tom Lane
- pgsql: Improve cleanup phases in regression tests of pg_stat_statements Michael Paquier
- pgsql: Fix incorrect comment in pg_get_partkeydef() David Rowley
- pgsql: Make get_extension_schema() available Michael Paquier
- pgsql: Fix flakey pg_stat_io test Andres Freund
- pgsql: doc: Update pg_size_pretty documentation about petabytes support Peter Eisentraut
- pgsql: doc: Update pg_size_pretty documentation about petabytes support Peter Eisentraut
- pgsql: Add support for unit "B" to pg_size_bytes() Peter Eisentraut
- pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane
- pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane
- pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane
- pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane
- pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane
- pgsql: Fix more bugs caused by adding columns to the end of a view. Tom Lane
- pgsql: Improve readability of code PROCESS_MAIN in vacuum_rel() Michael Paquier
- pgsql: Ignore IntoClause.viewQuery in query jumbling Michael Paquier
- pgsql: meson: don't require 'touch' binary, make use of 'cp' optional Andres Freund
- pgsql: Refine query jumbling handling for CallStmt Michael Paquier
- pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund
- pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund
- pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund
- pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund
- pgsql: Fix corruption due to vacuum_defer_cleanup_age underflowing 64bi Andres Freund
- pgsql: Reflect normalization of query strings for utilities in pg_stat_ Michael Paquier
- pgsql: Update comment Peter Eisentraut
- pgsql: Break up long GETTEXT_FILES lists Peter Eisentraut
- pgsql: Clean up comments Peter Eisentraut
- pgsql: Allow tailoring of ICU locales with custom rules Peter Eisentraut
- pgsql: 001_libpq_pipeline.pl: use Test::Differences if available Alvaro Herrera
- pgsql: meson: Add target for installing test files & improve install_te Andres Freund
- Re: pgsql: Allow tailoring of ICU locales with custom rules Jeff Davis
- Re: pgsql: 001_libpq_pipeline.pl: use Test::Differences if available Andrew Dunstan
- pgsql: doc: Add guidelines to generate coverage reports with meson Michael Paquier
- pgsql: meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_base Andres Freund
- pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Fix race in SERIALIZABLE READ ONLY. Thomas Munro
- pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec Michael Paquier
- pgsql: Disallow specifying ICU rules unless locale provider is ICU Peter Eisentraut
- pgsql: Improve/correct comments Peter Eisentraut
- Re: pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec Alvaro Herrera
- Re: pgsql: 001_libpq_pipeline.pl: use Test::Differences if available Alvaro Herrera
- pgsql: Add b6dfee28 to .git-blame-ignore-revs Michael Paquier
- Re: pgsql: Run pgindent on libpq's fe-auth.c, fe-auth-scram.c and fe-connec Michael Paquier
- pgsql: Avoid criticizable perl code Alvaro Herrera
- Re: pgsql: 001_libpq_pipeline.pl: use Test::Differences if available Alvaro Herrera
- pgsql: For Kerberos testing, disable reverse DNS lookup Stephen Frost
- pgsql: pg_upgrade: copy locale and encoding information to new cluster. Jeff Davis
- Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster. Andrew Dunstan
- Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster. Jeff Davis
- pgsql: Fix 9637badd9f. Jeff Davis
- pgsql: HTML docs: Add padding to table.simplelist for more readable out Alvaro Herrera
- pgsql: Use ICU by default at initdb time. Jeff Davis
- pgsql: Reject combining "epoch" and "infinity" with other datetime fiel Tom Lane
- Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster. Jeff Davis
- Re: pgsql: pg_upgrade: copy locale and encoding information to new cluster. Andrew Dunstan
- pgsql: Fix test failure caused in 27b62377b4. Jeff Davis
- pgsql: pg_walinspect: pg_get_wal_fpi_info() -> pg_get_wal_block_info() Michael Paquier
- Re: pgsql: Use ICU by default at initdb time. Jeff Davis
- pgsql: Fix incorrect format placeholders Peter Eisentraut
- pgsql: doc: Better example for custom ICU rules Peter Eisentraut
- pgsql: Add a test for UCS_BASIC collation Peter Eisentraut
- pgsql: Include headers of archive/ in installation Michael Paquier
- pgsql: Add standard collation UNICODE Peter Eisentraut
- pgsql: Fix tests for non-ICU build Peter Eisentraut
- pgsql: initdb: derive encoding from locale for ICU; similar to libc. Jeff Davis
- pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane
- pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane
- pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane
- pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane
- pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane
- pgsql: Ensure COPY TO on an RLS-enabled table copies no more than it sh Tom Lane
- Re: pgsql: Add standard collation UNICODE Jeff Davis
- Re: pgsql: Add standard collation UNICODE Jonathan S. Katz
- Re: pgsql: Add standard collation UNICODE Jeff Davis
- Re: pgsql: Add standard collation UNICODE Andrew Dunstan
- pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane
- pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane
- pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane
- pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane
- pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane
- pgsql: Fix misbehavior in contrib/pg_trgm with an unsatisfiable regex. Tom Lane
- Re: pgsql: Add standard collation UNICODE Jeff Davis
- Re: pgsql: Add standard collation UNICODE Tom Lane
- pgsql: meson: fix header path of ossp-uuid Andres Freund
- Re: pgsql: Add standard collation UNICODE Andres Freund
- Re: pgsql: Add standard collation UNICODE Andrew Dunstan
- pgsql: amcheck: Fix ordering bug in update_cached_xid_range() Andres Freund
- pgsql: amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before ep Andres Freund
- pgsql: amcheck: Fix ordering bug in update_cached_xid_range() Andres Freund
- pgsql: amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before ep Andres Freund
- pgsql: amcheck: Fix FullTransactionIdFromXidAndCtx() for xids before ep Andres Freund
- pgsql: amcheck: Fix ordering bug in update_cached_xid_range() Andres Freund
- pgsql: pg_amcheck: Minor test speedups Andres Freund
- pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan
- pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan
- pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan
- pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan
- pgsql: Mark unsafe_tests module as not runnable with installcheck Andrew Dunstan
- Re: pgsql: Add standard collation UNICODE Andrew Dunstan
- pgsql: Work around implementation restriction in adjust_appendrel_attrs Tom Lane
- Re: pgsql: Add standard collation UNICODE Andrew Dunstan
- Re: pgsql: Add standard collation UNICODE Tom Lane
- Re: pgsql: Add standard collation UNICODE Thomas Munro
- pgsql: Refactor and improve tests of pg_walinspect Michael Paquier
- pgsql: meson: Make auto the default of the ssl option Peter Eisentraut
- pgsql: cirrus/ccache: Use G rather than GB suffix Peter Eisentraut
- pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier
- pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier
- pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier
- pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier
- pgsql: Fix inconsistent error handling for GSS encryption in PQconnectP Michael Paquier
- pgsql: Improve support for UNICODE collation on older ICU Peter Eisentraut
- pgsql: Remove incidental md5() function uses from main regression tests Peter Eisentraut
- pgsql: Fix expected test output Peter Eisentraut
- pgsql: Fix concurrent update issues with MERGE. Dean Rasheed
- pgsql: Fix concurrent update issues with MERGE. Dean Rasheed
- pgsql: Fix MERGE command tag for actions blocked by BEFORE ROW triggers Dean Rasheed
- pgsql: Fix MERGE command tag for actions blocked by BEFORE ROW triggers Dean Rasheed
- pgsql: Add a DEFAULT option to COPY FROM Andrew Dunstan
- pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane
- pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane
- pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane
- pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane
- pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane
- pgsql: Fix failure to detect some cases of improperly-nested aggregates Tom Lane
- Re: pgsql: Add standard collation UNICODE Andrew Dunstan
- Re: pgsql: Add standard collation UNICODE Tom Lane
- pgsql: Fix JSON error reporting for many cases of erroneous string valu Tom Lane
- pgsql: Fix JSON error reporting for many cases of erroneous string valu Tom Lane
- pgsql: Fix JSON error reporting for many cases of erroneous string valu Tom Lane
- pgsql: Fix JSON error reporting for many cases of erroneous string valu Tom Lane
- pgsql: Fix JSON error reporting for many cases of erroneous string valu Tom Lane
- pgsql: Fix JSON error reporting for many cases of erroneous string valu Tom Lane
- Re: pgsql: Add standard collation UNICODE Jeff Davis
- pgsql: meson: fix openssl detection issues in 6a30027 Andres Freund
- pgsql: libpq: Add support for require_auth to control authorized auth m Michael Paquier
- pgsql: Add support for the error functions erf() and erfc(). Dean Rasheed
- pgsql: Rework design of functions in pg_walinspect Michael Paquier
- pgsql: doc: spell out full productname Daniel Gustafsson
- pgsql: Remove unnecessary code in dependency_is_compatible_expression() Tom Lane
- pgsql: Remove unnecessary code in dependency_is_compatible_expression() Tom Lane
- pgsql: Remove unnecessary code in dependency_is_compatible_expression() Tom Lane
- pgsql: Allow pg_dump to include/exclude child tables automatically. Tom Lane
- pgsql: Fix corner case bug in numeric to_char() some more. Tom Lane
- pgsql: Fix corner case bug in numeric to_char() some more. Tom Lane
- pgsql: Fix corner case bug in numeric to_char() some more. Tom Lane
- pgsql: Fix corner case bug in numeric to_char() some more. Tom Lane
- pgsql: Fix corner case bug in numeric to_char() some more. Tom Lane
- pgsql: Fix corner case bug in numeric to_char() some more. Tom Lane
- pgsql: Fix waitpid() emulation on Windows. Thomas Munro
- pgsql: Fix waitpid() emulation on Windows. Thomas Munro
- pgsql: Fix waitpid() emulation on Windows. Thomas Munro
- pgsql: Fix waitpid() emulation on Windows. Thomas Munro
- pgsql: Fix waitpid() emulation on Windows. Thomas Munro
- pgsql: Fix waitpid() emulation on Windows. Thomas Munro
- pgsql: Fix fractional vacuum_cost_delay. Thomas Munro
- pgsql: Fix fractional vacuum_cost_delay. Thomas Munro
- pgsql: Fix fractional vacuum_cost_delay. Thomas Munro
- pgsql: Allow the use of indexes other than PK and REPLICA IDENTITY on t Amit Kapila
- Re: pgsql: Allow the use of indexes other than PK and REPLICA IDENTITY on t Amit Kapila
- pgsql: Improve WIN32 port of fstat() to detect more file types Michael Paquier
- pgsql: Improve WIN32 port of fstat() to detect more file types Michael Paquier
- pgsql: Improve WIN32 port of fstat() to detect more file types Michael Paquier
- pgsql: Add the testcases for 89e46da5e5. Amit Kapila
- pgsql: Use nanosleep() to implement pg_usleep(). Thomas Munro
- pgsql: Update obsolete comment about pg_usleep() accuracy. Thomas Munro
- pgsql: doc: Add lists of modules trusted/obsolete Alvaro Herrera
- pgsql: Support PlaceHolderVars in MERGE actions. Tom Lane
- pgsql: Support PlaceHolderVars in MERGE actions. Tom Lane
- pgsql: Add a hook for modifying the ldapbind password Andrew Dunstan
- pgsql: Support [NO] INDENT option in XMLSERIALIZE(). Tom Lane
- pgsql: Don't try to read default for a non-existent attribute Andrew Dunstan
- pgsql: MSVC: Don't build ldap_password_func if not building with ldap Andrew Dunstan
- pgsql: Improve handling of psql \watch's interval argument Michael Paquier
- pgsql: Add .gitignore to ldap_password_func Michael Paquier
- pgsql: Tweak regression test of pg_walinspect to be less collation-sens Michael Paquier
- pgsql: Remove PgStat_BackendFunctionEntry Michael Paquier
- pgsql: pkg-config Requires.private entries should be comma-separated Peter Eisentraut
- pgsql: Integrate superuser check into has_rolreplication() Peter Eisentraut
- pgsql: Small code simplification Peter Eisentraut
- pgsql: Use "data directory" not "current directory" in error messages. Tom Lane
- pgsql: Silence pedantic compiler warning introduced in ce340e530d1 Andres Freund
- pgsql: Tighten error checks in datetime input, and remove bogus "ISO" f Tom Lane
- pgsql: Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITI Tom Lane
- pgsql: Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITI Tom Lane
- pgsql: Doc: mention CREATE+ATTACH PARTITION with CREATE TABLE...PARTITI Tom Lane
- pgsql: Small tidyup for commit d41a178b. Thomas Munro
- pgsql: Small tidyup for commit d41a178b. Thomas Munro
- pgsql: Small tidyup for commit d41a178b. Thomas Munro
- pgsql: Small tidyup for commit d41a178b. Thomas Munro
- pgsql: Small tidyup for commit d41a178b. Thomas Munro
- pgsql: Small tidyup for commit d41a178b. Thomas Munro
- pgsql: Work around spurious compiler warning in inet operators Andres Freund
- pgsql: Work around spurious compiler warning in inet operators Andres Freund
- pgsql: Work around spurious compiler warning in inet operators Andres Freund
- pgsql: Work around spurious compiler warning in inet operators Andres Freund
- pgsql: Work around spurious compiler warning in inet operators Andres Freund
- pgsql: Work around spurious compiler warning in inet operators Andres Freund
- pgsql: Enable use of Memoize atop an Append that came from UNION ALL. Tom Lane
- Re: pgsql: Small tidyup for commit d41a178b. Tom Lane
- Re: pgsql: Small tidyup for commit d41a178b. Thomas Munro
- pgsql: Small tidyup for commit d41a178b, part II. Thomas Munro
- pgsql: Small tidyup for commit d41a178b, part II. Thomas Munro
- pgsql: Small tidyup for commit d41a178b, part II. Thomas Munro
- pgsql: Small tidyup for commit d41a178b, part II. Thomas Munro
- pgsql: Small tidyup for commit d41a178b, part II. Thomas Munro
- pgsql: Small tidyup for commit d41a178b, part II. Thomas Munro
- pgsql: libpq: Remove code for SCM credential authentication Michael Paquier
- pgsql: tests: Minimize syslog activity by slapd Andres Freund
- pgsql: tests: Minimize syslog activity by slapd Andres Freund
- pgsql: tests: Minimize syslog activity by slapd Andres Freund
- pgsql: tests: Minimize syslog activity by slapd Andres Freund
- pgsql: tests: Minimize syslog activity by slapd Andres Freund
- pgsql: tests: Minimize syslog activity by slapd Andres Freund
- pgsql: Fix incorrect logic for determining safe WindowAgg run condition David Rowley
- pgsql: Fix incorrect logic for determining safe WindowAgg run condition David Rowley
- pgsql: Add macros for ReorderBufferTXN toptxn. Amit Kapila
- pgsql: tests: Prevent syslog activity by slapd, take 2 Andres Freund
- pgsql: tests: Prevent syslog activity by slapd, take 2 Andres Freund
- pgsql: tests: Prevent syslog activity by slapd, take 2 Andres Freund
- pgsql: tests: Prevent syslog activity by slapd, take 2 Andres Freund
- pgsql: tests: Prevent syslog activity by slapd, take 2 Andres Freund
- pgsql: tests: Prevent syslog activity by slapd, take 2 Andres Freund
- pgsql: Fix incorrect format placeholders Peter Eisentraut
- pgsql: libpq: Use modern socket flags, if available. Thomas Munro
- pgsql: postgres_fdw: Remove useless if-test in GetConnection(). Etsuro Fujita
- pgsql: Improve several permission-related error messages. Peter Eisentraut
- pgsql: Fix pg_dump for hash partitioning on enum columns. Tom Lane
- pgsql: Fix pg_dump for hash partitioning on enum columns. Tom Lane
- pgsql: Fix pg_dump for hash partitioning on enum columns. Tom Lane
- pgsql: Fix pg_dump for hash partitioning on enum columns. Tom Lane
- pgsql: Fix pg_dump for hash partitioning on enum columns. Tom Lane
- pgsql: Fix pg_dump for hash partitioning on enum columns. Tom Lane
- pgsql: Simplify and speed up pg_dump's creation of parent-table links. Tom Lane
- pgsql: Fix t_isspace(), etc., when datlocprovider=i and datctype=C. Jeff Davis
- pgsql: Fix t_isspace(), etc., when datlocprovider=i and datctype=C. Jeff Davis
- pgsql: Fix typo Peter Eisentraut
- pgsql: Refactor datetime functions' timezone lookup code to reduce dupl Tom Lane
- pgsql: Add files related to query jumbling in src/include/nodes/ for me Michael Paquier
- pgsql: Add functions to do timestamptz arithmetic in a non-default time Tom Lane
- pgsql: Doc: fix documentation example for bytea hex output format. Tom Lane
- pgsql: Doc: fix documentation example for bytea hex output format. Tom Lane
- pgsql: Doc: fix documentation example for bytea hex output format. Tom Lane
- pgsql: Doc: fix documentation example for bytea hex output format. Tom Lane
- pgsql: Doc: fix documentation example for bytea hex output format. Tom Lane
- pgsql: Doc: fix documentation example for bytea hex output format. Tom Lane
- pgsql: Fix memory leak in Memoize cache key evaluation David Rowley
- pgsql: Fix memory leak in Memoize cache key evaluation David Rowley
- pgsql: Fix memory leak in Memoize cache key evaluation David Rowley
- pgsql: Have the planner account for the Memoize cache key memory David Rowley
- pgsql: doc: Additional information about timeline ID hexadecimal format Peter Eisentraut
- pgsql: Fix netmask handling in inet_minmax_multi_ops Tomas Vondra
- pgsql: Fix netmask handling in inet_minmax_multi_ops Tomas Vondra
- pgsql: Fix netmask handling in inet_minmax_multi_ops Tomas Vondra
- pgsql: Ignore BRIN indexes when checking for HOT updates Tomas Vondra
-
pgsql: doc/PDF: Add page breaks for
in contrib appendix Alvaro Herrera
- pgsql: Add @extschema:name@ and no_relocate options to extensions. Tom Lane
- pgsql: meson: rename html_help target to htmlhelp Andres Freund
- pgsql: Stabilize pg_stat_io writes test Andres Freund
- pgsql: Fix race in parallel hash join batch cleanup, take II. Thomas Munro
- pgsql: Fix race in parallel hash join batch cleanup, take II. Thomas Munro
- pgsql: Fix race in parallel hash join batch cleanup, take II. Thomas Munro
- pgsql: Fix race in parallel hash join batch cleanup, take II. Thomas Munro
- pgsql: Fix race in parallel hash join batch cleanup, take II. Thomas Munro
- pgsql: Fix race in parallel hash join batch cleanup, take II. Thomas Munro
- pgsql: Ignore dropped columns during apply of update/delete. Amit Kapila
- pgsql: Ignore dropped columns during apply of update/delete. Amit Kapila
- pgsql: Ignore dropped columns during apply of update/delete. Amit Kapila
- pgsql: Ignore dropped columns during apply of update/delete. Amit Kapila
- pgsql: Ignore dropped columns during apply of update/delete. Amit Kapila
- pgsql: Ignore dropped columns during apply of update/delete. Amit Kapila
- pgsql: pg_waldump: Allow hexadecimal values for -t/--timeline option Peter Eisentraut
- pgsql: Avoid using atooid for numerical comparisons which arent Oids Daniel Gustafsson
- pgsql: docs: use consistent markup for PostgreSQL Daniel Gustafsson
- pgsql: Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql. Tom Lane
- pgsql: Correct Memoize's estimated cache hit ratio calculation David Rowley
- pgsql: Fix incorrect comment in preptlist.c David Rowley
- pgsql: Fix make maintainer-clean with queryjumblefuncs.*.c files in src Michael Paquier
- pgsql: Support language tags in older ICU versions (53 and earlier). Jeff Davis
- pgsql: Fix a couple of typos Michael Paquier
- pgsql: doc: Add description of some missing monitoring functions Michael Paquier
- pgsql: doc: Add description of some missing monitoring functions Michael Paquier
- pgsql: doc: Add description of some missing monitoring functions Michael Paquier
- pgsql: doc: Add description of some missing monitoring functions Michael Paquier
- pgsql: doc: Add description of some missing monitoring functions Michael Paquier
- pgsql: doc: Add description of some missing monitoring functions Michael Paquier
- pgsql: Teach verify_heapam() to validate update chains within a page. Robert Haas
- pgsql: Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY Andres Freund
- pgsql: Fix memory leak and inefficiency in CREATE DATABASE ... STRATEGY Andres Freund
- pgsql: Add "-c name=value" switch to initdb. Tom Lane
- pgsql: Reduce memory leakage in initdb. Tom Lane
- Re: pgsql: Teach verify_heapam() to validate update chains within a page. Andrew Dunstan
- Re: pgsql: Teach verify_heapam() to validate update chains within a page. Andres Freund
- Re: pgsql: Teach verify_heapam() to validate update chains within a page. Andres Freund
- pgsql: Fix initdb's handling of min_wal_size and max_wal_size. Tom Lane
- pgsql: Fix new test case to work on (some?) big-endian architectures. Tom Lane
- pgsql: Allow locking updated tuples in tuple_update() and tuple_delete( Alexander Korotkov
- pgsql: Evade extra table_tuple_fetch_row_version() in ExecUpdate()/Exec Alexander Korotkov
- pgsql: Improve the naming of Parallel Hash Join phases. Thomas Munro
- pgsql: Improve a bit the tests of pg_walinspect Michael Paquier
- pgsql: Allow logical replication to copy tables in binary format. Amit Kapila
- pgsql: Ignore generated columns during apply of update/delete. Amit Kapila
- pgsql: Ignore generated columns during apply of update/delete. Amit Kapila
- pgsql: Ignore generated columns during apply of update/delete. Amit Kapila
- pgsql: Ignore generated columns during apply of update/delete. Amit Kapila
- pgsql: Ignore generated columns during apply of update/delete. Amit Kapila
- pgsql: Wrap ICU ucol_open(). Jeff Davis
- pgsql: Improve type handling in pg_dump's compress file API Tomas Vondra
- pgsql: Minor comment improvements for compress_lz4 Tomas Vondra
- pgsql: Unify buffer sizes in pg_dump compression API Tomas Vondra
- pgsql: Add missing "-I." flag when building pg_bsd_indent. Tom Lane
- pgsql: amcheck: Fix a few bugs in new update chain validation. Robert Haas
- pgsql: Handle the "und" locale in ICU versions 54 and older. Jeff Davis
- Re: pgsql: Handle the "und" locale in ICU versions 54 and older. Tom Lane
- pgsql: Count updates that move row to a new page. Peter Geoghegan
- pgsql: doc: fix another case of missing productname markup Daniel Gustafsson
- pgsql: Implement find_my_exec()'s path normalization using realpath(3). Tom Lane
- pgsql: Rename fields in pgstat structures for functions and relations Michael Paquier
- pgsql: Rewrite error message related to sslmode in libpq Michael Paquier
- pgsql: Doc: Improve description of the "batch_size" option for postgres Etsuro Fujita
- pgsql: meson: add install-{quiet, world} targets Andres Freund
- pgsql: meson: make install_test_files more generic, rename to install_f Andres Freund
- pgsql: meson: add install-{docs,doc-html,doc-man} targets Andres Freund
- pgsql: libpq: Add sslcertmode option to control client certificates Michael Paquier
- pgsql: meson: docs: add texinfo target Andres Freund
- pgsql: Fix incorrect format placeholders Peter Eisentraut
- pgsql: Fix typo in header comment Daniel Gustafsson
- Re: pgsql: meson: add install-{quiet, world} targets Andrew Dunstan
- pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Robert Haas
- pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Robert Haas
- pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Robert Haas
- pgsql: pg_locale.c: change ereport() to elog(). Jeff Davis
- pgsql: Avoid potential UCollator leak for older ICU versions. Jeff Davis
- pgsql: meson: Fix oversight in install-quiet Andres Freund
- Re: pgsql: meson: add install-{quiet, world} targets Andres Freund
- Re: pgsql: Handle the "und" locale in ICU versions 54 and older. Jeff Davis
- pgsql: Invent GENERIC_PLAN option for EXPLAIN. Tom Lane
- pgsql: docs: Explain how to silence overly verbose messages by fop Andres Freund
- pgsql: Doc: fix examples for pg_input_error_info(). Tom Lane
- pgsql: Doc: fix another "contents...exceed the available area" PDF warn Tom Lane
- Re: pgsql: meson: add install-{quiet, world} targets Justin Pryzby
- Re: pgsql: meson: add install-{quiet, world} targets Andres Freund
- Re: pgsql: meson: add install-{quiet, world} targets Justin Pryzby
- pgsql: Fix abbreviated keys bug introduced in d87d548cd03. Jeff Davis
- Re: pgsql: meson: add install-{quiet, world} targets Andres Freund
- pgsql: Fix CREATE INDEX progress reporting for multi-level partitioning Tom Lane
- pgsql: Comment on expectations for AutoVacuumWorkItem handlers. Noah Misch
- pgsql: Add SysCacheGetAttrNotNull for guaranteed not-null attrs Daniel Gustafsson
- Re: pgsql: amcheck: Fix verify_heapam for tuples where xmin or xmax is 0. Peter Geoghegan
- Re: pgsql: Fix netmask handling in inet_minmax_multi_ops Tomas Vondra
- pgsql: Fix oversights in array manipulation. Tom Lane
- pgsql: Fix oversights in array manipulation. Tom Lane
- pgsql: Fix oversights in array manipulation. Tom Lane
- pgsql: Fix oversights in array manipulation. Tom Lane
- pgsql: Fix oversights in array manipulation. Tom Lane
- pgsql: Fix oversights in array manipulation. Tom Lane
- Re: pgsql: Fix netmask handling in inet_minmax_multi_ops Tom Lane
- pgsql: Doc: clarify introduction to database roles. Tom Lane
- pgsql: Generate pg_stat_get_xact*() functions for relations using macro Michael Paquier
- pgsql: Improve a few things in pg_walinspect Michael Paquier
- pgsql: meson: Fix support for empty darwin sysroot Peter Eisentraut
- pgsql: Make SCRAM iteration count configurable Daniel Gustafsson
- pgsql: doc: Fix XML_CATALOG_FILES env var for Apple M1 machines Daniel Gustafsson
- pgsql: doc: fix Apple Silicon Homebrew prefix change documentation Daniel Gustafsson
- pgsql: amcheck: Tighten up validation of redirect line pointers. Robert Haas
- pgsql: amcheck: Generalize one of the recently-added update chain check Robert Haas
- pgsql: Reject attempts to alter composite types used in indexes. Tom Lane
- pgsql: Reject attempts to alter composite types used in indexes. Tom Lane
- pgsql: Reject attempts to alter composite types used in indexes. Tom Lane
- pgsql: Reject attempts to alter composite types used in indexes. Tom Lane
- pgsql: Reject attempts to alter composite types used in indexes. Tom Lane
- pgsql: Reject attempts to alter composite types used in indexes. Tom Lane
- pgsql: doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines Daniel Gustafsson
- pgsql: doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines Daniel Gustafsson
- pgsql: doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines Daniel Gustafsson
- pgsql: doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines Daniel Gustafsson
- pgsql: doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines Daniel Gustafsson
- pgsql: Generate a few more functions of pgstatfuncs.c with macros Michael Paquier
- pgsql: pg_walinspect: Adjust memory context name. Peter Geoghegan
- pgsql: Save a few bytes in pg_attribute Peter Eisentraut
- pgsql: initdb: emit message when using default ICU locale. Jeff Davis
- pgsql: initdb: replace check_icu_locale() with default_icu_locale(). Jeff Davis
- pgsql: Fix error inconsistency in older ICU versions. Jeff Davis
- pgsql: Fix corner-case planner failure for MERGE. Tom Lane
- pgsql: Fix corner-case planner failure for MERGE. Tom Lane
- pgsql: Fix recent pg_walinspect fpi_length bug. Peter Geoghegan
- pgsql: amcheck: In verify_heapam, allows tuples with xmin 0. Robert Haas
- pgsql: amcheck: In verify_heapam, allows tuples with xmin 0. Robert Haas
- pgsql: amcheck: In verify_heapam, allows tuples with xmin 0. Robert Haas
- pgsql: Validate ICU locales. Jeff Davis
- pgsql: pg_dump: Fix gzip compression of empty data Tomas Vondra
- pgsql: Add XML ID attributes to create_subscription.sgml. Amit Kapila
- pgsql: Avoid syncing data twice for the 'publish_via_partition_root' op Amit Kapila
- pgsql: Simplify useless 0L constants Peter Eisentraut
- pgsql: Move definition of standard collations from initdb to pg_collati Peter Eisentraut
- pgsql: meson: Change default buildtype to debugoptimized Peter Eisentraut
- pgsql: Fix some section numbers in information_schema.sql Peter Eisentraut
- pgsql: SQL/JSON: add standard JSON constructor functions Alvaro Herrera
- pgsql: Add missing .gitignore entries. Tom Lane
- pgsql: Remove empty function BufmgrCommit(). Tom Lane
- pgsql: Fix dereference of dangling pointer in GiST index buffering buil Tom Lane
- pgsql: Fix dereference of dangling pointer in GiST index buffering buil Tom Lane
- pgsql: Fix dereference of dangling pointer in GiST index buffering buil Tom Lane
- pgsql: Fix dereference of dangling pointer in GiST index buffering buil Tom Lane
- pgsql: Fix dereference of dangling pointer in GiST index buffering buil Tom Lane
- pgsql: Fix dereference of dangling pointer in GiST index buffering buil Tom Lane
- pgsql: Support connection load balancing in libpq Daniel Gustafsson
- pgsql: Copy and store addrinfo in libpq-owned private memory Daniel Gustafsson
- pgsql: Fix outdated comments regarding TupleTableSlots David Rowley
- pgsql: Refactor pgoutput_change(). Amit Kapila
- pgsql: Fix incorrect format placeholders Peter Eisentraut
- pgsql: Fix pointer cast for seed calculation on 32-bit systems Daniel Gustafsson
- pgsql: Avoid overflow in width_bucket_float8(). Tom Lane
- pgsql: Add new predefined role pg_create_subscription. Robert Haas
- pgsql: Fix documentation build for c3afe8cf5a1e465bd71e48e4bc717f5bfdc7 Robert Haas
- pgsql: Clean up role created in new subscription test. Tom Lane
- pgsql: bufmgr: Fix undefined behaviour with, unrealistically, large tem Andres Freund
- pgsql: Fix format code in fd.c debugging infrastructure Andres Freund
- pgsql: Fix inconsistencies and style issues in new SQL/JSON code Alvaro Herrera
- pgsql: Fix setrefs.c code for adjusting partPruneInfos Alvaro Herrera
- pgsql: Simplify transformJsonAggConstructor() API Alvaro Herrera
- pgsql: Show record information in pg_get_wal_block_info. Peter Geoghegan
- pgsql: pg_stat_wal: Accumulate time as instr_time instead of microsecon Andres Freund
- pgsql: Parallel Hash Full Join. Thomas Munro
- pgsql: Fix List memory issue in transformColumnDefinition David Rowley
- pgsql: Fix List memory issue in transformColumnDefinition David Rowley
- pgsql: Fix List memory issue in transformColumnDefinition David Rowley
- pgsql: Fix List memory issue in transformColumnDefinition David Rowley
- pgsql: Fix List memory issue in transformColumnDefinition David Rowley
- pgsql: Fix List memory issue in transformColumnDefinition David Rowley
- pgsql: Track shared buffer hits in pg_stat_io Andres Freund
- pgsql: Bump PGSTAT_FILE_FORMAT_ID, omitted in 8aaa04b32d7 Andres Freund
- pgsql: Add XML ID attributes to create_publication.sgml. Amit Kapila
- Re: pgsql: SQL/JSON: add standard JSON constructor functions Alvaro Herrera
- pgsql: No need to add FORMAT to the keyword precedence list Alvaro Herrera
- pgsql: Move ExecEvalJsonConstructor new function to a more natural plac Alvaro Herrera
- pgsql: pg_regress: Emit TAP compliant output Daniel Gustafsson
- pgsql: Ensure acquire_inherited_sample_rows sets its output parameters. Tom Lane
- pgsql: Ensure acquire_inherited_sample_rows sets its output parameters. Tom Lane
- pgsql: Ensure acquire_inherited_sample_rows sets its output parameters. Tom Lane
- pgsql: Ensure acquire_inherited_sample_rows sets its output parameters. Tom Lane
- pgsql: Ensure acquire_inherited_sample_rows sets its output parameters. Tom Lane
- pgsql: Ensure acquire_inherited_sample_rows sets its output parameters. Tom Lane
- pgsql: Reject system columns as elements of foreign keys. Tom Lane
- pgsql: Reject system columns as elements of foreign keys. Tom Lane
- pgsql: Reject system columns as elements of foreign keys. Tom Lane
- pgsql: Reject system columns as elements of foreign keys. Tom Lane
- pgsql: Reject system columns as elements of foreign keys. Tom Lane
- pgsql: Further tweaking of width_bucket() edge cases. Tom Lane
- pgsql: SQL/JSON: support the IS JSON predicate Alvaro Herrera