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
*
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
*
Remove obsolete nbtree insertion comment.
Peter Geoghegan
2019-05-15
*
Reverse order of newitem nbtree candidate splits.
Peter Geoghegan
2019-05-15
*
Handle table_complete_speculative's succeeded argument as documented.
Andres Freund
2019-05-14
*
Detect internal GiST page splits correctly during index build.
Heikki Linnakangas
2019-05-14
*
Fix comment on when HOT update is possible.
Heikki Linnakangas
2019-05-14
*
Standardize ItemIdData terminology.
Peter Geoghegan
2019-05-13
*
Don't leave behind junk nbtree pages during split.
Peter Geoghegan
2019-05-13
*
Clean up the behavior and API of catalog.c's is-catalog-relation tests.
Tom Lane
2019-05-08
*
Remove obsolete nbtree split REDO routine comment.
Peter Geoghegan
2019-05-08
*
Remove leftover reference to old "flat file" mechanism in a comment.
Heikki Linnakangas
2019-05-08
*
Correct obsolete nbtsort.c minimum key comment.
Peter Geoghegan
2019-05-07
*
Add TRUNCATE parameter to VACUUM.
Fujii Masao
2019-05-08
*
Revert "Avoid the creation of the free space map for small heap relations".
Amit Kapila
2019-05-07
*
Correct more obsolete nbtree page split comments.
Peter Geoghegan
2019-05-03
*
heap_prepare_freeze_tuple: Simplify coding
Alvaro Herrera
2019-05-02
*
Fix nbtsort.c's page space accounting.
Peter Geoghegan
2019-05-02
[next]