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-07-09
psql: Improve psql tab completion for GRANT/REVOKE on large objects.
Fujii Masao
2025-07-09
Hide ICU C++ APIs from pg_locale.h
John Naylor
2025-07-09
libpq: Add TAP test for nested service file
Michael Paquier
2025-07-09
Doc: Improve logical replication failover documentation.
Amit Kapila
2025-07-09
libpq: Remove PQservice()
Michael Paquier
2025-07-08
Fix up misuse of "volatile" in contrib/xml2.
Tom Lane
2025-07-08
Fix low-probability memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
2025-07-08
Fix a couple more places in docs for pg_lsn change
Álvaro Herrera
2025-07-08
Change pg_test_timing to measure in nanoseconds not microseconds.
Tom Lane
2025-07-08
pg_walsummary: Improve stability of test checking statistics
Michael Paquier
2025-07-08
aio: Combine io_uring memory mappings, if supported
Andres Freund
2025-07-08
Consider explicit incremental sort for Append and MergeAppend
Richard Guo
2025-07-07
oauth: Fix kqueue detection on OpenBSD
Jacob Champion
2025-07-07
Adapt pg_upgrade test to pg_lsn output format difference
Álvaro Herrera
2025-07-07
Restore the ability to run pl/pgsql expression queries in parallel.
Tom Lane
2025-07-07
Refactor some repetitive SLRU code
Álvaro Herrera
2025-07-07
Standardize LSN formatting by zero padding
Álvaro Herrera
2025-07-07
Integrate FullTransactionIds deeper into two-phase code
Michael Paquier
2025-07-06
Fix incompatibility with libxml2 >= 2.14
Michael Paquier
2025-07-06
postgres_fdw: Add Assert to estimate_path_cost_size().
Etsuro Fujita
2025-07-04
Fix new pg_upgrade query not to rely on regnamespace
Álvaro Herrera
2025-07-04
pg_upgrade: Add missing newline in error message
Álvaro Herrera
2025-07-04
pg_upgrade: check for inconsistencies in not-null constraints w/inheritance
Álvaro Herrera
2025-07-04
amcheck: Remove unused IndexCheckableCallback typedef.
Fujii Masao
2025-07-04
Disable commit timestamps during bootstrap
Michael Paquier
2025-07-04
Speed up truncation of temporary relations.
Fujii Masao
2025-07-03
Simplify COALESCE() with one surviving argument.
Tom Lane
2025-07-03
Add more cross-type comparisons to contrib/btree_gin.
Tom Lane
2025-07-03
Add cross-type comparisons to contrib/btree_gin.
Tom Lane
2025-07-03
Break out xxx2yyy_opt_overflow APIs for more datetime conversions.
Tom Lane
2025-07-03
Obtain required table lock during cross-table updates, redux.
Tom Lane
2025-07-03
Add tab-completion for ALTER TABLE not-nulls
Álvaro Herrera
2025-07-03
Remove leftover dead code from commit_ts.h.
Fujii Masao
2025-07-03
Fix broken XML
Álvaro Herrera
2025-07-03
doc: Update outdated descriptions of wal_status in pg_replication_slots.
Fujii Masao
2025-07-03
Prevent creation of duplicate not-null constraints for domains
Álvaro Herrera
2025-07-03
Fix bogus grammar for a CREATE CONSTRAINT TRIGGER error
Álvaro Herrera
2025-07-03
Refactor subtype field of AlterDomainStmt
Michael Paquier
2025-07-03
doc: Remove incorrect note about wal_status in pg_replication_slots.
Fujii Masao
2025-07-03
Support multi-line headers in COPY FROM command.
Fujii Masao
2025-07-03
Improve checks for GUC recovery_target_timeline
Michael Paquier
2025-07-03
Enable use of Memoize for ANTI joins
Richard Guo
2025-07-02
Add InjectionPointList() to retrieve list of injection points
Michael Paquier
2025-07-02
Correctly copy the target host identification in PQcancelCreate.
Tom Lane
2025-07-02
Fix cross-version upgrade test breakage from commit fe07100e82.
Nathan Bossart
2025-07-02
Make more use of RELATION_IS_OTHER_TEMP().
Nathan Bossart
2025-07-02
Add GetNamedDSA() and GetNamedDSHash().
Nathan Bossart
2025-07-02
Update obsolete row compare preprocessing comments.
Peter Geoghegan
2025-07-02
Allow width_bucket()'s "operand" input to be NaN.
Tom Lane
2025-07-02
Fix error message for ALTER CONSTRAINT ... NOT VALID
Álvaro Herrera
[next]