pgsql-committers
Thread
Date
Earlier messages
Later messages
Messages by Thread
pgsql: pgxs.mk: remove unreachable rule for deleting regress.def.
Tom Lane
pgsql: Improve runtime and output of tests for replication slots checkp
Alexander Korotkov
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Melanie Plageman
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Alexander Korotkov
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Tom Lane
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Tom Lane
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Alexander Korotkov
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Alexander Korotkov
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Tom Lane
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Alexander Korotkov
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Tom Lane
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Michael Paquier
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Alexander Korotkov
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Jelte Fennema-Nio
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Alexander Korotkov
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Amit Kapila
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Alexander Korotkov
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Jelte Fennema-Nio
Re: pgsql: Improve runtime and output of tests for replication slots checkp
vignesh C
Re: pgsql: Improve runtime and output of tests for replication slots checkp
vignesh C
Re: pgsql: Improve runtime and output of tests for replication slots checkp
Tom Lane
pgsql: Improve runtime and output of tests for replication slots checkp
Alexander Korotkov
pgsql: doc PG 18 relnotes: add links to command and struct tags
Bruce Momjian
pgsql: Correct docs about partitions and EXCLUDE constraints.
Jeff Davis
pgsql: Correct docs about partitions and EXCLUDE constraints.
Jeff Davis
pgsql: doc PG 18 relnotes: add links for applications
Bruce Momjian
pgsql: doc: add xreflabel text for libpq and PL/Python
Bruce Momjian
pgsql: Improve pg_dump/pg_dumpall help synopses and terminology
Peter Eisentraut
pgsql: Improve log messages and docs for slot synchronization.
Amit Kapila
pgsql: Improve log messages and docs for slot synchronization.
Amit Kapila
pgsql: doc PG 18 relnotes: add links for server variables
Bruce Momjian
pgsql: doc: Mention GIN indexes support parallel builds.
Fujii Masao
pgsql: doc: Fix incorrect description of INCLUDING COMMENTS in CREATE F
Fujii Masao
pgsql: doc: fix for commit 09f7d36ba16 in changing "_" to "-".
Bruce Momjian
pgsql: doc config.sgml: use "-" and not "_" for varlistentry "id"s
Bruce Momjian
pgsql: pg_dump: Allow pg_dump to dump the statistics for foreign tables
Fujii Masao
pgsql: Document "relrewrite" at the top of heap_create_with_catalog()
Michael Paquier
pgsql: doc: Reorder protocol version option descriptions in libpq docs.
Fujii Masao
pgsql: doc PG 18 relnotes: add markup, still need to add links
Bruce Momjian
pgsql: Fix allocation check to test the right variable
Daniel Gustafsson
pgsql: amcheck: Fix posting tree checks in gin_index_check()
Tomas Vondra
pgsql: amcheck: Fix parent key check in gin_index_check()
Tomas Vondra
pgsql: amcheck: Fix checks of entry order for GIN indexes
Tomas Vondra
pgsql: amcheck: Remove unused GinScanItem->parentlsn field
Tomas Vondra
pgsql: amcheck: Test gin_index_check on a multicolumn index
Tomas Vondra
pgsql: doc: Mention the default io_method
Peter Eisentraut
pgsql: doc PG 18 relnotes: add author for initdb commit 04bec894a04
Bruce Momjian
pgsql: Fix re-distributing previously distributed invalidation messages
Masahiko Sawada
pgsql: Fix re-distributing previously distributed invalidation messages
Masahiko Sawada
pgsql: Fix re-distributing previously distributed invalidation messages
Masahiko Sawada
pgsql: Fix re-distributing previously distributed invalidation messages
Masahiko Sawada
pgsql: Fix re-distributing previously distributed invalidation messages
Masahiko Sawada
pgsql: Fix re-distributing previously distributed invalidation messages
Masahiko Sawada
pgsql: Fix possible Assert failure in verify_compact_attribute()
David Rowley
pgsql: aio: Add missing memory barrier when waiting for IO handle
Andres Freund
pgsql: doc: Clean up title case use
Peter Eisentraut
pgsql: Message style improvements
Peter Eisentraut
pgsql: Message style improvements
Peter Eisentraut
pgsql: libpq-oauth: Add exports.list to .gitignore
Peter Eisentraut
pgsql: Workaround code generation bug in clang
John Naylor
pgsql: Add commit b27644bad to .git-blame-ignore-revs.
Tom Lane
pgsql: Sync typedefs.list with the buildfarm.
Tom Lane
pgsql: psql: Change new \conninfo to use SSL instead of TLS
Peter Eisentraut
pgsql: Improve comments for TidRangeEval
David Rowley
pgsql: doc: Add note about "Client User" and "Superuser" fields in \con
Fujii Masao
pgsql: psql: Report full protocol version in \conninfo output.
Fujii Masao
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN
Alexander Korotkov
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN
Alexander Korotkov
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN
Alexander Korotkov
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN
Alexander Korotkov
pgsql: Keep WAL segments by the flushed value of the slot's restart LSN
Alexander Korotkov
pgsql: Keep WAL segments by slot's last saved restart LSN
Alexander Korotkov
pgsql: Add TAP tests to check replication slot advance during the check
Alexander Korotkov
pgsql: Add TAP tests to check replication slot advance during the check
Alexander Korotkov
pgsql: nbtree: _bt_readnextpage doesn't affect markPos.
Peter Geoghegan
pgsql: Comment fixups from 626df47ad9.
Jeff Davis
pgsql: psql: Reword help message and docs for WATCH_INTERVAL
Daniel Gustafsson
pgsql: psql: Forbid use of COPY and \copy while in a pipeline
Michael Paquier
pgsql: Replace %llu by PRIu64 in AIO io_uring code
Michael Paquier
pgsql: pg_restore: Fix wrong descriptions of --with-{schema,data,statis
Fujii Masao
pgsql: Fix squashing algorithm for query texts
Álvaro Herrera
pgsql: doc: Document that MAINTAIN privilege allows statistics manipula
Fujii Masao
pgsql: Revert support for improved tracking of nested queries
Michael Paquier
pgsql: Revert a few small patches that were intended for version 19.
Jeff Davis
pgsql: Revert "nbtree: Remove useless row compare arg."
Peter Geoghegan
pgsql: Add tab completion for REJECT_LIMIT option.
Masahiko Sawada
pgsql: Make _bt_killitems drop pins it acquired itself.
Peter Geoghegan
pgsql: Make _bt_killitems drop pins it acquired itself.
Peter Geoghegan
pgsql: Make _bt_killitems drop pins it acquired itself.
Peter Geoghegan
pgsql: Make _bt_killitems drop pins it acquired itself.
Peter Geoghegan
pgsql: Make _bt_killitems drop pins it acquired itself.
Peter Geoghegan
pgsql: Make _bt_killitems drop pins it acquired itself.
Peter Geoghegan
pgsql: psql: Remove PARTITION BY clause in tab completion for unlogged
Michael Paquier
pgsql: Don't reduce output request size on non-Unix-socket connections.
Tom Lane
pgsql: Don't reduce output request size on non-Unix-socket connections.
Tom Lane
pgsql: Don't reduce output request size on non-Unix-socket connections.
Tom Lane
pgsql: Don't reduce output request size on non-Unix-socket connections.
Tom Lane
pgsql: Don't reduce output request size on non-Unix-socket connections.
Tom Lane
pgsql: Don't reduce output request size on non-Unix-socket connections.
Tom Lane
pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Jeff Davis
Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Robert Haas
Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Jeff Davis
Re: pgsql: copyfromparse.c: use pg_ascii_tolower() rather than tolower().
Robert Haas
pgsql: isn.c: use pg_ascii_toupper() instead of toupper().
Jeff Davis
pgsql: contrib/spi/refint.c: use pg_ascii_tolower() instead.
Jeff Davis
pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Jeff Davis
Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Jeff Davis
Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Tom Lane
Re: pgsql: inet_net_pton.c: use pg_ascii_tolower() rather than tolower().
Heikki Linnakangas
pgsql: Use exported symbols list on macOS for loadable modules as well
Peter Eisentraut
pgsql: pg_restore: fix incompatibility with old directory-format dumps.
Tom Lane
pgsql: pg_restore: fix incompatibility with old directory-format dumps.
Tom Lane
pgsql: Revert "postgres_fdw: Inherit the local transaction's access/def
Etsuro Fujita
pgsql: doc PG 18 relnotes: add AFTER trigger user change item
Bruce Momjian
pgsql: doc PG 18 relnotes: adjust wording of initdb item 48814415d5a
Bruce Momjian
pgsql: plpython: Remove obsolete test expected file
Peter Eisentraut
pgsql: Improve CREATE DATABASE error message for invalid libc locale.
Jeff Davis
pgsql: Use NULL instead of 0 for pointer arguments.
Nathan Bossart
pgsql: Fixed signed/unsigned mismatch in test_dsm_registry.
Nathan Bossart
pgsql: Fixed signed/unsigned mismatch in test_dsm_registry.
Nathan Bossart
pgsql: Avoid BufferGetLSNAtomic() calls during nbtree scans.
Peter Geoghegan
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block
Robert Haas
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block
Robert Haas
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block
Robert Haas
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block
Robert Haas
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block
Robert Haas
pgsql: pg_prewarm: Allow autoprewarm to use more than 1GB to dump block
Robert Haas
pgsql: Doc: improve description of which role runs a trigger.
Tom Lane
pgsql: nbtree: Remove useless row compare arg.
Peter Geoghegan
pgsql: Avoid bogus scans of partitions when marking FKs enforced
Álvaro Herrera
pgsql: Doc: you must own the target object to use SECURITY LABEL.
Tom Lane
pgsql: Doc: you must own the target object to use SECURITY LABEL.
Tom Lane
pgsql: Doc: you must own the target object to use SECURITY LABEL.
Tom Lane
pgsql: Doc: you must own the target object to use SECURITY LABEL.
Tom Lane
pgsql: Doc: you must own the target object to use SECURITY LABEL.
Tom Lane
pgsql: Doc: you must own the target object to use SECURITY LABEL.
Tom Lane
pgsql: Avoid bogus scans of partitions when validating FKs to partition
Álvaro Herrera
pgsql: Change role names used in trigger test.
Tom Lane
pgsql: psql: fix order of join clauses when listing extensions
Magnus Hagander
pgsql: Fix copy-pasto with process count calculation in method_io_uring
Michael Paquier
pgsql: doc: Remove notes about "unencrypted" passwords.
Nathan Bossart
pgsql: doc: Remove notes about "unencrypted" passwords.
Nathan Bossart
pgsql: doc: Remove notes about "unencrypted" passwords.
Nathan Bossart
pgsql: doc: Remove notes about "unencrypted" passwords.
Nathan Bossart
pgsql: doc: Remove notes about "unencrypted" passwords.
Nathan Bossart
pgsql: doc: Remove notes about "unencrypted" passwords.
Nathan Bossart
pgsql: doc: Update description of pg_constraint.convalidated
Peter Eisentraut
pgsql: doc PG 18 relnotes: Add incompatibility note about checksums now
Peter Eisentraut
pgsql: Don't strip $libdir from LOAD command
Peter Eisentraut
pgsql: psql: Abort connection when using \syncpipeline after COPY TO/FR
Michael Paquier
pgsql: Fix a pg_dump scenario for platforms where SEEK_CUR != 1.
Noah Misch
Re: pgsql: Fix a pg_dump scenario for platforms where SEEK_CUR != 1.
Nathan Bossart
pgsql: Rename log_lock_failure GUC to log_lock_failures for consistency
Fujii Masao
pgsql: Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
pgsql: Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
pgsql: Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
pgsql: Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
pgsql: Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
pgsql: Disallow "=" in names of reloptions and foreign-data options.
Tom Lane
pgsql: Correct heap vacuum boundary state setup ordering
Melanie Plageman
pgsql: Rename gist stratnum support function
Peter Eisentraut
pgsql: Use replay LSN as target for cascading logical WAL senders
Michael Paquier
pgsql: Use replay LSN as target for cascading logical WAL senders
Michael Paquier
pgsql: Use replay LSN as target for cascading logical WAL senders
Michael Paquier
pgsql: Add commit 4672b6223 to .git-blame-ignore-revs.
Tom Lane
pgsql: Run pgindent on the previous commit.
Tom Lane
pgsql: Run pgindent on the previous commit.
Tom Lane
pgsql: Run pgindent on the previous commit.
Tom Lane
pgsql: Run pgindent on the previous commit.
Tom Lane
pgsql: Run pgindent on the previous commit.
Tom Lane
pgsql: Run pgindent on the previous commit.
Tom Lane
pgsql: Fix edge-case resource leaks in PL/Python error reporting.
Tom Lane
pgsql: Fix edge-case resource leaks in PL/Python error reporting.
Tom Lane
pgsql: Fix edge-case resource leaks in PL/Python error reporting.
Tom Lane
pgsql: Fix edge-case resource leaks in PL/Python error reporting.
Tom Lane
pgsql: Fix edge-case resource leaks in PL/Python error reporting.
Tom Lane
pgsql: Fix edge-case resource leaks in PL/Python error reporting.
Tom Lane
pgsql: postgres_fdw: Inherit the local transaction's access/deferrable
Etsuro Fujita
pgsql: Fix MERGE into a plain inheritance parent table.
Dean Rasheed
pgsql: Fix MERGE into a plain inheritance parent table.
Dean Rasheed
pgsql: Fix MERGE into a plain inheritance parent table.
Dean Rasheed
pgsql: Fix MERGE into a plain inheritance parent table.
Dean Rasheed
pgsql: Change internal plan ID type from uint64 to int64
Michael Paquier
pgsql: Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
pgsql: Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
pgsql: Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
pgsql: Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
pgsql: Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
pgsql: Ensure we have a snapshot when updating various system catalogs.
Nathan Bossart
pgsql: Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
pgsql: Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
pgsql: Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
pgsql: Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
pgsql: Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
pgsql: Fix memory leakage in postgres_fdw's DirectModify code path.
Tom Lane
pgsql: Allow larger packets during GSSAPI authentication exchange.
Tom Lane
pgsql: Allow larger packets during GSSAPI authentication exchange.
Tom Lane
pgsql: Allow larger packets during GSSAPI authentication exchange.
Tom Lane
pgsql: Allow larger packets during GSSAPI authentication exchange.
Tom Lane
pgsql: Allow larger packets during GSSAPI authentication exchange.
Tom Lane
Earlier messages
Later messages