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
...
*
Remove ineffective heapam CHECK_FOR_INTERRUPTS().
Peter Geoghegan
2020-11-09
1
-1
/
+0
*
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-09
1
-6
/
+7
*
Improve nbtree README's LP_DEAD section.
Peter Geoghegan
2020-11-07
1
-7
/
+13
*
Message style improvements
Alvaro Herrera
2020-11-07
1
-14
/
+2
*
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-07
1
-1
/
+101
*
Fix wal_consistency_checking nbtree bug.
Peter Geoghegan
2020-11-05
1
-0
/
+2
*
Fix nbtree cleanup-only VACUUM stats inaccuracies.
Peter Geoghegan
2020-11-04
1
-1
/
+14
*
Fix unlinking of SLRU segments.
Thomas Munro
2020-11-05
1
-26
/
+18
*
Fix segmentation fault that commit ac22929a26 caused.
Fujii Masao
2020-11-04
1
-1
/
+2
*
Get rid of the dedicated latch for signaling the startup process.
Fujii Masao
2020-11-04
1
-15
/
+14
*
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
2020-11-02
2
-3
/
+3
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
1
-1
/
+1
*
Reproduce debug_query_string==NULL on parallel workers.
Noah Misch
2020-10-31
2
-17
/
+36
*
Fix missing validation for the new GiST sortsupport functions.
Heikki Linnakangas
2020-10-30
1
-0
/
+1
*
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-28
1
-1
/
+0
*
Extend amcheck to check heap pages.
Robert Haas
2020-10-22
2
-0
/
+30
*
Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"
Alvaro Herrera
2020-10-15
2
-7
/
+14
*
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2020-10-15
2
-14
/
+7
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
1
-1
/
+1
*
Fix GiST buffering build to work when there are included columns.
Tom Lane
2020-10-12
1
-2
/
+2
*
Re-allow testing of GiST buffered builds.
Tom Lane
2020-10-12
1
-28
/
+32
*
Fix typo in multixact.c
Michael Paquier
2020-10-08
1
-2
/
+2
*
Fix compilation warning in xlog.c
Michael Paquier
2020-10-06
1
-2
/
+0
*
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
1
-0
/
+1
*
Add block information in error context of WAL REDO apply loop
Michael Paquier
2020-10-02
1
-1
/
+15
*
Set right-links during sorted GiST index build.
Heikki Linnakangas
2020-10-01
1
-0
/
+13
*
Defer flushing of SLRU files.
Thomas Munro
2020-09-25
6
-146
/
+194
*
Standardize the printf format for st_size
Peter Eisentraut
2020-09-24
2
-9
/
+9
*
Fix missing fsync of SLRU directories.
Thomas Munro
2020-09-24
3
-13
/
+4
*
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-21
1
-1
/
+1
*
Fix checksum calculation in the new sorting GiST build.
Heikki Linnakangas
2020-09-21
1
-6
/
+9
*
Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.
Tom Lane
2020-09-20
1
-0
/
+1
*
Fix comments in heapam.c.
Amit Kapila
2020-09-18
1
-10
/
+8
*
Update parallel BTree scan state when the scan keys can't be satisfied.
Amit Kapila
2020-09-17
1
-0
/
+4
*
Add support for building GiST index by sorting.
Heikki Linnakangas
2020-09-17
5
-102
/
+753
*
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
[prev]
[next]