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
/
heap
Age
Commit message (
Expand
)
Author
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-24
Issue properly WAL record for CID of first catalog tuple in multi-insert
Michael Paquier
2020-02-19
Fix mesurement of elapsed time during truncating heap in VACUUM.
Fujii Masao
2020-02-11
Use pg_pwrite() in more places.
Thomas Munro
2020-02-05
Make vacuum buffer counters 64 bits wide
Alvaro Herrera
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
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-23
Clarify some comments in vacuumlazy.c
Michael Paquier
2020-01-22
Fix the computation of max dead tuples during the vacuum.
Amit Kapila
2020-01-20
Allow vacuum command to process indexes in parallel.
Amit Kapila
2020-01-13
Fix comment in heapam.c
Michael Paquier
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-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
2019-12-15
Remove duplicated progress reporting during heap scan of VACUUM
Michael Paquier
2019-11-20
Fix HeapTupleSatisfiesNonVacuumable() comment.
Peter Geoghegan
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-08
Pass ItemPointer not HeapTuple to IndexBuildCallback.
Andres Freund
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-10-22
Fix comment
Peter Eisentraut
2019-10-09
Flush logical mapping files with fd opened for read/write at checkpoint
Michael Paquier
2019-10-04
Rename some toasting functions based on whether they are heap-specific.
Robert Haas
2019-09-24
Speedup truncations of relation forks.
Fujii Masao
2019-09-06
Create an API for inserting and deleting rows in TOAST tables.
Robert Haas
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-02
Avoid touching replica identity index in ExtractReplicaIdentity().
Tom Lane
2019-08-20
Fix bogus comment
Alvaro Herrera
2019-08-19
Fix inconsistencies and typos in the tree, take 11
Michael Paquier
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-07
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-05
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-01
Add error codes to some corruption log messages
Peter Eisentraut
2019-07-29
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-08
tableam: Provide helper functions for relation sizing.
Robert Haas
2019-07-07
Use consistent style for checking return from system calls
Peter Eisentraut
2019-06-18
Fix memory corruption/crash in ANALYZE.
Andres Freund
2019-06-18
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-17
Revert "Avoid spurious deadlocks when upgrading a tuple lock"
Alvaro Herrera
2019-06-14
Silence compiler warning
Alvaro Herrera
2019-06-13
Avoid spurious deadlocks when upgrading a tuple lock
Alvaro Herrera
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-06-06
Fix message style
Alvaro Herrera
[next]