aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Fix type of iterator variable in SH_START_ITERATEAndres Freund2023-07-06
* Fix misbehavior of EvalPlanQual checks with multiple result relations.Tom Lane2023-05-19
* pageinspect: Fix gist_page_items() with included columnsMichael Paquier2023-05-19
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* Fix detection of unseekable files for fseek() and ftello() with MSVCMichael Paquier2023-04-12
* Fix race in parallel hash join batch cleanup, take II.Thomas Munro2023-03-21
* Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.Tom Lane2023-02-25
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Make EXEC_BACKEND more convenient on Linux and FreeBSD.Michael Paquier2023-02-08
* Make our back branches build under -fkeep-inline-functions.Tom Lane2023-01-20
* Make new GENERATED-expressions code more bulletproof.Tom Lane2023-01-15
* Fix calculation of which GENERATED columns need to be updated.Tom Lane2023-01-05
* perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund2023-01-02
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Remove new structure member from ResultRelInfo.Etsuro Fujita2022-12-08
* Fix Memoize to work with partitionwise joining.Tom Lane2022-12-05
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Fix handling of pending inserts in nodeModifyTable.c.Etsuro Fujita2022-11-25
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Add casts to simplehash.h to silence C++ warnings.Tom Lane2022-11-03
* Allow use of __sync_lock_test_and_set for spinlocks on any machine.Tom Lane2022-11-02
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-21
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-16
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Expand palloc/pg_malloc API for more type safetyPeter Eisentraut2022-09-14
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* In extensions, don't replace objects not belonging to the extension.Tom Lane2022-08-08
* Fix ENABLE/DISABLE TRIGGER to handle recursion correctlyAlvaro Herrera2022-08-05
* Fix incorrect tests for SRFs in relation_can_be_sorted_early().Tom Lane2022-08-03
* Allow "in place" tablespaces.Alvaro Herrera2022-07-27
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Re-add SPICleanup for ABI compatibility in stable branchPeter Eisentraut2022-07-18
* Invent qsort_interruptible().Tom Lane2022-07-12
* Fix lock assertions in dshash.c.Thomas Munro2022-07-11
* Fix relptr's encoding of the base address.Thomas Munro2022-06-27
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-06-22
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Repurpose PROC_COPYABLE_FLAGS as PROC_XMIN_FLAGSAlvaro Herrera2022-05-19
* Fix incorrect comments for Memoize structDavid Rowley2022-05-19
* Fix the logical replication timeout during large transactions.Amit Kapila2022-05-11
* Remove inadequate assertion check in CTE inlining.Tom Lane2022-04-21
* Allow db.schema.table patterns, but complain about random garbage.Robert Haas2022-04-20
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Remove obsolete commentPeter Eisentraut2022-04-02
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Suppress compiler warning in relptr_store().Tom Lane2022-03-26