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
/
transam
/
xlogfuncs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
1
-5
/
+5
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-5
/
+5
*
Fix typos in comments
Magnus Hagander
2017-06-17
1
-1
/
+1
*
Update code comments
Peter Eisentraut
2017-06-09
1
-2
/
+2
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-2
/
+3
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
1
-1
/
+1
*
Rename WAL-related functions and views to use "lsn" not "location".
Tom Lane
2017-05-11
1
-6
/
+6
*
Fix backup canceling
Teodor Sigaev
2017-03-24
1
-15
/
+10
*
Expose waitforarchive option through pg_stop_backup()
Stephen Frost
2017-03-22
1
-2
/
+10
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-2
/
+2
*
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
1
-18
/
+18
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
1
-1
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
1
-1
/
+1
*
Rename "pg_xlog" directory to "pg_wal".
Robert Haas
2016-10-20
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-21
/
+20
*
Message style and wording fixes
Peter Eisentraut
2016-06-07
1
-3
/
+3
*
Use GRANT system to manage access to sensitive functions
Stephen Frost
2016-04-06
1
-35
/
+21
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
1
-2
/
+183
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
1
-1
/
+1
*
Add new user fn pg_current_xlog_flush_location()
Simon Riggs
2016-01-12
1
-0
/
+21
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
1
-1
/
+11
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
1
-3
/
+2
*
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
1
-2
/
+3
*
pg_is_xlog_replay_paused(): remove super-user-only restriction
Bruce Momjian
2014-08-29
1
-5
/
+0
*
Add missing serial commas
Peter Eisentraut
2014-07-15
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-1
/
+1
*
Switch various builtin functions to use pg_lsn instead of text.
Robert Haas
2014-02-19
1
-138
/
+15
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Move permissions check from do_pg_start_backup to pg_start_backup
Magnus Hagander
2014-01-07
1
-0
/
+10
*
Fix more instances of "the the" in comments.
Heikki Linnakangas
2013-12-13
1
-1
/
+1
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-5
/
+5
*
Make pg_receivexlog and pg_basebackup -X stream work across timeline switches.
Heikki Linnakangas
2013-01-17
1
-2
/
+2
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Follow TLI of last replayed record, not recovery target TLI, in walsenders.
Heikki Linnakangas
2012-12-20
1
-1
/
+1
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
1
-2
/
+2
*
Make xlog_internal.h includable in frontend context.
Heikki Linnakangas
2012-12-13
1
-0
/
+1
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
1
-27
/
+28
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
1
-32
/
+16
*
Improve readability and error messages in pg_backup_start_time.
Robert Haas
2012-06-14
1
-4
/
+8
*
New SQL functons pg_backup_in_progress() and pg_backup_start_time()
Robert Haas
2012-06-14
1
-1
/
+72
*
More carefully validate xlog location string inputs
Magnus Hagander
2012-03-04
1
-0
/
+8
*
Add function pg_xlog_location_diff to help comparisons
Magnus Hagander
2012-03-04
1
-0
/
+90
*
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas
2012-01-11
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Move user functions related to WAL into xlogfuncs.c
Simon Riggs
2011-11-04
1
-0
/
+467