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
2021-06-30
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-29
Fix compilation warning in xloginsert.c
Michael Paquier
2021-06-29
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
Skip WAL recycling and preallocation during archive recovery.
Noah Misch
2021-06-29
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-29
In XLogFileInit(), fix *use_existent postcondition to suit callers.
Noah Misch
2021-06-29
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-06-28
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
Message style improvements
Peter Eisentraut
2021-06-28
Fix race condition in TransactionGroupUpdateXidStatus().
Amit Kapila
2021-06-25
Remove redundant variable pageSize in gistinitpage
Peter Eisentraut
2021-06-21
Remove overzealous VACUUM failsafe assertions.
Peter Geoghegan
2021-06-19
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-17
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-06-16
Fix outdated comment that talked about seek position of WAL file.
Heikki Linnakangas
2021-06-15
Remove unneeded field from VACUUM state.
Peter Geoghegan
2021-06-14
Remove forced toast recompression in VACUUM FULL/CLUSTER
Michael Paquier
2021-06-11
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-10
Fix an asssortment of typos in brin_minmax_multi.c and mcv.c
David Rowley
2021-06-09
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-08
Fix pg_visibility regression failure with CLOBBER_CACHE_ALWAYS
Tomas Vondra
2021-06-04
Clean up some questionable usages of DatumGet* macros
David Rowley
2021-06-04
Adjust locations which have an incorrect copyright year
David Rowley
2021-06-03
Standardize usages of appendStringInfo and appendPQExpBuffer
David Rowley
2021-06-02
Revert most of 39b66a91bd
Tomas Vondra
2021-05-28
Fix VACUUM VERBOSE's LP_DEAD item pages output.
Peter Geoghegan
2021-05-27
Rethink definition of pg_attribute.attcompression.
Tom Lane
2021-05-26
Fix typo in heapam.c
Michael Paquier
2021-05-25
Fix memory leak when de-toasting compressed values in VACUUM FULL/CLUSTER
Michael Paquier
2021-05-25
Consider triggering VACUUM failsafe during scan.
Peter Geoghegan
2021-05-23
Re-order pg_attribute columns to eliminate some padding space.
Tom Lane
2021-05-20
Avoid detoasting failure after COMMIT inside a plpgsql FOR loop.
Tom Lane
2021-05-19
Make standby promotion reset the recovery pause state to 'not paused'.
Fujii Masao
2021-05-14
Harden nbtree deduplication posting split code.
Peter Geoghegan
2021-05-14
Prevent infinite insertion loops in spgdoinsert().
Tom Lane
2021-05-14
Fix query-cancel handling in spgdoinsert().
Tom Lane
2021-05-13
Fix autovacuum log output heap truncation issue.
Peter Geoghegan
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-12
Change data type of counters in BufferUsage and WalUsage from long to int64.
Fujii Masao
2021-05-10
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
Revert recovery prefetching feature.
Thomas Munro
2021-05-06
Remove overzealous VACUUM visibility map assertion.
Peter Geoghegan
2021-04-24
Add some forgotten LSN_FORMAT_ARGS() in xlogreader.c
Michael Paquier
2021-04-23
Remove use of [U]INT64_FORMAT in some translatable strings
Michael Paquier
2021-04-21
Fix typo
Peter Eisentraut
2021-04-20
Improve WAL record descriptions for SP-GiST records.
Tom Lane
2021-04-20
Document LP_DEAD accounting issues in VACUUM.
Peter Geoghegan
2021-04-19
Fix typos and grammar in comments and docs
Michael Paquier
[next]