aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Revert "Fix parallel-safety check of expressions and predicate for index builds"Michael Paquier2024-03-07
* Fix parallel-safety check of expressions and predicate for index buildsMichael Paquier2024-03-06
* Stamp 12.18.REL_12_18Tom Lane2024-02-05
* lwlock: Fix quadratic behavior with very long wait listsAndres Freund2024-01-18
* Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane2023-11-28
* Fix assertions with RI triggers in heap_update and heap_delete.Heikki Linnakangas2023-11-28
* llvmjit: Use explicit LLVMContextRef for inliningDaniel Gustafsson2023-11-17
* Ensure we preprocess expressions before checking their volatility.Tom Lane2023-11-16
* Fix fallback implementation for pg_atomic_test_set_flag().Nathan Bossart2023-11-15
* Ensure we use the correct spelling of "ensure"David Rowley2023-11-10
* Fix corner-case 64-bit integer subtraction bug on some platforms.Dean Rasheed2023-11-09
* Stamp 12.17.REL_12_17Tom Lane2023-11-06
* Detect integer overflow while computing new array dimensions.Tom Lane2023-11-06
* Be more wary about NULL values for GUC string variables.Tom Lane2023-11-02
* jit: Supply LLVMGlobalGetValueType() for LLVM < 8.Thomas Munro2023-10-19
* jit: Support opaque pointers in LLVM 16.Thomas Munro2023-10-18
* windows: msvc: Define STDIN/OUT/ERR_FILENO.Nathan Bossart2023-10-17
* Avoid calling proc_exit() in processes forked by system().Nathan Bossart2023-10-17
* Fix btmarkpos/btrestrpos array key wraparound bug.Peter Geoghegan2023-09-28
* Avoid unnecessary plancache revalidation of utility statements.Tom Lane2023-08-24
* Stamp 12.16.REL_12_16Tom Lane2023-08-07
* Update comments on CustomPath struct.Etsuro Fujita2023-08-03
* Disallow replacing joins with scans in problematic cases.Etsuro Fujita2023-07-28
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* Fix type of iterator variable in SH_START_ITERATEAndres Freund2023-07-06
* Define OPENSSL_API_COMPATPeter Eisentraut2023-06-24
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Stamp 12.15.REL_12_15Tom Lane2023-05-08
* Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elementsMichael Paquier2023-04-28
* 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
* Stamp 12.14.REL_12_14Tom Lane2023-02-06
* Make our back branches build under -fkeep-inline-functions.Tom Lane2023-01-20
* 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
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.Tom Lane2022-11-21
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Stamp 12.13.REL_12_13Tom Lane2022-11-07
* 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
* Further fixes for MULTIEXPR_SUBLINK fix.Tom Lane2022-09-06
* Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.Tom Lane2022-08-27
* Fix catalog lookup with the wrong snapshot during logical decoding.Amit Kapila2022-08-11
* Stamp 12.12.REL_12_12Tom Lane2022-08-08