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
*
Fix inconsistent LWLock tranche name "CommitTsSLRU"
Michael Paquier
2024-09-04
*
Remember last collation to speed up collation cache.
Jeff Davis
2024-09-03
*
Standardize "read-ahead advice" terminology.
Thomas Munro
2024-09-04
*
Add block_range_read_stream_cb(), to deduplicate code.
Noah Misch
2024-09-03
*
Fix typos in code comments and test data
Daniel Gustafsson
2024-09-03
*
Add const qualifiers to XLogRegister*() functions
Peter Eisentraut
2024-09-03
*
Fix typos and grammar in code comments and docs
Michael Paquier
2024-09-03
*
Define PG_TBLSPC_DIR for path pg_tblspc/ in data folder
Michael Paquier
2024-09-03
*
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-09-02
*
More use of getpwuid_r() directly
Peter Eisentraut
2024-09-02
*
Rename enum labels of PG_Locale_Strategy
Michael Paquier
2024-09-02
*
Fix unfairness in all-cached parallel seq scan.
Thomas Munro
2024-08-31
*
Clarify restrict_nonsystem_relation_kind description.
Masahiko Sawada
2024-08-30
*
Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not.
Tom Lane
2024-08-30
*
Define PG_LOGICAL_DIR for path pg_logical/ in data folder
Michael Paquier
2024-08-30
*
Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder
Michael Paquier
2024-08-30
*
Rename pg_sequence_read_tuple() to pg_get_sequence_data()
Michael Paquier
2024-08-30
*
Fix mis-deparsing of ORDER BY lists when there is a name conflict.
Tom Lane
2024-08-29
*
Message style improvements
Peter Eisentraut
2024-08-29
*
Disallow USING clause when altering type of generated column
Peter Eisentraut
2024-08-29
*
Rename some shared memory initialization routines
Heikki Linnakangas
2024-08-29
*
Refactor lock manager initialization to make it a bit less special
Heikki Linnakangas
2024-08-29
*
Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.c
Michael Paquier
2024-08-29
*
Fixup for prefetching support on macOS
Peter Eisentraut
2024-08-29
*
Rename the conflict types for the origin differ cases.
Amit Kapila
2024-08-29
*
Add prefetching support on macOS
Peter Eisentraut
2024-08-28
*
Fix misplaced translator comments
Peter Eisentraut
2024-08-27
*
Fix identation.
Masahiko Sawada
2024-08-26
*
Fix memory counter update in ReorderBuffer.
Masahiko Sawada
2024-08-26
*
Fix nbtree lookahead overflow bug.
Peter Geoghegan
2024-08-26
*
Fix compiler warning in mul_var_short().
Dean Rasheed
2024-08-26
*
Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-26
*
Avoid looping over all type cache entries in TypeCacheRelCallback()
Alexander Korotkov
2024-08-25
*
Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands
Alexander Korotkov
2024-08-24
*
thread-safety: gmtime_r(), localtime_r()
Peter Eisentraut
2024-08-23
*
Rework new SLRU test with injection points
Michael Paquier
2024-08-23
*
Fix attach of a previously-detached injection point.
Noah Misch
2024-08-22
*
Avoid repeated table name lookups in createPartitionTable()
Alexander Korotkov
2024-08-22
*
Small code simplification
Richard Guo
2024-08-22
*
Fix obsolete comments in varstr_cmp().
Jeff Davis
2024-08-21
*
Disallow creating binary-coercible casts involving range types.
Tom Lane
2024-08-21
*
Show number of disabled nodes in EXPLAIN ANALYZE output.
Robert Haas
2024-08-21
*
Treat number of disabled nodes in a path as a separate cost metric.
Robert Haas
2024-08-21
*
Fix pgindent damage
Robert Haas
2024-08-21
*
Small code simplification
Peter Eisentraut
2024-08-21
*
Don't advance origin during apply failure.
Amit Kapila
2024-08-21
*
Slightly refactor varstr_sortsupport() to improve readability.
Jeff Davis
2024-08-20
*
Fix a couple of wait event descriptions.
Nathan Bossart
2024-08-20
*
Add injection-point test for new multixact CV usage
Alvaro Herrera
2024-08-20
*
Log the conflicts while applying changes in logical replication.
Amit Kapila
2024-08-20
[next]