summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-06-10copyfromparse.c: use pg_ascii_tolower() rather than tolower().Jeff Davis
2025-06-10Use exported symbols list on macOS for loadable modules as wellPeter Eisentraut
2025-06-08pg_restore: fix incompatibility with old directory-format dumps.Tom Lane
2025-06-08Revert "postgres_fdw: Inherit the local transaction's access/deferrable modes."Etsuro Fujita
2025-06-07plpython: Remove obsolete test expected filePeter Eisentraut
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-06Fixed signed/unsigned mismatch in test_dsm_registry.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-05Change role names used in trigger test.Tom Lane
2025-06-05psql: fix order of join clauses when listing extensionsMagnus Hagander
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-04psql: Abort connection when using \syncpipeline after COPY TO/FROMMichael Paquier
2025-06-03Fix incorrect format placeholdersPeter Eisentraut
2025-06-03Fix a pg_dump scenario for platforms where SEEK_CUR != 1.Noah Misch
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-01Run pgindent on the previous commit.Tom Lane
2025-06-01Fix edge-case resource leaks in PL/Python error reporting.Tom Lane
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-28Adjust regex for test with opening parenthesis in character classesMichael Paquier
2025-05-27Fix conversion of SIMILAR TO regexes for character classesMichael Paquier
2025-05-27Change pg_dump default for statistics export.Jeff Davis
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-26Fix race condition in subscription TAP test 021_twophaseMichael Paquier
2025-05-23oauth: Correct missing comma in Requires.privateJacob Champion
2025-05-23oauth: Limit JSON parsing depth in the clientJacob Champion
2025-05-23Fix per-relation memory leakage in autovacuum.Tom Lane
2025-05-23Fix AlignedAllocRealloc to cope sanely with OOM.Tom Lane
2025-05-23Revert function to get memory context stats for processesDaniel Gustafsson
2025-05-23Move oauth_validator_libraries in postgresql.conf.samplePeter Eisentraut