index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Improve management of SLRU statistics collection.
Tom Lane
2020-05-13
*
Adjust walsender usage of xlogreader, simplify APIs
Alvaro Herrera
2020-05-13
*
Do pre-release housekeeping on catalog data.
Tom Lane
2020-05-12
*
Adjust "root of to-be-deleted subtree" function.
Peter Geoghegan
2020-05-11
*
Fix obsolete references to "XLogRead"
Alvaro Herrera
2020-05-11
*
Remove smgrdounlink() in smgr.c from the code tree
Michael Paquier
2020-05-10
*
Rework XLogReader callback system
Alvaro Herrera
2020-05-08
*
Heed lock protocol in DROP OWNED BY
Alvaro Herrera
2020-05-06
*
Normalize _bt_findsplitloc() argument names.
Peter Geoghegan
2020-05-05
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Fix undercounting in VACUUM VERBOSE output.
Peter Geoghegan
2020-05-01
*
Fix bug in nbtree VACUUM "skip full scan" feature.
Peter Geoghegan
2020-05-01
*
Repair performance regression in information_schema.triggers view.
Tom Lane
2020-04-24
*
Update Unicode data to Unicode 13.0.0 and CLDR 37
Peter Eisentraut
2020-04-24
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
*
Remove ACLDEBUG #define and associated code.
Tom Lane
2020-04-23
*
Also rename 'struct manifest_info'.
Robert Haas
2020-04-23
*
Rename exposed identifiers to say "backup manifest".
Robert Haas
2020-04-23
*
nbtree: Rename BT_RESERVED_OFFSET_MASK.
Peter Geoghegan
2020-04-22
*
Remove HEAPDEBUGALL
Peter Eisentraut
2020-04-22
*
Fix possible crash during FATAL exit from reindexing.
Tom Lane
2020-04-21
*
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-21
*
Clean up cpluspluscheck violation.
Tom Lane
2020-04-21
*
Fix duplicate typedef from commit 0d8c9c121.
Tom Lane
2020-04-21
*
Move the server's backup manifest code to a separate file.
Robert Haas
2020-04-20
*
Add ALTER .. NO DEPENDS ON
Alvaro Herrera
2020-04-20
*
Fix race conditions in synchronous standby management.
Tom Lane
2020-04-18
*
Only provide openssl_tls_init_hook if building with openssl
Andrew Dunstan
2020-04-17
*
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-14
*
Comments and doc fixes for commit 40d964ec99.
Amit Kapila
2020-04-14
*
Harmonize nbtree page split point code.
Peter Geoghegan
2020-04-13
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Rationalize GetWalRcv{Write,Flush}RecPtr().
Thomas Munro
2020-04-08
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Modify various power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-07
*
Add functions to calculate the next power of 2
David Rowley
2020-04-08
*
Support PrefetchBuffer() in recovery.
Thomas Munro
2020-04-08
*
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-07
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
snapshot scalability: Move delayChkpt from PGXACT to PGPROC.
Andres Freund
2020-04-07
*
Remove nbtree BTreeTupleSetAltHeapTID() function.
Peter Geoghegan
2020-04-07
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
[next]