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 nbtree page split rmgr desc routine.
Peter Geoghegan
2019-09-12
*
Remove redundant _bt_truncate() comment paragraph.
Peter Geoghegan
2019-09-12
*
Add _bt_binsrch() scantid assertion to nbtree.
Peter Geoghegan
2019-09-09
*
Fix handling of NULL distances in KNN-GiST
Alexander Korotkov
2019-09-08
*
Fix handling Inf and Nan values in GiST pairing heap comparator
Alexander Korotkov
2019-09-08
*
Fix behavior of AND CHAIN outside of explicit transaction blocks
Peter Eisentraut
2019-09-08
*
Create an API for inserting and deleting rows in TOAST tables.
Robert Haas
2019-09-06
*
Make pg_promote() detect postmaster death while waiting for promotion to end.
Fujii Masao
2019-09-06
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Make XLogReaderInvalReadState static
Alvaro Herrera
2019-09-03
*
Remove 'msg' parameter from convert_tuples_by_name
Alvaro Herrera
2019-09-03
*
Better error messages for short reads/writes in SLRU
Peter Eisentraut
2019-09-03
*
Avoid touching replica identity index in ExtractReplicaIdentity().
Tom Lane
2019-09-02
*
Fix overflow check and comment in GIN posting list encoding.
Heikki Linnakangas
2019-08-28
*
Remove obsolete nbtree page deletion comment.
Peter Geoghegan
2019-08-27
*
Explain subtlety in nbtree locking protocol.
Peter Geoghegan
2019-08-23
*
Update comments on nbtree stack struct.
Peter Geoghegan
2019-08-21
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-19
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Remove block number field from nbtree stack.
Peter Geoghegan
2019-08-14
*
Remove obsolete nbtree README commentary.
Peter Geoghegan
2019-08-13
*
Use PageIndexTupleOverwrite() within nbtree.
Peter Geoghegan
2019-08-13
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Add error codes to some corruption log messages
Peter Eisentraut
2019-08-01
*
Remove superfluous semicolon.
Andres Freund
2019-07-30
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
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
[next]