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
*
Use full 64-bit XID for checking if a deleted GiST page is old enough.
Heikki Linnakangas
2019-07-24
*
Refactor checks for deleted GiST pages.
Heikki Linnakangas
2019-07-24
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Fix nbtree metapage cache upgrade bug.
Peter Geoghegan
2019-07-18
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-16
*
Correct nbtsplitloc.c comment.
Peter Geoghegan
2019-07-15
*
Fix pathological nbtree split point choice issue.
Peter Geoghegan
2019-07-15
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Provide XLogRecGetFullXid().
Thomas Munro
2019-07-15
*
Add support for <-> (box, point) operator to GiST box_ops
Alexander Korotkov
2019-07-14
*
Fix variable initialization when using buffering build with GiST
Michael Paquier
2019-07-10
*
tableam: Provide helper functions for relation sizing.
Robert Haas
2019-07-08
*
Fix inconsistencies in the code
Michael Paquier
2019-07-08
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Add missing assertions for required table am callbacks.
Amit Kapila
2019-07-06
*
Unwind some workarounds for lack of portable int64 format specifier
Peter Eisentraut
2019-07-04
*
Use appendStringInfoString and appendPQExpBufferStr where possible
David Rowley
2019-07-04
*
Remove obsolete nbtree "get root" comment.
Peter Geoghegan
2019-07-01
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-30
*
Update comment
Peter Eisentraut
2019-06-27
*
Add toast-level reloption for vacuum_index_cleanup
Michael Paquier
2019-06-25
*
Remove unnecessary comment.
Thomas Munro
2019-06-23
*
Fix typo
Magnus Hagander
2019-06-19
*
Fix description of WAL record XLOG_BTREE_META_CLEANUP
Michael Paquier
2019-06-19
*
Fix memory corruption/crash in ANALYZE.
Andres Freund
2019-06-18
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-18
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-16
*
Silence compiler warning
Alvaro Herrera
2019-06-14
*
Fix typos and inconsistencies in code comments
Michael Paquier
2019-06-14
*
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-13
*
Don't access catalogs to validate GUCs when not connected to a DB.
Andres Freund
2019-06-10
*
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Fix message style
Alvaro Herrera
2019-06-06
*
Fix typos in various places
Michael Paquier
2019-06-03
*
Fix double-phrase typo in message
Alvaro Herrera
2019-05-31
*
Fix typos.
Amit Kapila
2019-05-26
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
tableam: Move heap-specific logic from needs_toast_table below tableam.
Robert Haas
2019-05-21
*
Fix comment for issue_xlog_fsync().
Fujii Masao
2019-05-21
*
Don't to predicate lock for analyze scans, refactor scan option passing.
Andres Freund
2019-05-19
*
"A void function may not return a value".
Tom Lane
2019-05-18
*
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-17
*
tableam: Don't assume that every AM uses md.c style storage.
Andres Freund
2019-05-17
*
Remove extra nbtree half-dead internal page check.
Peter Geoghegan
2019-05-16
[next]