summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2023-09-28Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan
2023-08-24Avoid unnecessary plancache revalidation of utility statements.Tom 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-05-19Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane
2023-05-19pageinspect: Fix gist_page_items() with included columnsMichael Paquier
2023-05-18Fix handling of empty ranges and NULLs in BRINTomas Vondra
2023-04-28Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier
2023-04-12Fix detection of unseekable files for fseek() and ftello() with MSVCMichael 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-08Make EXEC_BACKEND more convenient on Linux and FreeBSD.Michael Paquier
2023-01-20Make our back branches build under -fkeep-inline-functions.Tom Lane
2023-01-15Make new GENERATED-expressions code more bulletproof.Tom Lane
2023-01-05Fix calculation of which GENERATED columns need to be updated.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-12-08Remove new structure member from ResultRelInfo.Etsuro Fujita
2022-12-05Fix Memoize to work with partitionwise joining.Tom Lane
2022-11-29Improve heuristics for compressing the KnownAssignedXids array.Tom Lane
2022-11-25Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita
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-03Add casts to simplehash.h to silence C++ warnings.Tom 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-08-11Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila
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-08-03Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane
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-12Invent qsort_interruptible().Tom Lane
2022-07-11Fix lock assertions in dshash.c.Thomas Munro
2022-06-26Fix relptr's encoding of the base address.Thomas Munro
2022-06-22Fix SPI's handling of errors during transaction commit.Tom Lane
2022-06-16Fix data inconsistency between publisher and subscriber.Amit Kapila
2022-05-19Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera
2022-05-19Fix incorrect comments for Memoize structDavid Rowley
2022-05-11Fix the logical replication timeout during large transactions.Amit Kapila
2022-04-21Remove inadequate assertion check in CTE inlining.Tom Lane
2022-04-20Allow db.schema.table patterns, but complain about random garbage.Robert Haas
2022-04-14Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas