Messages by Thread
-
pgsql: Add stack depth check to QueueFKConstraintValidation().
Tom Lane
-
pgsql: Restructure repack worker teardown
Álvaro Herrera
-
pgsql: doc PG 19 relnotes: adjust item to mention pg_replication_slots
Bruce Momjian
-
pgsql: Fix calculation of members_size in pg_get_multixact_stats()
Michael Paquier
-
pgsql: test_slru: Fix LWLock initialization for EXEC_BACKEND builds
Michael Paquier
-
pgsql: Adjust some error hints
Michael Paquier
-
pgsql: Fix missed ReleaseVariableStats() in intarray's _int_matchsel().
Tom Lane
-
pgsql: dblink: Reject use_scram_passthrough on foreign-data wrappers
Fujii Masao
-
pgsql: dblink: Give user mapping precedence for use_scram_passthrough
Fujii Masao
-
pgsql: postgres_fdw: Give user mapping precedence for use_scram_passthr
Fujii Masao
-
pgsql: doc: Clarify CHECKPOINT handling of unlogged buffers
Daniel Gustafsson
-
pgsql: psql: Tab completion for CHECKPOINT FLUSH_UNLOGGED boolean optio
Daniel Gustafsson
-
pgsql: Fix size check in statext_dependencies_deserialize()
Michael Paquier
-
pgsql: Revert "Allow logical replication snapshots to be database-speci
Álvaro Herrera
-
pgsql: psql: Add missing IO option to EXPLAIN tab completion
Fujii Masao
-
pgsql: Avoid exposing WAL receiver raw conninfo during timeline jumps
Michael Paquier
-
pgsql: Improve pg_stat_wal_receiver for CONNECTING status
Michael Paquier
-
pgsql: Set notice receiver before libpq connection startup completes
Fujii Masao
-
pgsql: Prevent setting NO INHERIT on partitioned NOT NULL constraints
Fujii Masao
-
pgsql: Revert "Reject degenerate SPLIT PARTITION with DEFAULT partition
Alexander Korotkov
-
pgsql: Reject degenerate SPLIT PARTITION with DEFAULT partition
Alexander Korotkov
-
pgsql: pg_recvlogical: Add tests for output file permissions
Fujii Masao
-
pgsql: pg_recvlogical: Honor source cluster file permissions for output
Fujii Masao
-
pgsql: Fix REPACK decoding worker not cleaned up on FATAL exit
Álvaro Herrera
-
pgsql: Fix SPLIT PARTITION hint for DEFAULT partition bounds
Alexander Korotkov
-
pgsql: Clarify SPLIT PARTITION bound requirements in docs
Alexander Korotkov
-
pgsql: Fix SPLIT PARTITION range bound validation with DEFAULT
Alexander Korotkov
-
pgsql: Fix COPY FROM ON_ERROR SET_NULL with selective column list
Fujii Masao
-
pgsql: Remove support for 8 byte tear free read/write on 32-bit
Daniel Gustafsson
-
pgsql: Remove obsolete comment in AtEOXact_Inval
Daniel Gustafsson
-
pgsql: psql: Make ParseVariableDouble reject values above max
Daniel Gustafsson
-
pgsql: oauth: Fix missing quote in errormessage
Daniel Gustafsson
-
pgsql: Fix issues with handling of expressions in extended stats restor
Michael Paquier
-
pgsql: Fix parsing of REPACK options
Fujii Masao
-
pgsql: Fix IGNORE NULLS nullness cache for volatile window arguments.
Tatsuo Ishii
-
pgsql: injection_points: Move some structs to new header injection_poin
Michael Paquier
-
pgsql: Use ereport(ERROR), not Assert(), for publisher tuples missing c
Noah Misch
-
pgsql: Use ereport(ERROR), not Assert(), for publisher tuples missing c
Noah Misch
-
pgsql: Use ereport(ERROR), not Assert(), for publisher tuples missing c
Noah Misch
-
pgsql: Use ereport(ERROR), not Assert(), for publisher tuples missing c
Noah Misch
-
pgsql: Use ereport(ERROR), not Assert(), for publisher tuples missing c
Noah Misch
-
pgsql: Use ereport(ERROR), not Assert(), for publisher tuples missing c
Noah Misch
-
pgsql: Simplify signature of ProcessStartupPacket()
Michael Paquier
-
pgsql: doc: Fix example of pg_restore_extended_stats()
Michael Paquier
-
pgsql: pg_test_timing: Show additional TSC clock source debug info
Andres Freund
-
pgsql: postgres_fdw: Replace buffers in RemoteAttributeMapping with poi
Etsuro Fujita
-
pgsql: Check retain_dead_tuples for ALTER SUBSCRIPTION ... SERVER.
Jeff Davis
-
pgsql: Doc: fix release-note typo.
Tom Lane
-
pgsql: Don't accept length of -1 in pg_locale.h APIs.
Jeff Davis
-
pgsql: doc PG 19 relnotes: remove "Add fake LSN support to hash index"
Bruce Momjian
-
pgsql: Re-add regression tests for ltree and intarray
Michael Paquier
-
pgsql: psql: Fix tab completion for REPACK boolean options
Fujii Masao
-
pgsql: doc PG 19 relnotes: update to current
Bruce Momjian
-
pgsql: refint: Fix segfault in check_foreign_key().
Nathan Bossart
-
pgsql: Fix attribute mapping for COPY TO on partitioned tables.
Masahiko Sawada
-
pgsql: Prevent path traversal in pg_basebackup and pg_rewind
Noah Misch
-
pgsql: Add missing include in Cluster.pm
Michael Paquier
-
pgsql: Use palloc_array() in a few more places to avoid overflow
Heikki Linnakangas
-
pgsql: Guard against unsafe conditions in usage of pg_strftime().
Noah Misch
-
pgsql: Fix MCV input array checks in statistics restore functions
Noah Misch
-
pgsql: Remove test cases for field overflows in intarray and ltree.
Tom Lane
-
pgsql: Unify src/common/'s definitions of MaxAllocSize.
Noah Misch
-
pgsql: Mark PQfn() unsafe and fix overrun in frontend LO interface.
Noah Misch
-
pgsql: Avoid overflow in size calculations in formatting.c.
Noah Misch
-
pgsql: refint: Fix SQL injection and buffer overruns.
Noah Misch
-
pgsql: Fix integer overflow in array_agg(), when the array grows too la
Noah Misch
-
pgsql: Add raw_connect and raw_connect_works to Cluster.pm
Noah Misch
-
pgsql: Fix integer-overflow and alignment hazards in locale-related cod
Noah Misch
-
pgsql: Add timingsafe_bcmp(), for constant-time memory comparison
Noah Misch
-
pgsql: Check CREATE privilege on multirange type schema in CREATE TYPE.
Noah Misch
-
pgsql: Avoid passing unintended format codes to snprintf().
Noah Misch
-
pgsql: Fix assorted places that need to use palloc_array().
Noah Misch
-
pgsql: pg_createsubscriber: Obstruct SQL injection via subscription nam
Noah Misch
-
pgsql: Make palloc_array() and friends safe against integer overflow.
Noah Misch
-
pgsql: Fix overflows with ts_headline()
Noah Misch