index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
/
xloginsert.c
Age
Commit message (
Expand
)
Author
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-24
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