index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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-04
*
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-03
*
Add InjectionPointList() to retrieve list of injection points
Michael Paquier
2025-07-03
*
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
2025-07-02
*
Make row compares robust during nbtree array scans.
Peter Geoghegan
2025-07-02
*
Make handling of redundant nbtree keys more robust.
Peter Geoghegan
2025-07-02
*
doc: pg_buffercache documentation wordsmithing
Daniel Gustafsson
2025-07-02
*
meson: Increase minimum version to 0.57.2
Peter Eisentraut
2025-07-02
*
Reformat some node comments
Peter Eisentraut
2025-07-02
*
Fix missing FSM vacuum opportunities on tables without indexes.
Masahiko Sawada
2025-07-01
*
Remove implicit cast from 'void *'
John Naylor
2025-07-02
*
Fix bug in archive streamer with LZ4 decompression
Michael Paquier
2025-07-02
*
Move code for the bytea data type from varlena.c to new bytea.c
Michael Paquier
2025-07-02
*
Show sizes of FETCH queries as constants in pg_stat_statements
Michael Paquier
2025-07-02
*
Update comment for IndexInfo.ii_NullsNotDistinct
Peter Eisentraut
2025-07-01
*
Add commit 9e345415bc to .git-blame-ignore-revs.
Nathan Bossart
2025-07-01
*
Make more use of binaryheap_empty() and binaryheap_size().
Nathan Bossart
2025-07-01
*
Document pg_get_multixact_members().
Nathan Bossart
2025-07-01
*
Update comment for IndexInfo.ii_WithoutOverlaps
Peter Eisentraut
2025-07-01
*
Fix outdated comment for IndexInfo
Peter Eisentraut
2025-07-01
*
Improve code comment
Peter Eisentraut
2025-07-01
*
Make sure IOV_MAX is defined.
Tom Lane
2025-07-01
*
Make safeguard against incorrect flags for fsync more portable.
Tom Lane
2025-07-01
*
Remove provider field from pg_locale_t.
Jeff Davis
2025-07-01
*
Control ctype behavior internally with a method table.
Jeff Davis
2025-07-01
*
Use pg_ascii_tolower()/pg_ascii_toupper() where appropriate.
Jeff Davis
2025-07-01
*
Fix indentation in pg_numa code
Tomas Vondra
2025-07-01
[next]