index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2024-07-11
Fix possibility of logical decoding partial transaction changes.
Masahiko Sawada
2024-07-05
Cope with <regex.h> name clashes.
Thomas Munro
2024-06-28
Remove comment about xl_heap_inplace "AT END OF STRUCT".
Noah Misch
2024-06-28
Cope with inplace update making catcache stale during TOAST fetch.
Noah Misch
2024-06-28
Lock before setting relhassubclass on RELKIND_PARTITIONED_INDEX.
Noah Misch
2024-06-27
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-17
Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY.
Tom Lane
2024-05-18
Account for optimized MinMax aggregates during SS_finalize_plan.
Tom Lane
2024-05-01
Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans
David Rowley
2024-04-08
simplehash: Free collisions array in SH_STAT
Andres Freund
2024-04-03
Fix the parameters order for TableAmRoutine.relation_copy_for_cluster()
Alexander Korotkov
2024-04-02
Avoid deadlock during orphan temp table removal.
Tom Lane
2024-03-12
Fix confusion about the return rowtype of SQL-language procedures.
Tom Lane
2024-03-06
Revert "Fix parallel-safety check of expressions and predicate for index builds"
Michael Paquier
2024-03-06
Fix parallel-safety check of expressions and predicate for index builds
Michael Paquier
2024-01-18
lwlock: Fix quadratic behavior with very long wait lists
Andres Freund
2023-11-28
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-17
llvmjit: Use explicit LLVMContextRef for inlining
Daniel Gustafsson
2023-11-16
Ensure we preprocess expressions before checking their volatility.
Tom Lane
2023-11-15
Fix fallback implementation for pg_atomic_test_set_flag().
Nathan Bossart
2023-11-09
Ensure we use the correct spelling of "ensure"
David Rowley
2023-11-09
Fix corner-case 64-bit integer subtraction bug on some platforms.
Dean Rasheed
2023-11-06
Detect integer overflow while computing new array dimensions.
Tom Lane
2023-11-02
Be more wary about NULL values for GUC string variables.
Tom Lane
2023-10-18
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-18
jit: Support opaque pointers in LLVM 16.
Thomas Munro
2023-10-17
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-14
Dissociate btequalimage() from interval_ops, ending its deduplication.
Noah Misch
2023-09-28
Fix btmarkpos/btrestrpos array key wraparound bug.
Peter Geoghegan
2023-08-24
Avoid unnecessary plancache revalidation of utility statements.
Tom Lane
2023-08-03
Update comments on CustomPath struct.
Etsuro Fujita
2023-07-28
Disallow replacing joins with scans in problematic cases.
Etsuro Fujita
2023-07-13
Handle DROP DATABASE getting interrupted
Andres Freund
2023-07-06
Fix type of iterator variable in SH_START_ITERATE
Andres Freund
2023-06-24
Define OPENSSL_API_COMPAT
Peter Eisentraut
2023-05-18
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-03-21
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-02-25
Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again.
Tom Lane
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-08
Make EXEC_BACKEND more convenient on Linux and FreeBSD.
Michael Paquier
2023-01-20
Make our back branches build under -fkeep-inline-functions.
Tom Lane
2023-01-15
Make new GENERATED-expressions code more bulletproof.
Tom Lane
2023-01-05
Fix calculation of which GENERATED columns need to be updated.
Tom Lane
2023-01-02
perl: Hide warnings inside perl.h when using gcc compatible compiler
Andres Freund
2022-12-13
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-11-29
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-21
Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline.
Tom Lane
[next]