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
/
include
/
access
/
xlog_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove sanity test in XRecOffIsValid.
Robert Haas
2012-06-25
1
-2
/
+1
*
Use UINT64CONST for 64-bit integer constants.
Heikki Linnakangas
2012-06-24
1
-1
/
+1
*
Use LL suffix for 64-bit constants.
Heikki Linnakangas
2012-06-24
1
-1
/
+1
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
1
-23
/
+14
*
Allow WAL record header to be split across pages.
Heikki Linnakangas
2012-06-24
1
-4
/
+2
*
Move WAL continuation record information to WAL page header.
Heikki Linnakangas
2012-06-24
1
-21
/
+14
*
Don't waste the last segment of each 4GB logical log file.
Heikki Linnakangas
2012-06-24
1
-63
/
+48
*
New SQL functons pg_backup_in_progress() and pg_backup_start_time()
Robert Haas
2012-06-14
1
-0
/
+2
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
1
-2
/
+2
*
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-26
1
-1
/
+1
*
Add function pg_xlog_location_diff to help comparisons
Magnus Hagander
2012-03-04
1
-0
/
+1
*
Allow pg_basebackup from standby node with safety checking.
Simon Riggs
2012-01-25
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.
Tom Lane
2011-12-12
1
-2
/
+4
*
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
Simon Riggs
2011-11-01
1
-1
/
+1
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+2
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
1
-0
/
+2
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-4
/
+0
*
Introduce compact WAL record for the common case of commit (non-DDL).
Simon Riggs
2011-06-28
1
-1
/
+1
*
Make the visibility map crash-safe.
Robert Haas
2011-06-21
1
-1
/
+1
*
Work around gcc 4.6.0 bug that breaks WAL replay.
Tom Lane
2011-06-10
1
-6
/
+6
*
Named restore points in recovery. Users can record named points, then
Simon Riggs
2011-02-08
1
-0
/
+1
*
Basic Recovery Control functions for use in Hot Standby. Pause, Resume,
Simon Riggs
2011-02-08
1
-0
/
+3
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
1
-1
/
+1
*
Bump XLOG_PAGE_MAGIC.
Robert Haas
2010-12-29
1
-1
/
+1
*
Add monitoring function pg_last_xact_replay_timestamp.
Robert Haas
2010-11-09
1
-0
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Include the backend ID in the relpath of temporary relations.
Robert Haas
2010-08-13
1
-2
/
+2
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
1
-2
/
+2
*
Update the location of last removed WAL segment in shared memory only
Heikki Linnakangas
2010-04-12
1
-1
/
+4
*
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-28
1
-2
/
+2
*
Update XLOG_PAGE_MAGIC to recognise WAL format changes.
Simon Riggs
2010-03-19
1
-2
/
+2
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-4
/
+4
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
1
-1
/
+16
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
1
-2
/
+2
*
Allow read only connections during recovery, known as Hot Standby.
Simon Riggs
2009-12-19
1
-2
/
+3
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
1
-2
/
+2
*
Introduce the concept of relation forks. An smgr relation can now consist
Heikki Linnakangas
2008-08-11
1
-1
/
+2
*
Replace time_t with pg_time_t (same values, but always int64) in on-disk
Tom Lane
2008-02-17
1
-5
/
+4
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
To support external compression of archived WAL data, add a flag bit to
Tom Lane
2007-05-20
1
-2
/
+2
*
Change the timestamps recorded in transaction commit/abort xlog records
Tom Lane
2007-04-30
1
-2
/
+2
*
Remove undo information from pg_controldata --- never used.
Bruce Momjian
2007-03-03
1
-2
/
+2
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-2
/
+2
*
Implement archive_timeout feature to force xlog file switches to occur no more
Tom Lane
2006-08-17
1
-1
/
+10
*
Make recovery from WAL be restartable, by executing a checkpoint-like
Tom Lane
2006-08-07
1
-1
/
+2
*
Add support for forcing a switch to a new xlog file; cause such a switch
Tom Lane
2006-08-06
1
-1
/
+5
*
Add a field to the first page of each WAL file to indicate the
Tom Lane
2006-04-05
1
-2
/
+3
*
Define a separately configurable XLOG_BLCKSZ symbol for the page size
Tom Lane
2006-04-03
1
-3
/
+3
[next]