]> granicus.if.org Git - postgresql/history - src/backend/access/transam/twophase.c
pgindent run for 9.4
[postgresql] / src / backend / access / transam / twophase.c
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-12-03 Simon RiggsRefactor inCommit flag into generic delayChkpt flag.
2012-11-27 Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-08 Tom LaneFix TwoPhaseGetDummyBackendId().
2012-07-02 Robert HaasMake walsender more responsive.
2012-06-25 Alvaro HerreraTighten up includes in sinvaladt.h, twophase.h, proc.h
2012-06-24 Heikki LinnakangasReplace XLogRecPtr struct with a 64-bit integer.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Tom LaneScan the buffer pool just once, not once per fork,...
2012-05-14 Heikki LinnakangasUpdate comments that became out-of-date with the PGXACT...
2012-02-06 Tom LaneAdd locking around WAL-replay modification of shared...
2012-01-30 Heikki LinnakangasMake group commit more effective.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-20 Tom LaneAvoid crashing when we have problems unlinking files...
2011-11-25 Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-09-09 Tom LaneMove Timestamp/Interval typedefs and basic macros into...
2011-08-16 Tom LaneFix race condition in relcache init file invalidation.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-28 Tom LaneReplace the KnownAssignedXids hash table with a sorted...
2010-04-13 Heikki LinnakangasAllow Hot Standby to begin from a shutdown checkpoint.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-11-23 Heikki LinnakangasFix an old bug in multixact and two-phase commit. Prepa...
2009-09-01 Tom LaneActually, we need to bump the format identifier on...
2009-06-25 Heikki LinnakangasThe code to unlink dropped relations in FinishPreparedT...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-23 Tom LaneChange the default value of max_prepared_transactions...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-10-20 Alvaro HerreraRework subtransaction commit protocol for hot standby.
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-01 Alvaro HerreraAdd a few more DTrace probes to the backend.
2008-05-19 Heikki LinnakangasRemove arbitrary 10MB limit on two-phase state file...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-17 Tom LaneFix TransactionIdIsCurrentTransactionId() to use binary...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-09-21 Tom LaneFix comments that misspelled TransactionIdIsInProgress...
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-09-05 Tom LaneQuick hack to make the VXID of a prepared transaction...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-04-30 Tom LaneChange the timestamps recorded in transaction commit...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-02-13 Tom LaneDisallow committing a prepared transaction unless we...
2007-01-16 Alvaro HerreraArrange for autovacuum to be killed when another operat...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianMake some sentences consistent with similar ones.
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-11 Tom LaneDivide the lock manager's shared state into 'partitions...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianThis makes the error messages for PREPARE TRANSACTION...
2005-10-13 Bruce MomjianBack out this because of fear of changing error strings:
2005-10-13 Bruce MomjianThis makes the error messages for PREPARE TRANSACTION...
2005-08-29 Tom LaneReduce default value of max_prepared_transactions from...
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-19 Tom LaneNeed #include <time.h> on some platforms.
2005-06-19 Tom LaneSimplify uses of readdir() by creating a function ReadD...
2005-06-19 Tom LaneArrange to fsync two-phase-commit state files only...
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-18 Tom LaneDept. of second thoughts: regular COMMIT deletes deleta...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...