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 O(N^2) stat() calls when recycling WAL segments
Michael Paquier
2021-01-15
*
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
*
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-13
*
Fix thinko in comment
Alvaro Herrera
2021-01-12
*
Use vectored I/O to fill new WAL segments.
Thomas Munro
2021-01-11
*
Standardize one aspect of rmgr desc output.
Peter Geoghegan
2021-01-04
*
Replace remaining uses of "whitelist".
Thomas Munro
2021-01-05
*
Rename "enum blacklist" to "uncommitted enums".
Thomas Munro
2021-01-05
*
Fix integer-overflow corner cases in substring() functions.
Tom Lane
2021-01-04
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Get heap page max offset with buffer lock held.
Peter Geoghegan
2020-12-30
*
Fix index deletion latestRemovedXid bug.
Peter Geoghegan
2020-12-30
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
*
Add key management system
Bruce Momjian
2020-12-25
*
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-24
*
Revert "Get rid of the dedicated latch for signaling the startup process".
Fujii Masao
2020-12-17
*
Remove obsolete btrescan() comment.
Peter Geoghegan
2020-12-15
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Add some checkpoint/restartpoint status to ps display
Michael Paquier
2020-12-14
*
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2020-12-08
*
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-12-04
*
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-27
*
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
*
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-23
*
Replace a macro by a function
Peter Eisentraut
2020-11-20
*
Emit log when restore_command succeeds but archived file faills to be restored.
Fujii Masao
2020-11-20
*
Deprecate nbtree's BTP_HAS_GARBAGE flag.
Peter Geoghegan
2020-11-17
*
nbtree: Rename nbtinsert.c variables for consistency.
Peter Geoghegan
2020-11-17
*
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
*
Remove unused and deprecated strategy numbers from BRIN code
Peter Eisentraut
2020-11-16
*
Remove code handling removed deprecated containment operators
Peter Eisentraut
2020-11-16
*
Make the standby server promptly handle interrupt signals.
Fujii Masao
2020-11-16
*
nbtree: Demote incomplete split "can't happen" error.
Peter Geoghegan
2020-11-15
*
Remove duplicate code in brin_memtuple_initialize
Tomas Vondra
2020-11-11
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Remove ineffective heapam CHECK_FOR_INTERRUPTS().
Peter Geoghegan
2020-11-09
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
*
Improve nbtree README's LP_DEAD section.
Peter Geoghegan
2020-11-07
*
Message style improvements
Alvaro Herrera
2020-11-07
*
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-07
*
Fix wal_consistency_checking nbtree bug.
Peter Geoghegan
2020-11-05
*
Fix nbtree cleanup-only VACUUM stats inaccuracies.
Peter Geoghegan
2020-11-04
*
Fix unlinking of SLRU segments.
Thomas Munro
2020-11-05
*
Fix segmentation fault that commit ac22929a26 caused.
Fujii Masao
2020-11-04
*
Get rid of the dedicated latch for signaling the startup process.
Fujii Masao
2020-11-04
*
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
2020-11-02
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
*
Reproduce debug_query_string==NULL on parallel workers.
Noah Misch
2020-10-31
*
Fix missing validation for the new GiST sortsupport functions.
Heikki Linnakangas
2020-10-30
*
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-28
[next]