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
/
include
/
access
Age
Commit message (
Expand
)
Author
2021-03-29
Adjust design of per-worker parallel seqscan data struct
David Rowley
2021-03-26
BRIN minmax-multi indexes
Tomas Vondra
2021-03-25
Rework HeapTupleHeader macros to reuse itemptr.h
Alvaro Herrera
2021-03-25
Sanitize the term "combo CID" in code comments
Michael Paquier
2021-03-24
Tidy up more loose ends related to configurable TOAST compression.
Robert Haas
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-22
Move IS [NOT] NULL handling from BRIN support functions
Tomas Vondra
2021-03-22
Short-circuit slice requests that are for more than the object's size.
Tom Lane
2021-03-22
Mostly-cosmetic adjustments of TOAST-related macros.
Tom Lane
2021-03-22
More code cleanup for configurable TOAST compression.
Robert Haas
2021-03-21
Recycle nbtree pages deleted during same VACUUM.
Peter Geoghegan
2021-03-21
Suppress various new compiler warnings.
Tom Lane
2021-03-19
Allow configurable LZ4 TOAST compression.
Robert Haas
2021-03-17
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-12
Consolidate nbtree VACUUM metapage routines.
Peter Geoghegan
2021-03-11
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-11
Be clear about whether a recovery pause has taken effect.
Robert Haas
2021-03-11
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
C comments: improve description of GiST NSN and GistBuildLSN
Bruce Momjian
2021-03-10
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-09
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-02-27
Add TID Range Scans to support efficient scanning ranges of TIDs
David Rowley
2021-02-25
VACUUM VERBOSE: Count "newly deleted" index pages.
Peter Geoghegan
2021-02-25
Use full 64-bit XIDs in deleted nbtree pages.
Peter Geoghegan
2021-02-23
Simplify printing of LSNs
Peter Eisentraut
2021-02-16
Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.
Andres Freund
2021-02-15
ReadNewTransactionId() -> ReadNextTransactionId().
Thomas Munro
2021-02-13
README/C-comment: document GiST's NSN value
Bruce Momjian
2021-02-12
Remove obsolete IndexBulkDeleteResult stats field.
Peter Geoghegan
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2021-01-17
Set PD_ALL_VISIBLE and visibility map bits in COPY FREEZE
Tomas Vondra
2021-01-16
Prevent excess SimpleLruTruncate() deletion.
Noah Misch
2021-01-13
Enhance nbtree index tuple deletion.
Peter Geoghegan
2021-01-13
Pass down "logically unchanged index" hint.
Peter Geoghegan
2021-01-04
Remove unused function prototypes.
Thomas Munro
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-11-25
Remove catalog function currtid()
Michael Paquier
2020-11-23
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-17
Deprecate nbtree's BTP_HAS_GARBAGE flag.
Peter Geoghegan
2020-11-14
Fix some typos
Michael Paquier
2020-11-03
Fix typos.
Amit Kapila
2020-10-22
Extend amcheck to check heap pages.
Robert Haas
2020-10-15
doc: improve description of synchronous_commit modes
Bruce Momjian
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-17
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-02
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-08-31
C comment: remove mention of use of t_hoff WAL structure member
Bruce Momjian
2020-08-30
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-26
Add additional information in the vacuum error context.
Amit Kapila
[next]