summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-11-02Be more wary about NULL values for GUC string variables.Tom Lane
2023-10-17windows: msvc: Define STDIN/OUT/ERR_FILENO.Nathan Bossart
2023-10-17Avoid calling proc_exit() in processes forked by system().Nathan Bossart
2023-09-28Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom Lane
2023-08-07Stamp 11.21.REL_11_21Tom Lane
2023-08-03Update comments on CustomPath struct.Etsuro Fujita
2023-07-28Disallow replacing joins with scans in problematic cases.Etsuro Fujita
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-07-06Fix type of iterator variable in SH_START_ITERATEAndres Freund
2023-06-30Fix marking of indisvalid for partitioned indexes at creationMichael Paquier
2023-06-24Define OPENSSL_API_COMPATPeter Eisentraut
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-05-08Stamp 11.20.REL_11_20Tom Lane
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-03-21Fix race in parallel hash join batch cleanup, take II.Thomas Munro
2023-02-25Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-06Stamp 11.19.REL_11_19Tom Lane
2023-01-20Make our back branches build under -fkeep-inline-functions.Tom Lane
2023-01-02perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2022-12-13Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-21Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane
2022-11-17Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane
2022-11-07Stamp 11.18.REL_11_18Tom Lane
2022-11-02Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane
2022-10-21pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas
2022-10-16Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane
2022-09-17Make check_usermap() parameter names consistent.Peter Geoghegan
2022-09-14Expand palloc/pg_malloc API for more type safetyPeter Eisentraut
2022-09-06Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane
2022-08-27Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane
2022-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
2022-08-08Stamp 11.17.REL_11_17Tom Lane
2022-08-08In extensions, don't replace objects not belonging to the extension.Tom Lane
2022-08-05Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera
2022-07-27Allow "in place" tablespaces.Alvaro Herrera
2022-07-26Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane
2022-07-18Re-add SPICleanup for ABI compatibility in stable branchPeter Eisentraut
2022-07-11Fix lock assertions in dshash.c.Thomas Munro
2022-06-22Fix SPI's handling of errors during transaction commit.Tom Lane
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-05-09Stamp 11.16.REL_11_16Tom Lane
2022-04-14Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas
2022-03-26Suppress compiler warning in relptr_store().Tom Lane
2022-03-24Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas
2022-03-04Fix bogus casting in BlockIdGetBlockNumber().Tom Lane
2022-02-07Stamp 11.15.REL_11_15Tom Lane
2022-01-27Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra