index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
Commit message (
Expand
)
Author
Age
Files
Lines
*
Report resource usage at the end of recovery
David Rowley
2020-09-16
1
-2
/
+7
*
Message fixes and style improvements
Peter Eisentraut
2020-09-14
2
-7
/
+7
*
Print WAL logical message contents in pg_waldump
Alvaro Herrera
2020-09-10
1
-3
/
+14
*
Yet more elimination of dead stores and useless initializations.
Tom Lane
2020-09-05
3
-5
/
+5
*
Report expected contrecord length on mismatch
Alvaro Herrera
2020-09-04
1
-1
/
+2
*
Remove some more useless assignments.
Tom Lane
2020-09-04
2
-2
/
+0
*
remove redundant initializations
Bruce Momjian
2020-09-03
1
-1
/
+0
*
Improve handling of dropped relations for REINDEX DATABASE/SCHEMA/SYSTEM
Michael Paquier
2020-09-02
1
-0
/
+34
*
Set cutoff xmin more aggressively when vacuuming a temporary table.
Tom Lane
2020-09-01
1
-0
/
+1
*
Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE.
Tom Lane
2020-08-30
4
-37
/
+26
*
Fix code for re-finding scan position in a multicolumn GIN index.
Tom Lane
2020-08-27
1
-12
/
+16
*
Add additional information in the vacuum error context.
Amit Kapila
2020-08-26
2
-22
/
+88
*
Improve the vacuum error context phase information.
Amit Kapila
2020-08-24
1
-20
/
+32
*
Revert "Make vacuum a bit more verbose to debug BF failure."
Andres Freund
2020-08-20
2
-17
/
+1
*
Mark commit and abort WAL records with XLR_SPECIAL_REL_UPDATE.
Heikki Linnakangas
2020-08-17
1
-0
/
+2
*
Make vacuum a bit more verbose to debug BF failure.
Andres Freund
2020-08-16
2
-1
/
+17
*
Correct several behavior descriptions in comments.
Noah Misch
2020-08-15
3
-14
/
+12
*
Prevent concurrent SimpleLruTruncate() for any given SLRU.
Noah Misch
2020-08-15
2
-2
/
+10
*
snapshot scalability: Move subxact info to ProcGlobal, remove PGXACT.
Andres Freund
2020-08-14
3
-17
/
+22
*
snapshot scalability: Move PGXACT->vacuumFlags to ProcGlobal->vacuumFlags.
Andres Freund
2020-08-14
1
-1
/
+1
*
snapshot scalability: Introduce dense array of in-progress xids.
Andres Freund
2020-08-14
5
-47
/
+49
*
Fix obsolete comment in xlogutils.c.
Peter Geoghegan
2020-08-14
1
-4
/
+3
*
snapshot scalability: Move PGXACT->xmin back to PGPROC.
Andres Freund
2020-08-13
4
-5
/
+5
*
Handle new HOT chains in index-build table scans
Alvaro Herrera
2020-08-13
2
-2
/
+23
*
Fix out-of-date version reference, grammar.
Andres Freund
2020-08-12
2
-2
/
+2
*
snapshot scalability: Don't compute global horizons while building snapshots.
Andres Freund
2020-08-12
16
-167
/
+391
*
BRIN: Handle concurrent desummarization properly
Alvaro Herrera
2020-08-12
1
-3
/
+10
*
Track latest completed xid as a FullTransactionId.
Andres Freund
2020-08-11
2
-2
/
+52
*
Rename VariableCacheData.nextFullXid to nextXid.
Andres Freund
2020-08-11
11
-69
/
+69
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
2
-2
/
+2
*
Correct nbtree page split lock coupling comment.
Peter Geoghegan
2020-08-09
1
-5
/
+3
*
Implement streaming mode in ReorderBuffer.
Amit Kapila
2020-08-08
5
-5
/
+130
*
Make nbtree split REDO locking match original execution.
Peter Geoghegan
2020-08-07
2
-46
/
+35
*
Rename nbtree split REDO routine variables.
Peter Geoghegan
2020-08-07
1
-48
/
+48
*
Remove btree page items after page unlink
Alexander Korotkov
2020-08-05
2
-9
/
+10
*
Fix replica backward scan race condition.
Peter Geoghegan
2020-08-03
2
-34
/
+72
*
Add nbtree page deletion assertion.
Peter Geoghegan
2020-08-03
1
-0
/
+1
*
Change XID and mxact limits to warn at 40M and stop at 3M.
Noah Misch
2020-08-01
2
-26
/
+25
*
Invent "amadjustmembers" AM method for validating opclass members.
Tom Lane
2020-08-01
12
-10
/
+427
*
Use pg_pread() and pg_pwrite() in slru.c.
Thomas Munro
2020-08-02
1
-21
/
+4
*
Cache smgrnblocks() results in recovery.
Thomas Munro
2020-07-31
1
-10
/
+8
*
Use multi-inserts for pg_attribute and pg_shdepend
Michael Paquier
2020-07-31
1
-4
/
+4
*
Remove non-fast promotion.
Fujii Masao
2020-07-29
1
-37
/
+11
*
Move syncscan.c to src/backend/access/common.
Thomas Munro
2020-07-29
6
-5
/
+7
*
Allocate consecutive blocks during parallel seqscans
David Rowley
2020-07-26
2
-11
/
+129
*
WAL Log invalidations at command end with wal_level=logical.
Amit Kapila
2020-07-23
2
-0
/
+27
*
Add nbtree Valgrind buffer lock checks.
Peter Geoghegan
2020-07-21
5
-37
/
+142
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
1
-12
/
+18
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
3
-2
/
+76
*
Avoid harmless Valgrind no-buffer-pin errors.
Peter Geoghegan
2020-07-19
1
-1
/
+2
[next]