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
Age
Commit message (
Expand
)
Author
2025-05-03
Fix typos in comments.
Etsuro Fujita
2025-05-02
Handle self-referencing FKs correctly in partitioned tables
Álvaro Herrera
2025-05-02
Doc: correct spelling of meson switch.
Tom Lane
2025-05-02
Doc: forgot to run add_commit_links.pl.
Tom Lane
2025-05-02
First-draft release notes for 17.5.
Tom Lane
2025-05-01
Doc: stop implying recommendation of insecure search_path value.
Noah Misch
2025-05-01
doc: Warn that ts_headline() output is not HTML-safe.
Dean Rasheed
2025-04-30
Update time zone data files to tzdata release 2025b.
Tom Lane
2025-04-28
Fix xmin advancement during fast_forward decoding.
Amit Kapila
2025-04-25
Fix typo in test file name added in commit 4909b38af0.
Amit Kapila
2025-04-23
Avoid possibly-theoretical OOM crash hazard in hash_create().
Tom Lane
2025-04-23
Fix an oversight in 3f28b2fcac.
Amit Kapila
2025-04-23
Remove assertion based on pending_since in pgstat_report_stat()
Michael Paquier
2025-04-22
doc: Mention naming convention used by injection points
Michael Paquier
2025-04-22
Doc: reword text explaining the --maintenance-db option
David Rowley
2025-04-22
Rename injection point for invalidation messages at end of transaction
Michael Paquier
2025-04-21
Doc: fix incorrect punctuation
David Rowley
2025-04-20
Test restartpoints in archive recovery.
Noah Misch
2025-04-20
Avoid ERROR at ON COMMIT DELETE ROWS after relhassubclass=f.
Noah Misch
2025-04-20
Fix issue with ORDER BY / DISTINCT aggregates and FILTER
David Rowley
2025-04-19
Be more wary of corrupt data in pageinspect's heap_page_items().
Tom Lane
2025-04-18
Doc: fix missing comma at the end of a line.
Tatsuo Ishii
2025-04-16
Fix pg_dump --clean with partitioned indexes.
Tom Lane
2025-04-15
Fix failure for generated column with a not-null domain constraint.
Tom Lane
2025-04-15
doc: Fix missing whitespace in pg_restore documentation.
Fujii Masao
2025-04-15
pg_combinebackup: Fix incorrect code documentation
Daniel Gustafsson
2025-04-12
Fix GIN's shimTriConsistentFn to not corrupt its input.
Tom Lane
2025-04-11
Fix race with synchronous_standby_names at startup
Michael Paquier
2025-04-10
Doc: remove long-obsolete advice about generated constraint names.
Tom Lane
2025-04-10
Fix data loss in logical replication.
Amit Kapila
2025-04-09
Fix test races between syscache-update-pruned.spec and autovacuum.
Noah Misch
2025-04-08
Stabilize 035_standby_logical_decoding.pl.
Amit Kapila
2025-04-08
Fix PG 17 [NOT] NULL optimization bug for domains
Bruce Momjian
2025-04-07
Flush the IO statistics of active WAL senders more frequently
Michael Paquier
2025-04-06
doc: Clarify project naming
Daniel Gustafsson
2025-04-06
Fix unintentional 'NULL' string literal in pg_upgrade.
Jeff Davis
2025-04-05
Fix parse_cte.c's failure to examine sub-WITHs in DML statements.
Tom Lane
2025-04-05
Avoid double transformation of json_array()'s subquery.
Tom Lane
2025-04-05
Repair misbehavior with duplicate entries in FK SET column lists.
Tom Lane
2025-04-04
Relax assertion in finding correct GiST parent
Heikki Linnakangas
2025-04-04
doc: Clarify the system value for sslrootcert
Daniel Gustafsson
2025-04-04
Fix logical decoding test to correctly check slot removal on standby.
Fujii Masao
2025-04-04
Fix logical decoding regression tests to correctly check slot existence.
Fujii Masao
2025-04-03
Restrict copying of invalidated replication slots.
Masahiko Sawada
2025-04-02
Remove unnecessary type violation in tsvectorrecv().
Tom Lane
2025-04-02
Remove HeapBitmapScan's skip_fetch optimization
Andres Freund
2025-04-02
Need to do CommandCounterIncrement after StoreAttrMissingVal.
Tom Lane
2025-04-02
Fix code comment
Peter Eisentraut
2025-04-02
Doc: add information about partition locking
David Rowley
2025-04-01
Fix planner's failure to identify multiple hashable ScalarArrayOpExprs
David Rowley
[next]