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
...
*
Remove unnecessary call to ReadCheckpointRecord().
Robert Haas
2021-07-30
*
Update obsolete comment that still referred to CheckpointLock
Heikki Linnakangas
2021-07-30
*
Close yet another race condition in replication slot test code
Alvaro Herrera
2021-07-29
*
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-29
*
Make XLOG_FPI_FOR_HINT records honor full_page_writes setting.
Fujii Masao
2021-07-21
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
*
Replace RelationOpenSmgr() with RelationGetSmgr().
Tom Lane
2021-07-12
*
Remove dead assignment to local variable.
Heikki Linnakangas
2021-07-12
*
Add forgotten LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier
2021-07-09
*
Use WaitLatch() instead of pg_usleep() at the end of backups
Michael Paquier
2021-07-06
*
Use InvalidBucket instead of -1 where appropriate
Peter Eisentraut
2021-07-02
*
Use WaitLatch() instead of pg_usleep() at end-of-vacuum truncation
Michael Paquier
2021-07-02
*
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-30
*
Fix compilation warning in xloginsert.c
Michael Paquier
2021-06-29
*
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
*
Skip WAL recycling and preallocation during archive recovery.
Noah Misch
2021-06-28
*
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-28
*
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-28
*
In XLogFileInit(), fix *use_existent postcondition to suit callers.
Noah Misch
2021-06-28
*
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-06-28
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
*
Message style improvements
Peter Eisentraut
2021-06-28
*
Fix race condition in TransactionGroupUpdateXidStatus().
Amit Kapila
2021-06-28
*
Remove redundant variable pageSize in gistinitpage
Peter Eisentraut
2021-06-25
*
Remove overzealous VACUUM failsafe assertions.
Peter Geoghegan
2021-06-20
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-06-17
*
Fix outdated comment that talked about seek position of WAL file.
Heikki Linnakangas
2021-06-16
*
Remove unneeded field from VACUUM state.
Peter Geoghegan
2021-06-15
*
Remove forced toast recompression in VACUUM FULL/CLUSTER
Michael Paquier
2021-06-14
*
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
*
Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
David Rowley
2021-06-10
*
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-09
*
Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-06-08
*
Clean up some questionable usages of DatumGet* macros
David Rowley
2021-06-04
*
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-04
*
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-03
*
Revert most of 39b66a91bd
Tomas Vondra
2021-06-03
*
Fix VACUUM VERBOSE's LP_DEAD item pages output.
Peter Geoghegan
2021-05-27
*
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-27
*
Fix typo in heapam.c
Michael Paquier
2021-05-26
*
Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTER
Michael Paquier
2021-05-25
*
Consider triggering VACUUM failsafe during scan.
Peter Geoghegan
2021-05-24
*
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-23
*
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-20
*
Make standby promotion reset the recovery pause state to 'not paused'.
Fujii Masao
2021-05-19
*
Harden nbtree deduplication posting split code.
Peter Geoghegan
2021-05-14
*
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
[prev]
[next]