]> granicus.if.org Git - postgresql/history - src/include/access/xlog_internal.h
Allow GIN's extractQuery method to signal that nothing can satisfy the query.
[postgresql] / src / include / access / xlog_internal.h
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-08-06 Tom LaneAdd support for forcing a switch to a new xlog file...
2006-04-05 Tom LaneAdd a field to the first page of each WAL file to indic...
2006-04-03 Tom LaneDefine a separately configurable XLOG_BLCKSZ symbol...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Tom LaneWiden xl_len field of XLogRecord header to 32 bits...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-03 Tom LaneAdd functions pg_start_backup, pg_stop_backup to create...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...