index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-07
*
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-03-06
*
Stamp 12.18.
REL_12_18
Tom Lane
2024-02-05
*
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2024-01-18
*
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
*
Fix assertions with RI triggers in heap_update and heap_delete.
Heikki Linnakangas
2023-11-28
*
llvmjit: Use explicit LLVMContextRef for inlining
Daniel Gustafsson
2023-11-17
*
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-16
*
Fix fallback implementation for pg_atomic_test_set_flag().
Nathan Bossart
2023-11-15
*
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-10
*
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-09
*
Stamp 12.17.
REL_12_17
Tom Lane
2023-11-06
*
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-06
*
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-11-02
*
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-19
*
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-18
*
windows: msvc: Define STDIN/OUT/ERR_FILENO.
Nathan Bossart
2023-10-17
*
Avoid calling proc_exit() in processes forked by system().
Nathan Bossart
2023-10-17
*
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-09-28
*
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-24
*
Stamp 12.16.
REL_12_16
Tom Lane
2023-08-07
*
Update comments on CustomPath struct.
Etsuro Fujita
2023-08-03
*
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-28
*
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-13
*
Fix type of iterator variable in SH_START_ITERATE
Andres Freund
2023-07-06
*
Define OPENSSL_API_COMPAT
Peter Eisentraut
2023-06-24
*
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-19
*
Stamp 12.15.
REL_12_15
Tom Lane
2023-05-08
*
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-28
*
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-21
*
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-25
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Michael Paquier
2023-02-08
*
Stamp 12.14.
REL_12_14
Tom Lane
2023-02-06
*
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2023-01-20
*
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2023-01-02
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
2022-11-21
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2022-11-17
*
Stamp 12.13.
REL_12_13
Tom Lane
2022-11-07
*
Allow use of __sync_lock_test_and_set for spinlocks on any machine.
Tom Lane
2022-11-02
*
pg_basebackup: Fix cross-platform tablespace relocation.
Robert Haas
2022-10-21
*
Rename parser token REF to REF_P to avoid a symbol conflict.
Tom Lane
2022-10-16
*
Make check_usermap() parameter names consistent.
Peter Geoghegan
2022-09-17
*
Expand palloc/pg_malloc API for more type safety
Peter Eisentraut
2022-09-14
*
Further fixes for MULTIEXPR_SUBLINK fix.
Tom Lane
2022-09-06
*
Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates.
Tom Lane
2022-08-27
*
Fix catalog lookup with the wrong snapshot during logical decoding.
Amit Kapila
2022-08-11
*
Stamp 12.12.
REL_12_12
Tom Lane
2022-08-08
[next]