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
*
Refactor nbtree fastpath optimization.
Peter Geoghegan
2020-03-18
*
nbtree: Remove useless local variables.
Peter Geoghegan
2020-03-17
*
Fix comment in xlog.c.
Fujii Masao
2020-03-17
*
Remove useless pfree()s at the ends of various ValuePerCall SRFs.
Tom Lane
2020-03-16
*
nbtree: Fix obsolete _bt_search() comment.
Peter Geoghegan
2020-03-16
*
nbtree: Pass down MAXALIGN()'d itemsz for new item.
Peter Geoghegan
2020-03-16
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
nbtree: Reorder nbtinsert.c prototypes.
Peter Geoghegan
2020-03-15
*
Refactor ps_status.c API
Peter Eisentraut
2020-03-11
*
Remove HAVE_WORKING_LINK
Peter Eisentraut
2020-03-11
*
nbtree: Move fastpath NULL descent stack assertion.
Peter Geoghegan
2020-03-10
*
nbtree: Demote minus infinity "can't happen" error.
Peter Geoghegan
2020-03-10
*
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-10
*
Tidy up XLogSource code in xlog.c.
Fujii Masao
2020-03-10
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Simplify/speed up assertion cross-check in ginCompressPostingList().
Tom Lane
2020-03-07
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Remove overzealous _bt_split() assertions.
Peter Geoghegan
2020-03-02
*
Report progress of streaming base backup.
Fujii Masao
2020-03-03
*
Add assertions to _bt_update_posting().
Peter Geoghegan
2020-03-02
*
Remove dead code from _bt_update_posting().
Peter Geoghegan
2020-03-01
*
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-27
*
Silence another compiler warning in nbtinsert.c.
Peter Geoghegan
2020-02-26
*
Silence compiler warning in nbtinsert.c.
Peter Geoghegan
2020-02-26
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Add equalimage B-Tree support functions.
Peter Geoghegan
2020-02-26
*
Issue properly WAL record for CID of first catalog tuple in multi-insert
Michael Paquier
2020-02-25
*
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-24
*
Factor out InitControlFile() from BootStrapXLOG()
Peter Eisentraut
2020-02-22
*
Reformat code comment
Peter Eisentraut
2020-02-22
*
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
*
Remove obsolete _bt_compare() comment.
Peter Geoghegan
2020-02-18
*
Use pg_pwrite() in more places.
Thomas Munro
2020-02-11
*
Fix typos.
Amit Kapila
2020-02-10
*
Store the deletion horizon XID for a deleted GIN page on the right page.
Tom Lane
2020-02-09
*
Force tuple conversion when the source has missing attributes.
Andrew Gierth
2020-02-05
*
Make vacuum buffer counters 64 bits wide
Alvaro Herrera
2020-02-05
*
Handle lack of DSM slots in parallel btree build, take 2.
Thomas Munro
2020-02-05
*
Optimizations for integer to decimal output.
Andrew Gierth
2020-02-01
*
Handle lack of DSM slots in parallel btree build.
Thomas Munro
2020-01-31
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Fail if recovery target is not reached
Peter Eisentraut
2020-01-29
*
Fix randAccess setting in ReadRecord()
Heikki Linnakangas
2020-01-28
*
Fix compile error on HP C.
Thomas Munro
2020-01-28
*
Remove dependency on HeapTuple from predicate locking functions.
Thomas Munro
2020-01-28
*
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-26
*
Clarify some comments in vacuumlazy.c
Michael Paquier
2020-01-23
*
Add GUC ignore_invalid_pages.
Fujii Masao
2020-01-22
*
Fix the computation of max dead tuples during the vacuum.
Amit Kapila
2020-01-22
[next]