pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: btree_gist: Merge the last two versions into version 1.8
Michael Paquier
pgsql: injection_points: Add injection_points_list()
Michael Paquier
Re: pgsql: injection_points: Add injection_points_list()
Aleksander Alekseev
Re: pgsql: injection_points: Add injection_points_list()
Michael Paquier
pgsql: Add pg_assume(expr) macro
Andres Freund
pgsql: Use pg_assume() to avoid compiler warning below exec_set_found()
Andres Freund
pgsql: Link libpq with libdl if the platform needs that.
Tom Lane
pgsql: Link libpq with libdl if the platform needs that.
Tom Lane
pgsql: Change wchar2char() and char2wchar() to accept a locale_t.
Jeff Davis
pgsql: Minor tweaks for pg_test_timing.
Tom Lane
pgsql: Introduce pg_dsm_registry_allocations view.
Nathan Bossart
pgsql: Fix tab-completion for COPY and \copy options.
Masahiko Sawada
pgsql: Fix tab-completion for COPY and \copy options.
Masahiko Sawada
pgsql: Fix tab-completion for COPY and \copy options.
Masahiko Sawada
pgsql: Fix tab-completion for COPY and \copy options.
Masahiko Sawada
pgsql: Fix tab-completion for COPY and \copy options.
Masahiko Sawada
pgsql: Fix tab-completion for COPY and \copy options.
Masahiko Sawada
pgsql: psql: Improve psql tab completion for GRANT/REVOKE on large obje
Fujii Masao
pgsql: Hide ICU C++ APIs from pg_locale.h
John Naylor
pgsql: libpq: Add TAP test for nested service file
Michael Paquier
pgsql: Doc: Improve logical replication failover documentation.
Amit Kapila
pgsql: Doc: Improve logical replication failover documentation.
Amit Kapila
pgsql: Doc: Improve logical replication failover documentation.
Amit Kapila
pgsql: doc PG 18 relnotes: Remove item about PQservice()
Michael Paquier
pgsql: libpq: Remove PQservice()
Michael Paquier
pgsql: libpq: Remove PQservice()
Michael Paquier
pgsql: Fix up misuse of "volatile" in contrib/xml2.
Tom Lane
Re: pgsql: Fix up misuse of "volatile" in contrib/xml2.
Michael Paquier
Re: pgsql: Fix up misuse of "volatile" in contrib/xml2.
Tom Lane
Re: pgsql: Fix up misuse of "volatile" in contrib/xml2.
Michael Paquier
Re: pgsql: Fix up misuse of "volatile" in contrib/xml2.
Jacob Champion
Re: pgsql: Fix up misuse of "volatile" in contrib/xml2.
Tom Lane
pgsql: Fix low-probability memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
pgsql: Fix low-probability memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
pgsql: Fix low-probability memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
pgsql: Fix low-probability memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
pgsql: Fix a couple more places in docs for pg_lsn change
Álvaro Herrera
pgsql: Change pg_test_timing to measure in nanoseconds not microseconds
Tom Lane
pgsql: pg_walsummary: Improve stability of test checking statistics
Michael Paquier
pgsql: pg_walsummary: Improve stability of test checking statistics
Michael Paquier
pgsql: aio: Combine io_uring memory mappings, if supported
Andres Freund
pgsql: aio: Combine io_uring memory mappings, if supported
Andres Freund
pgsql: Consider explicit incremental sort for Append and MergeAppend
Richard Guo
pgsql: oauth: Fix kqueue detection on OpenBSD
Jacob Champion
pgsql: oauth: Fix kqueue detection on OpenBSD
Jacob Champion
pgsql: Adapt pg_upgrade test to pg_lsn output format difference
Álvaro Herrera
pgsql: Restore the ability to run pl/pgsql expression queries in parall
Tom Lane
pgsql: Restore the ability to run pl/pgsql expression queries in parall
Tom Lane
pgsql: Restore the ability to run pl/pgsql expression queries in parall
Tom Lane
pgsql: Restore the ability to run pl/pgsql expression queries in parall
Tom Lane
pgsql: Restore the ability to run pl/pgsql expression queries in parall
Tom Lane
pgsql: Restore the ability to run pl/pgsql expression queries in parall
Tom Lane
pgsql: Restore the ability to run pl/pgsql expression queries in parall
Tom Lane
pgsql: Refactor some repetitive SLRU code
Álvaro Herrera
pgsql: Standardize LSN formatting by zero padding
Álvaro Herrera
pgsql: Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
pgsql: Fix incompatibility with libxml2 >= 2.14
Michael Paquier
pgsql: Fix incompatibility with libxml2 >= 2.14
Michael Paquier
pgsql: Fix incompatibility with libxml2 >= 2.14
Michael Paquier
pgsql: Fix incompatibility with libxml2 >= 2.14
Michael Paquier
pgsql: Fix incompatibility with libxml2 >= 2.14
Michael Paquier
pgsql: Fix incompatibility with libxml2 >= 2.14
Michael Paquier
pgsql: Fix incompatibility with libxml2 >= 2.14
Michael Paquier
pgsql: postgres_fdw: Add Assert to estimate_path_cost_size().
Etsuro Fujita
pgsql: pg_upgrade: Add missing newline in error message
Álvaro Herrera
pgsql: pg_upgrade: Add missing newline in error message
Álvaro Herrera
pgsql: pg_upgrade: Add missing newline in error message
Álvaro Herrera
pgsql: Fix new pg_upgrade query not to rely on regnamespace
Álvaro Herrera
pgsql: Fix new pg_upgrade query not to rely on regnamespace
Álvaro Herrera
pgsql: Fix new pg_upgrade query not to rely on regnamespace
Álvaro Herrera
pgsql: Fix new pg_upgrade query not to rely on regnamespace
Álvaro Herrera
pgsql: Fix new pg_upgrade query not to rely on regnamespace
Álvaro Herrera
pgsql: Fix new pg_upgrade query not to rely on regnamespace
Álvaro Herrera
pgsql: Fix new pg_upgrade query not to rely on regnamespace
Álvaro Herrera
pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/
Álvaro Herrera
pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/
Álvaro Herrera
pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/
Álvaro Herrera
pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/
Álvaro Herrera
pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/
Álvaro Herrera
pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/
Álvaro Herrera
pgsql: pg_upgrade: check for inconsistencies in not-null constraints w/
Álvaro Herrera
pgsql: amcheck: Remove unused IndexCheckableCallback typedef.
Fujii Masao
pgsql: Disable commit timestamps during bootstrap
Michael Paquier
pgsql: Disable commit timestamps during bootstrap
Michael Paquier
pgsql: Disable commit timestamps during bootstrap
Michael Paquier
pgsql: Disable commit timestamps during bootstrap
Michael Paquier
pgsql: Disable commit timestamps during bootstrap
Michael Paquier
pgsql: Disable commit timestamps during bootstrap
Michael Paquier
pgsql: Disable commit timestamps during bootstrap
Michael Paquier
pgsql: Speed up truncation of temporary relations.
Fujii Masao
pgsql: Simplify COALESCE() with one surviving argument.
Tom Lane
pgsql: Add cross-type comparisons to contrib/btree_gin.
Tom Lane
pgsql: Break out xxx2yyy_opt_overflow APIs for more datetime conversion
Tom Lane
pgsql: Add more cross-type comparisons to contrib/btree_gin.
Tom Lane
pgsql: Obtain required table lock during cross-table updates, redux.
Tom Lane
pgsql: Obtain required table lock during cross-table updates, redux.
Tom Lane
pgsql: Obtain required table lock during cross-table updates, redux.
Tom Lane
pgsql: Obtain required table lock during cross-table updates, redux.
Tom Lane
pgsql: Obtain required table lock during cross-table updates, redux.
Tom Lane
pgsql: Obtain required table lock during cross-table updates, redux.
Tom Lane
pgsql: Obtain required table lock during cross-table updates, redux.
Tom Lane
pgsql: Add tab-completion for ALTER TABLE not-nulls
Álvaro Herrera
pgsql: Remove leftover dead code from commit_ts.h.
Fujii Masao
pgsql: Fix broken XML
Álvaro Herrera
pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio
Fujii Masao
pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio
Fujii Masao
pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio
Fujii Masao
pgsql: doc: Update outdated descriptions of wal_status in pg_replicatio
Fujii Masao
pgsql: Prevent creation of duplicate not-null constraints for domains
Álvaro Herrera
pgsql: Prevent creation of duplicate not-null constraints for domains
Álvaro Herrera
pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Álvaro Herrera
Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Daniel Gustafsson
Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Álvaro Herrera
Re: pgsql: Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
David G. Johnston
pgsql: Refactor subtype field of AlterDomainStmt
Michael Paquier
pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl
Fujii Masao
pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl
Fujii Masao
pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl
Fujii Masao
pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl
Fujii Masao
pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl
Fujii Masao
pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl
Fujii Masao
pgsql: doc: Remove incorrect note about wal_status in pg_replication_sl
Fujii Masao
pgsql: Support multi-line headers in COPY FROM command.
Fujii Masao
pgsql: Improve checks for GUC recovery_target_timeline
Michael Paquier
pgsql: Enable use of Memoize for ANTI joins
Richard Guo
pgsql: Add InjectionPointList() to retrieve list of injection points
Michael Paquier
pgsql: Correctly copy the target host identification in PQcancelCreate.
Tom Lane
pgsql: Correctly copy the target host identification in PQcancelCreate.
Tom Lane
pgsql: Correctly copy the target host identification in PQcancelCreate.
Tom Lane
pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.
Nathan Bossart
Re: pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.
Andrew Dunstan
Re: pgsql: Fix cross-version upgrade test breakage from commit fe07100e82.
Nathan Bossart
pgsql: Make more use of RELATION_IS_OTHER_TEMP().
Nathan Bossart
pgsql: Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
pgsql: Update obsolete row compare preprocessing comments.
Peter Geoghegan
pgsql: Update obsolete row compare preprocessing comments.
Peter Geoghegan
pgsql: Allow width_bucket()'s "operand" input to be NaN.
Tom Lane
pgsql: Fix error message for ALTER CONSTRAINT ... NOT VALID
Álvaro Herrera
pgsql: Fix error message for ALTER CONSTRAINT ... NOT VALID
Álvaro Herrera
pgsql: Make row compares robust during nbtree array scans.
Peter Geoghegan
pgsql: Make row compares robust during nbtree array scans.
Peter Geoghegan
pgsql: Make handling of redundant nbtree keys more robust.
Peter Geoghegan
pgsql: Make handling of redundant nbtree keys more robust.
Peter Geoghegan
pgsql: doc: pg_buffercache documentation wordsmithing
Daniel Gustafsson
pgsql: doc: pg_buffercache documentation wordsmithing
Daniel Gustafsson
pgsql: meson: Increase minimum version to 0.57.2
Peter Eisentraut
pgsql: Reformat some node comments
Peter Eisentraut
pgsql: Fix missing FSM vacuum opportunities on tables without indexes.
Masahiko Sawada
pgsql: Fix missing FSM vacuum opportunities on tables without indexes.
Masahiko Sawada
pgsql: Fix missing FSM vacuum opportunities on tables without indexes.
Masahiko Sawada
pgsql: Remove implicit cast from 'void *'
John Naylor
pgsql: Remove implicit cast from 'void *'
John Naylor
pgsql: Fix bug in archive streamer with LZ4 decompression
Michael Paquier
pgsql: Fix bug in archive streamer with LZ4 decompression
Michael Paquier
pgsql: Fix bug in archive streamer with LZ4 decompression
Michael Paquier
pgsql: Fix bug in archive streamer with LZ4 decompression
Michael Paquier
pgsql: Fix bug in archive streamer with LZ4 decompression
Michael Paquier
pgsql: Move code for the bytea data type from varlena.c to new bytea.c
Michael Paquier
pgsql: Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
pgsql: Update comment for IndexInfo.ii_NullsNotDistinct
Peter Eisentraut
pgsql: Update comment for IndexInfo.ii_NullsNotDistinct
Peter Eisentraut
pgsql: Update comment for IndexInfo.ii_NullsNotDistinct
Peter Eisentraut
pgsql: Update comment for IndexInfo.ii_NullsNotDistinct
Peter Eisentraut
pgsql: Update comment for IndexInfo.ii_NullsNotDistinct
Peter Eisentraut
pgsql: Add commit 9e345415bc to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Add commit 07448b3969 to .git-blame-ignore-revs.
Nathan Bossart
pgsql: Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
pgsql: Document pg_get_multixact_members().
Nathan Bossart
pgsql: Document pg_get_multixact_members().
Nathan Bossart
pgsql: Document pg_get_multixact_members().
Nathan Bossart
pgsql: Document pg_get_multixact_members().
Nathan Bossart
pgsql: Document pg_get_multixact_members().
Nathan Bossart
pgsql: Document pg_get_multixact_members().
Nathan Bossart
pgsql: Document pg_get_multixact_members().
Nathan Bossart
pgsql: Update comment for IndexInfo.ii_WithoutOverlaps
Peter Eisentraut
pgsql: Update comment for IndexInfo.ii_WithoutOverlaps
Peter Eisentraut
pgsql: Fix outdated comment for IndexInfo
Peter Eisentraut
pgsql: Fix outdated comment for IndexInfo
Peter Eisentraut
pgsql: Fix outdated comment for IndexInfo
Peter Eisentraut
pgsql: Improve code comment
Peter Eisentraut
pgsql: Make sure IOV_MAX is defined.
Tom Lane
pgsql: Make sure IOV_MAX is defined.
Tom Lane
pgsql: Make sure IOV_MAX is defined.
Tom Lane
pgsql: Make sure IOV_MAX is defined.
Tom Lane
pgsql: Make safeguard against incorrect flags for fsync more portable.
Tom Lane
pgsql: Make safeguard against incorrect flags for fsync more portable.
Tom Lane
pgsql: Make safeguard against incorrect flags for fsync more portable.
Tom Lane
pgsql: Make safeguard against incorrect flags for fsync more portable.
Tom Lane
pgsql: Make safeguard against incorrect flags for fsync more portable.
Tom Lane
pgsql: Make safeguard against incorrect flags for fsync more portable.
Tom Lane
pgsql: Make safeguard against incorrect flags for fsync more portable.
Tom Lane
pgsql: Document age(xid) and mxid_age(xid).
Nathan Bossart
pgsql: Document age(xid) and mxid_age(xid).
Nathan Bossart
pgsql: Document age(xid) and mxid_age(xid).
Nathan Bossart
pgsql: Remove provider field from pg_locale_t.
Jeff Davis
pgsql: Control ctype behavior internally with a method table.
Jeff Davis
pgsql: Fix typos in comments
Amit Langote
pgsql: Fix typos in comments
Amit Langote
pgsql: Fix typos in comments
Amit Langote
pgsql: Fix typos in comments
Amit Langote
Earlier messages
Later messages