index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
...
*
Fix interaction of TOAST compression with expression indexes.
Robert Haas
2021-03-25
*
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-25
*
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-03-25
*
Fix stray double semicolons
Peter Eisentraut
2021-03-24
*
Tidy up more loose ends related to configurable TOAST compression.
Robert Haas
2021-03-24
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Reword slightly logs generated for index stats in autovacuum
Michael Paquier
2021-03-24
*
nbtree VACUUM: Cope with buggy opclasses.
Peter Geoghegan
2021-03-23
*
Avoid possible crash while finishing up a heap rewrite.
Tom Lane
2021-03-23
*
Add per-index stats information in verbose logs of autovacuum
Michael Paquier
2021-03-23
*
Add macro RelationIsPermanent() to report relation permanence
Bruce Momjian
2021-03-22
*
Optimize allocations in bringetbitmap
Tomas Vondra
2021-03-23
*
Move IS [NOT] NULL handling from BRIN support functions
Tomas Vondra
2021-03-23
*
Pass all scan keys to BRIN consistent function at once
Tomas Vondra
2021-03-23
*
Short-circuit slice requests that are for more than the object's size.
Tom Lane
2021-03-22
*
Mostly-cosmetic adjustments of TOAST-related macros.
Tom Lane
2021-03-22
*
Fix timeline assignment in checkpoints with 2PC transactions
Michael Paquier
2021-03-22
*
Recycle nbtree pages deleted during same VACUUM.
Peter Geoghegan
2021-03-21
*
Suppress various new compiler warnings.
Tom Lane
2021-03-21
*
Use valid compression method in brin_form_tuple
Tomas Vondra
2021-03-21
*
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-19
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
*
Fix comment about promising tuples.
Peter Geoghegan
2021-03-16
*
Improve logging of auto-vacuum and auto-analyze
Stephen Frost
2021-03-16
*
Make archiver process an auxiliary process.
Fujii Masao
2021-03-15
*
Notice that heap page has dead items during VACUUM.
Peter Geoghegan
2021-03-14
*
Consolidate nbtree VACUUM metapage routines.
Peter Geoghegan
2021-03-12
*
Add condition variable for recovery resume.
Thomas Munro
2021-03-12
*
Save a few cycles during nbtree VACUUM.
Peter Geoghegan
2021-03-11
*
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-11
*
Be clear about whether a recovery pause has taken effect.
Robert Haas
2021-03-11
*
VACUUM ANALYZE: Always update pg_class.reltuples.
Peter Geoghegan
2021-03-10
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
C comments: improve description of GiST NSN and GistBuildLSN
Bruce Momjian
2021-03-10
*
Add bound check before bsearch() for performance
Peter Eisentraut
2021-03-10
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
*
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
*
Track replication origin progress for rollbacks.
Amit Kapila
2021-03-08
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
*
nbtree page deletion: Add leaftopparent assertion.
Peter Geoghegan
2021-03-02
*
Fix nbtree page deletion error messages.
Peter Geoghegan
2021-03-02
*
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-27
*
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
*
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-24
*
Fix some typos, grammar and style in docs and comments
Michael Paquier
2021-02-24
*
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
Alvaro Herrera
2021-02-23
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
*
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2021-02-22
[prev]
[next]