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
*
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
*
Initialize atomic variable waitStart in PGPROC, at postmaster startup.
Fujii Masao
2021-02-22
*
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2021-02-19
*
Add nbtree README section on page recycling.
Peter Geoghegan
2021-02-18
*
nbtree README: move VACUUM linear scan section.
Peter Geoghegan
2021-02-17
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Andres Freund
2021-02-15
*
Display the time when the process started waiting for the lock, in pg_locks, ...
Fujii Masao
2021-02-15
*
Adjust lazy_scan_heap() accounting comments.
Peter Geoghegan
2021-02-14
*
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-15
*
README/C-comment: document GiST's NSN value
Bruce Momjian
2021-02-13
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
*
Remove obsolete IndexBulkDeleteResult stats field.
Peter Geoghegan
2021-02-11
*
Fix lack of message pluralization
Peter Eisentraut
2021-02-10
*
Fix obsolete FSM remarks in nbtree README.
Peter Geoghegan
2021-02-09
*
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-02-08
*
Rename removable xid function for consistency.
Peter Geoghegan
2021-02-07
*
Clarify some comments around SharedRecoveryState in xlog.c
Michael Paquier
2021-02-06
*
Harden nbtree page deletion.
Peter Geoghegan
2021-02-04
*
Improve confusing variable names
Peter Eisentraut
2021-02-02
*
Remove unused _bt_delitems_delete() argument.
Peter Geoghegan
2021-01-31
*
Retire pg_standby.
Thomas Munro
2021-01-29
*
In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.
Robert Haas
2021-01-27
*
In clog_redo(), don't set XactCtl->shared->latest_page_number.
Robert Haas
2021-01-27
*
Move StartupCLOG() calls to just after we initialize ShmemVariableCache.
Robert Haas
2021-01-27
*
Fix GiST index deletion assert issue.
Peter Geoghegan
2021-01-26
*
Remove CheckpointLock.
Robert Haas
2021-01-25
*
Fix hypothetical bug in heap backward scans
David Rowley
2021-01-25
*
Fix COPY FREEZE with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-01-24
[next]