index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Age
Commit message (
Expand
)
Author
2020-03-01
Remove dead code from _bt_update_posting().
Peter Geoghegan
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-26
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-24
Issue properly WAL record for CID of first catalog tuple in multi-insert
Michael Paquier
2020-02-24
Account explicitly for long-lived FDs that are allocated outside fd.c.
Tom Lane
2020-02-22
Factor out InitControlFile() from BootStrapXLOG()
Peter Eisentraut
2020-02-22
Reformat code comment
Peter Eisentraut
2020-02-19
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-19
Remove obsolete _bt_compare() comment.
Peter Geoghegan
2020-02-11
Use pg_pwrite() in more places.
Thomas Munro
2020-02-10
Fix typos.
Amit Kapila
2020-02-09
Store the deletion horizon XID for a deleted GIN page on the right page.
Tom Lane
2020-02-05
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-04
Handle lack of DSM slots in parallel btree build, take 2.
Thomas Munro
2020-02-01
Optimizations for integer to decimal output.
Andrew Gierth
2020-01-30
Handle lack of DSM slots in parallel btree build.
Thomas Munro
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-29
Fail if recovery target is not reached
Peter Eisentraut
2020-01-28
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-26
Refactor XLogReadRecord(), adding XLogBeginRead() function.
Heikki Linnakangas
2020-01-23
Clarify some comments in vacuumlazy.c
Michael Paquier
2020-01-22
Add GUC ignore_invalid_pages.
Fujii Masao
2020-01-22
Fix the computation of max dead tuples during the vacuum.
Amit Kapila
2020-01-20
Fix crash in BRIN inclusion op functions, due to missing datum copy.
Heikki Linnakangas
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-17
Avoid full scan of GIN indexes when possible
Alexander Korotkov
2020-01-15
Introduce IndexAM fields for parallel vacuum.
Amit Kapila
2020-01-13
Fix comment in heapam.c
Michael Paquier
2020-01-13
Delete empty pages in each pass during GIST VACUUM.
Amit Kapila
2020-01-08
Reimplement nullification of walsender timestamp
Alvaro Herrera
2020-01-07
pg_stat_activity: show NULL stmt start time for walsenders
Alvaro Herrera
2020-01-07
tableam: New callback relation_fetch_toast_slice.
Robert Haas
2020-01-07
tableam: Allow choice of toast AM.
Robert Haas
2020-01-06
Remove redundant incomplete split assertion.
Peter Geoghegan
2020-01-03
Add xl_btree_delete optimization.
Peter Geoghegan
2020-01-03
Clear up btree_xlog_split() alignment comment.
Peter Geoghegan
2020-01-02
Correct _bt_delitems_vacuum() lock comments.
Peter Geoghegan
2020-01-02
Revise BTP_HAS_GARBAGE nbtree VACUUM comments.
Peter Geoghegan
2020-01-01
Update btree_xlog_delete() comments.
Peter Geoghegan
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-26
Refactor code dedicated to index vacuuming in vacuumlazy.c
Michael Paquier
2019-12-25
Rename files and headers related to index AM
Michael Paquier
[next]