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
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-29
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-25
Fix replay of create database records on standby
Alvaro Herrera
2022-03-24
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
Change fastgetattr and heap_getattr to inline functions
Alvaro Herrera
2022-03-23
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-03-21
Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.
Tom Lane
2022-03-21
pgstat: rename pgstat_initstats() to pgstat_relation_init().
Andres Freund
2022-03-18
Add circular WAL decoding buffer, take II.
Thomas Munro
2022-03-16
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-15
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
Fix pg_basebackup with in-place tablespaces.
Thomas Munro
2022-03-13
VACUUM VERBOSE: tweak scanned_pages logic.
Peter Geoghegan
2022-03-12
vacuumlazy.c: Standardize rel_pages terminology.
Peter Geoghegan
2022-03-12
vacuumlazy.c: document vistest and OldestXmin.
Peter Geoghegan
2022-03-12
Normalize heap_prepare_freeze_tuple argument name.
Peter Geoghegan
2022-03-11
Add support for zstd with compression of full-page writes in WAL
Michael Paquier
2022-03-11
Fix header inclusion order in xloginsert.c with lz4.h
Michael Paquier
2022-03-03
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
Fix catalog data of pg_stop_backup(), labelled v2
Michael Paquier
2022-02-28
Don't use static storage for SaveTransactionCharacteristics().
Tom Lane
2022-02-25
vacuumlazy.c: Remove obsolete num_tuples field.
Peter Geoghegan
2022-02-25
Remove unnecessary heap_tuple_needs_freeze argument.
Peter Geoghegan
2022-02-24
Fix data loss on crash after sorted GiST index build.
Heikki Linnakangas
2022-02-21
Assert in init_toast_snapshot() that some snapshot registered or active.
Andres Freund
2022-02-20
Fix uninitialized variable.
Heikki Linnakangas
2022-02-17
Remove all traces of tuplestore_donestoring() in the C code
Michael Paquier
2022-02-16
Fix bogus log message when starting from a cleanly shut down state.
Heikki Linnakangas
2022-02-16
Fix read beyond buffer bug introduced by the split xlog.c patch.
Heikki Linnakangas
2022-02-16
Split xlog.c into xlog.c and xlogrecovery.c.
Heikki Linnakangas
2022-02-16
Move code around in StartupXLOG().
Heikki Linnakangas
2022-02-16
Refactor setting XLP_FIRST_IS_OVERWRITE_CONTRECORD.
Heikki Linnakangas
2022-02-16
Run pgindent on xlog.c.
Heikki Linnakangas
2022-02-15
Update "don't truncate with failsafe" rationale.
Peter Geoghegan
2022-02-14
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
Make origin data initialization consistent other fields in 2PC header
Michael Paquier
2022-02-13
Silence minor compiler warnings.
Tom Lane
2022-02-12
Consolidate VACUUM xid cutoff logic.
Peter Geoghegan
2022-02-12
Add VACUUM instrumentation for scanned pages, relfrozenxid.
Peter Geoghegan
2022-02-11
Simplify lazy_scan_heap's handling of scanned pages.
Peter Geoghegan
2022-02-10
Fix typo in multixact.c
Michael Paquier
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-02-07
Reduce non-leaf keys overlap in GiST indexes produced by a sorted build
Alexander Korotkov
2022-02-03
Allow archiving via loadable modules.
Robert Haas
2022-02-03
Add UNIQUE null treatment option
Peter Eisentraut
2022-01-30
Remove xloginsert.h from xlog.h
Alvaro Herrera
2022-01-29
vacuumlazy.c: Rename state field for consistency.
Peter Geoghegan
2022-01-25
Improve errors related to incorrect TLI on checkpoint record replay
Michael Paquier
2022-01-25
Fix various typos, grammar and code style in comments and docs
Michael Paquier
[next]