index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Remove duplicate line
Amit Langote
2025-07-17
*
Fix inconsistent LWLock tranche names for MultiXact*
Michael Paquier
2025-07-17
*
Force LC_COLLATE to C in postmaster.
Jeff Davis
2025-07-16
*
nbtree: Use only one notnullkey ScanKeyData.
Peter Geoghegan
2025-07-16
*
Refactor non-supported compression error message in toast_compression.c
Michael Paquier
2025-07-16
*
pgoutput: Initialize missing default for "origin" parameter.
Fujii Masao
2025-07-16
*
Doc: clarify description of regexp fields in pg_ident.conf.
Tom Lane
2025-07-15
*
Clarify the ra != rb case in compareJsonbContainers().
Tom Lane
2025-07-15
*
Silence uninitialized-value warnings in compareJsonbContainers().
Tom Lane
2025-07-15
*
Fix comments in index.c
Michael Paquier
2025-07-15
*
In username-map substitution, cope with more than one \1.
Tom Lane
2025-07-13
*
Remove XLogCtl->ckptFullXid.
Nathan Bossart
2025-07-12
*
Replace float8 with int in date2isoweek() and date2isoyear().
Tom Lane
2025-07-12
*
Remove long-unused TransactionIdIsActive()
Andres Freund
2025-07-12
*
aio: Fix configuration reload in IO workers.
Thomas Munro
2025-07-12
*
aio: Remove obsolete IO worker ID references.
Thomas Munro
2025-07-12
*
aio: Regularize IO worker internal naming.
Thomas Munro
2025-07-12
*
Fix stale idle flag when IO workers exit.
Thomas Munro
2025-07-12
*
Fix inconsistent quoting of role names in ACLs.
Tom Lane
2025-07-11
*
Add FLUSH_UNLOGGED option to CHECKPOINT command.
Nathan Bossart
2025-07-11
*
Add MODE option to CHECKPOINT command.
Nathan Bossart
2025-07-11
*
Add option list to CHECKPOINT command.
Nathan Bossart
2025-07-11
*
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
Nathan Bossart
2025-07-11
*
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
Nathan Bossart
2025-07-11
*
Fix the handling of two GUCs during upgrade.
Amit Kapila
2025-07-11
*
doc: Clarify meaning of "idle" in idle_replication_slot_timeout.
Fujii Masao
2025-07-11
*
Change unit of idle_replication_slot_timeout to seconds.
Fujii Masao
2025-07-11
*
Change wchar2char() and char2wchar() to accept a locale_t.
Jeff Davis
2025-07-09
*
Introduce pg_dsm_registry_allocations view.
Nathan Bossart
2025-07-09
*
Fix low-probability memory leak in XMLSERIALIZE(... INDENT).
Tom Lane
2025-07-08
*
aio: Combine io_uring memory mappings, if supported
Andres Freund
2025-07-07
*
Consider explicit incremental sort for Append and MergeAppend
Richard Guo
2025-07-08
*
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-07
*
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
*
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
*
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
*
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
*
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
[next]