index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xloginsert.c
Age
Commit message (
Expand
)
Author
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-03
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-06
Cleanup comments in xlog compression
Stephen Frost
2018-09-01
Avoid using potentially-under-aligned page buffers.
Tom Lane
2018-02-14
Silence assorted "variable may be used uninitialized" warnings.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-03-28
Suppress implicit-conversion warnings seen with newer clang versions.
Tom Lane
2017-02-09
Rename dtrace probes for ongoing xlog -> wal conversion.
Robert Haas
2017-02-08
Add WAL consistency checking facility.
Robert Haas
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-08
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-02-01
Fix misspelled function name in comment.
Heikki Linnakangas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-09-28
Fix "sesssion" typo
Alvaro Herrera
2015-08-07
Address points made in post-commit review of replication origins.
Andres Freund
2015-06-28
Promote the assertion that XLogBeginInsert() is not called twice into ERROR.
Heikki Linnakangas
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-05-04
Fix the same-rel optimization when creating WAL records.
Heikki Linnakangas
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-03-15
Suppress maybe-uninitialized compiler warnings.
Fujii Masao
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-05
Fix typo in comment.
Fujii Masao
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-03
Fix typos
Alvaro Herrera
2014-11-28
Fix assertion failure at end of PITR.
Heikki Linnakangas
2014-11-24
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-21
Fix bogus comments in XLogRecordAssemble
Heikki Linnakangas
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas