index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2024-04-07
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-07
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-02-01
Sync PG_VERSION file in CREATE DATABASE.
Noah Misch
2024-01-29
Move is_valid_ascii() to ascii.h.
Nathan Bossart
2024-01-18
Add try_index_open(), conditional variant of index_open()
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-10
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-24
Fix problems when a plain-inheritance parent table is excluded.
Tom Lane
2023-10-19
jit: Supply LLVMGlobalGetValueType() for LLVM < 8.
Thomas Munro
2023-10-18
jit: Support opaque pointers in LLVM 16.
Thomas Munro
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-30
Fix EvalPlanQual rechecking during MERGE.
Dean Rasheed
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-24
Update DECLARE_INDEX documentation
Peter Eisentraut
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-25
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
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-05-19
Fix misbehavior of EvalPlanQual checks with multiple result relations.
Tom Lane
2023-05-19
pageinspect: Fix gist_page_items() with included columns
Michael Paquier
2023-05-19
Fix handling of empty ranges and NULLs in BRIN
Tomas Vondra
2023-05-10
Fix assertion failure when updating stats_fetch_consistency in a transaction
Michael Paquier
2023-04-28
Fix crashes with CREATE SCHEMA AUTHORIZATION and schema elements
Michael Paquier
2023-04-12
Fix detection of unseekable files for fseek() and ftello() with MSVC
Michael Paquier
2023-03-21
Fix race in parallel hash join batch cleanup, take II.
Thomas Munro
2023-03-17
Fix t_isspace(), etc., when datlocprovider=i and datctype=C.
Jeff Davis
2023-03-13
Fix concurrent update issues with MERGE.
Dean Rasheed
2023-03-04
Avoid failure when altering state of partitioned foreign-key triggers.
Tom Lane
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-10
Un-revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
Robert Haas
2023-02-06
Revert "Disable STARTUP_PROGRESS_TIMEOUT in standby mode."
Robert Haas
2023-02-06
Disable STARTUP_PROGRESS_TIMEOUT in standby mode.
Robert Haas
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
[next]