summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2025-06-17Fix re-distributing previously distributed invalidation messages during logic...Masahiko Sawada
2025-06-16Fix possible Assert failure in verify_compact_attribute()David Rowley
2025-06-16aio: Add missing memory barrier when waiting for IO handleAndres Freund
2025-06-15Sync typedefs.list with the buildfarm.Tom Lane
2025-06-14Improve comments for TidRangeEvalDavid Rowley
2025-06-14Add TAP tests to check replication slot advance during the checkpointAlexander Korotkov
2025-06-14Keep WAL segments by slot's last saved restart LSNAlexander Korotkov
2025-06-13nbtree: _bt_readnextpage doesn't affect markPos.Peter Geoghegan
2025-06-13Comment fixups from 626df47ad9.Jeff Davis
2025-06-12Replace %llu by PRIu64 in AIO io_uring codeMichael Paquier
2025-06-12Fix squashing algorithm for query textsÁlvaro Herrera
2025-06-12Revert support for improved tracking of nested queriesMichael Paquier
2025-06-11Revert "nbtree: Remove useless row compare arg."Peter Geoghegan
2025-06-11Revert a few small patches that were intended for version 19.Jeff Davis
2025-06-11Make _bt_killitems drop pins it acquired itself.Peter Geoghegan
2025-06-10Don't reduce output request size on non-Unix-socket connections.Tom Lane
2025-06-10inet_net_pton.c: use pg_ascii_tolower() rather than tolower().Jeff Davis
2025-06-10copyfromparse.c: use pg_ascii_tolower() rather than tolower().Jeff Davis
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-06Improve CREATE DATABASE error message for invalid libc locale.Jeff Davis
2025-06-06Use NULL instead of 0 for pointer arguments.Nathan Bossart
2025-06-06Avoid BufferGetLSNAtomic() calls during nbtree scans.Peter Geoghegan
2025-06-05nbtree: Remove useless row compare arg.Peter Geoghegan
2025-06-05Avoid bogus scans of partitions when marking FKs enforcedÁlvaro Herrera
2025-06-05Avoid bogus scans of partitions when validating FKs to partitioned tablesÁlvaro Herrera
2025-06-05Fix copy-pasto with process count calculation in method_io_uring.cMichael Paquier
2025-06-04Don't strip $libdir from LOAD commandPeter Eisentraut
2025-06-03Fix incorrect format placeholdersPeter Eisentraut
2025-06-03Rename log_lock_failure GUC to log_lock_failures for consistency.Fujii Masao
2025-06-02Disallow "=" in names of reloptions and foreign-data options.Tom Lane
2025-06-02Correct heap vacuum boundary state setup orderingMelanie Plageman
2025-06-02Fix incorrect format placeholdersPeter Eisentraut
2025-06-02Rename gist stratnum support functionPeter Eisentraut
2025-06-02Use replay LSN as target for cascading logical WAL sendersMichael Paquier
2025-06-01postgres_fdw: Inherit the local transaction's access/deferrable modes.Etsuro Fujita
2025-05-31Fix MERGE into a plain inheritance parent table.Dean Rasheed
2025-05-31Change internal plan ID type from uint64 to int64Michael Paquier
2025-05-30Ensure we have a snapshot when updating various system catalogs.Nathan Bossart
2025-05-30Allow larger packets during GSSAPI authentication exchange.Tom Lane
2025-05-30Make XactLockTableWait() and ConditionalXactLockTableWait() interruptable more.Fujii Masao
2025-05-30Change internal queryid type from uint64 to int64David Rowley
2025-05-29Add AioUringCompletion in wait_event_names.txtMichael Paquier
2025-05-28Tighten parsing of datetime input.Tom Lane
2025-05-28Fix memory leakage when function compilation fails.Tom Lane
2025-05-27Fix conversion of SIMILAR TO regexes for character classesMichael Paquier
2025-05-27Fix assertion when decrementing eager scanning success and failure counters.Masahiko Sawada
2025-05-26Improve file_copy_method entry in postgresql.conf.samplePeter Eisentraut
2025-05-26doc: Fix wording in JIT READMEDaniel Gustafsson
2025-05-23Fix per-relation memory leakage in autovacuum.Tom Lane
2025-05-23Fix AlignedAllocRealloc to cope sanely with OOM.Tom Lane