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
/
backend
Age
Commit message (
Expand
)
Author
2025-12-02
Remove doc and code comments about ON CONFLICT deficiencies
Álvaro Herrera
2025-12-02
Avoid use of NOTICE to wait for snapshot invalidation
Álvaro Herrera
2025-12-02
Fix ON CONFLICT with REINDEX CONCURRENTLY and partitions
Álvaro Herrera
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Simplify hash_xlog_split_allocate_page()
Peter Eisentraut
2025-12-02
Replace pointer comparisons and assignments to literal zero with NULL
Peter Eisentraut
2025-12-02
Update some timestamp[tz] functions to use soft-error reporting
Michael Paquier
2025-12-01
Make regex "max_chr" depend on encoding, not provider.
Jeff Davis
2025-12-01
Change some callers to use pg_ascii_toupper().
Jeff Davis
2025-12-01
Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY
Álvaro Herrera
2025-12-01
Fix a strict aliasing violation
Peter Eisentraut
2025-12-01
Move WAL sequence code into its own file
Michael Paquier
2025-12-01
Switch some date/timestamp functions to use the soft error reporting
Michael Paquier
2025-11-29
Don't call simplify_aggref with a NULL PlannerInfo
David Rowley
2025-11-29
Update obsolete row compare preprocessing comments.
Peter Geoghegan
2025-11-29
Avoid rewriting data-modifying CTEs more than once.
Dean Rasheed
2025-11-28
Generate translator comments for GUC parameter descriptions
Peter Eisentraut
2025-11-28
Fix pg_isblank()
Peter Eisentraut
2025-11-28
Add slotsync_skip_reason column to pg_replication_slots view.
Amit Kapila
2025-11-27
Fix possibly uninitialized HeapScanDesc.rs_startblock
David Rowley
2025-11-27
Add routines for marking buffers dirty efficiently
Michael Paquier
2025-11-27
Allow indexscans on partial hash indexes with implied quals.
Tom Lane
2025-11-27
Fix error reporting for SQL/JSON path type mismatches
Amit Langote
2025-11-27
Add parallelism support for TID Range Scans
David Rowley
2025-11-26
Have the planner replace COUNT(ANY) with COUNT(*), when possible
David Rowley
2025-11-26
Teach DSM registry to retry entry initialization if needed.
Nathan Bossart
2025-11-26
Allow pg_locale_t APIs to work when ctype_is_c.
Jeff Davis
2025-11-26
Revert "Teach DSM registry to ERROR if attaching to an uninitialized entry."
Nathan Bossart
2025-11-26
Split heap_page_prune_and_freeze() into helpers
Melanie Plageman
2025-11-26
Remove a few unused struct members.
Nathan Bossart
2025-11-26
Add GUC to show EXEC_BACKEND state
Daniel Gustafsson
2025-11-26
Replace internal C function pg_hypot() by standard hypot()
Peter Eisentraut
2025-11-26
Add input function for data type pg_dependencies
Michael Paquier
2025-11-26
Add input function for data type pg_ndistinct
Michael Paquier
2025-11-25
Assert that cutoffs are provided if freezing will be attempted
Melanie Plageman
2025-11-25
Remove a useless length check.
Jeff Davis
2025-11-25
Improve test case stability
Álvaro Herrera
2025-11-25
gen_guc_tables.pl: Validate required GUC fields before code generation
Peter Eisentraut
2025-11-25
backend/nodes cleanup: Move loop variables definitions into for statement
Peter Eisentraut
2025-11-25
Fix a BF failure caused by commit 76b78721ca.
Amit Kapila
2025-11-25
Add slotsync skip statistics.
Amit Kapila
2025-11-25
Remove obsolete comment
Peter Eisentraut
2025-11-25
Rename routines for write/read of pgstats file
Michael Paquier
2025-11-24
lwlock: Fix, currently harmless, bug in LWLockWakeup()
Andres Freund
2025-11-24
Avoid global LC_CTYPE dependency in pg_locale_libc.c.
Jeff Davis
2025-11-24
Improve detection of implicitly-temporary views.
Tom Lane
2025-11-24
postgres: Use pg_{add,mul}_size_overflow()
Jacob Champion
2025-11-24
Fix infer_arbiter_index during concurrent index operations
Álvaro Herrera
2025-11-23
Issue a NOTICE if a created function depends on any temp objects.
Tom Lane
2025-11-23
Add SupportRequestInlineInFrom planner support request.
Tom Lane
[next]