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
2020-12-14
Add some checkpoint/restartpoint status to ps display
Michael Paquier
2020-12-08
Avoid using tuple from syscache for update of pg_database.datfrozenxid
Michael Paquier
2020-12-04
Convert elog(LOG) calls to ereport() where appropriate
Peter Eisentraut
2020-11-27
Fix CLUSTER progress reporting of number of blocks scanned.
Fujii Masao
2020-11-24
Centralize logic for skipping useless ereport/elog calls.
Tom Lane
2020-11-23
Rename the "point is strictly above/below point" comparison operators.
Tom Lane
2020-11-20
Replace a macro by a function
Peter Eisentraut
2020-11-20
Emit log when restore_command succeeds but archived file faills to be restored.
Fujii Masao
2020-11-17
Deprecate nbtree's BTP_HAS_GARBAGE flag.
Peter Geoghegan
2020-11-17
nbtree: Rename nbtinsert.c variables for consistency.
Peter Geoghegan
2020-11-16
Rename PGPROC->vacuumFlags to statusFlags
Alvaro Herrera
2020-11-16
Remove unused and deprecated strategy numbers from BRIN code
Peter Eisentraut
2020-11-16
Remove code handling removed deprecated containment operators
Peter Eisentraut
2020-11-16
Make the standby server promptly handle interrupt signals.
Fujii Masao
2020-11-15
nbtree: Demote incomplete split "can't happen" error.
Peter Geoghegan
2020-11-11
Remove duplicate code in brin_memtuple_initialize
Tomas Vondra
2020-11-11
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-09
Remove ineffective heapam CHECK_FOR_INTERRUPTS().
Peter Geoghegan
2020-11-09
In security-restricted operations, block enqueue of at-commit user code.
Noah Misch
2020-11-08
Improve nbtree README's LP_DEAD section.
Peter Geoghegan
2020-11-07
Message style improvements
Alvaro Herrera
2020-11-06
Properly detoast data in brin_form_tuple
Tomas Vondra
2020-11-05
Fix wal_consistency_checking nbtree bug.
Peter Geoghegan
2020-11-05
Fix nbtree cleanup-only VACUUM stats inaccuracies.
Peter Geoghegan
2020-11-05
Fix unlinking of SLRU segments.
Thomas Munro
2020-11-04
Fix segmentation fault that commit ac22929a26 caused.
Fujii Masao
2020-11-04
Get rid of the dedicated latch for signaling the startup process.
Fujii Masao
2020-11-02
Use PG_GETARG_TRANSACTIONID where appropriate
Peter Eisentraut
2020-11-02
Fix some grammar and typos in comments and docs
Michael Paquier
2020-10-31
Reproduce debug_query_string==NULL on parallel workers.
Noah Misch
2020-10-30
Fix missing validation for the new GiST sortsupport functions.
Heikki Linnakangas
2020-10-29
Centralize horizon determination for temp tables, fixing bug due to skew.
Andres Freund
2020-10-22
Extend amcheck to check heap pages.
Robert Haas
2020-10-15
Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls"
Alvaro Herrera
2020-10-15
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
Alvaro Herrera
2020-10-15
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-12
Fix GiST buffering build to work when there are included columns.
Tom Lane
2020-10-12
Re-allow testing of GiST buffered builds.
Tom Lane
2020-10-08
Fix typo in multixact.c
Michael Paquier
2020-10-06
Fix compilation warning in xlog.c
Michael Paquier
2020-10-02
Add pg_stat_wal statistics view.
Fujii Masao
2020-10-02
Add block information in error context of WAL REDO apply loop
Michael Paquier
2020-10-01
Set right-links during sorted GiST index build.
Heikki Linnakangas
2020-09-25
Defer flushing of SLRU files.
Thomas Munro
2020-09-24
Standardize the printf format for st_size
Peter Eisentraut
2020-09-23
Fix missing fsync of SLRU directories.
Thomas Munro
2020-09-21
Copy editing: fix a bunch of misspellings and poor wording.
Tom Lane
2020-09-21
Fix checksum calculation in the new sorting GiST build.
Heikki Linnakangas
2020-09-20
Fix new GIST build code to work under CLOBBER_CACHE_ALWAYS.
Tom Lane
2020-09-18
Fix comments in heapam.c.
Amit Kapila
[next]