aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* Fix problems when a plain-inheritance parent table is excluded.Tom Lane2023-10-24
* jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro2023-10-19
* jit: Support opaque pointers in LLVM 16.Thomas Munro2023-10-18
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Dissociate btequalimage() from interval_ops, ending its deduplication.Noah Misch2023-10-14
* Fix EvalPlanQual rechecking during MERGE.Dean Rasheed2023-09-30
* Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan2023-09-28
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Update DECLARE_INDEX documentationPeter Eisentraut2023-08-24
* Update comments on CustomPath struct.Etsuro Fujita2023-08-03
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Fix the display of UNKNOWN message type in apply worker.Amit Kapila2023-07-25
* 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 assertion failure when updating stats_fetch_consistency in a transactionMichael Paquier2023-05-10
* 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 t_isspace(), etc., when datlocprovider=i and datctype=C.Jeff Davis2023-03-17
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-13
* Avoid failure when altering state of partitioned foreign-key triggers.Tom Lane2023-03-04
* 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
* Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."Robert Haas2023-02-10
* Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."Robert Haas2023-02-06
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-06
* 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
* Fix incorrect output from pgoutput when using column lists.Amit Kapila2022-12-02
* 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
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04
* 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
* Fix outdated comment in tuplesort.hDavid Rowley2022-11-02
* Update some comments that should've covered MERGEAlvaro Herrera2022-10-24
* pg_basebackup: Fix cross-platform tablespace relocation.Robert Haas2022-10-21
* Rename SetSingleFuncCall() to InitMaterializedSRF()Michael Paquier2022-10-18
* Rename parser token REF to REF_P to avoid a symbol conflict.Tom Lane2022-10-16
* pgstat: Prevent stats reset from corrupting slotname by removing slotnameAndres Freund2022-10-08