OSDN Git Service

8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
[pg-rex/syncrep.git] / src / include / storage /
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
2009-03-03 Heikki LinnakangasRemove the placeholder LWLockId in place of the removed...
2009-02-23 Heikki LinnakangasChange the signaling of end-of-recovery. Startup proces...
2009-02-19 Heikki LinnakangasIncrease NUM_AUXILIARY_PROCS, now that the startup...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-01-12 Tom LaneImplement prefetching via posix_fadvise() for bitmap...
2009-01-03 Tom LaneCreate a "shmem_startup_hook" to be called at the end...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-26 Tom LaneRemove unused include file, per ITAGAKI Takahiro. ...
2008-12-12 Alvaro HerreraReduce some rel.h inclusions, and add pg_list.h to...
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-12-03 Heikki LinnakangasIntroduce visibility map. The visibility map is a bitma...
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-10-31 Heikki LinnakangasUpdate FSM on WAL replay. This is a bit limited; the...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-29 Peter EisentrautSupport for Sun Studio compiler on Linux
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
2008-10-06 Heikki LinnakangasIndex FSMs needs to be vacuumed as well. Report by...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-17 Tom LaneAllow ShowBufferUsage() to report the number of reads...
2008-09-16 Tom LaneWiden the nLocks counts in local lock tables from int...
2008-08-11 Heikki LinnakangasIntroduce the concept of relation forks. An smgr relati...
2008-08-04 Tom LaneImprove CREATE/DROP/RENAME DATABASE so that when failin...
2008-07-14 Tom LaneClean up buildfarm failures arising from the seemingly...
2008-07-13 Tom LaneChange the PageGetContents() macro to guarantee its...
2008-07-01 Tom LaneTeach autovacuum how to determine whether a temp table...
2008-06-19 Tom LaneRewrite the sinval messaging mechanism to reduce conten...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-06-08 Alvaro HerreraMove BufferGetPageSize and BufferGetPage from bufpage...
2008-06-06 Alvaro HerreraChange xlog.h to xlogdefs.h in bufpage.h, and fix fallout.
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraPut back bufmgr.h in bufpage.h -- it is needed by some...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-17 Alvaro HerreraMove ProcState definition into sinvaladt.c from sinvala...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-03-10 Tom LaneProvide a build-time option to store large relations...
2008-03-10 Tom LaneReduce memory consumption during VACUUM of large relati...
2008-03-04 Tom LaneFix PREPARE TRANSACTION to reject the case where the...
2008-01-26 Tom LaneChange StatementCancelHandler() to check the DoingComma...
2008-01-09 Tom LaneFix CREATE INDEX CONCURRENTLY to not deadlock against...
2008-01-08 Tom Lanelmgr.c:DescribeLockTag was never taught about virtual...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-15 Tom LanePrevent re-use of a deleted relation's relfilenode...
2007-10-26 Alvaro HerreraAllow an autovacuum worker to be interrupted automatica...
2007-10-24 Alvaro HerreraRearrange vacuum-related bits in PGPROC as a bitmask...
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-21 Tom LaneImprove handling of prune/no-prune decisions by storing...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-09-07 Tom LaneAllow CREATE INDEX CONCURRENTLY to disregard transactio...
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-05 Tom LaneApparently icc doesn't always define __ICC, and it...
2007-07-26 Tom LaneRemove FileUnlink(), which wasn't being used anywhere...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-16 Tom LaneHmm, so evidently _check_lock and _clear_lock take...
2007-07-16 Tom LaneSo our reward for including <sys/atomic_op.h> seems...
2007-07-16 Tom LaneOn AIX, include <sys/atomic_op.h> so that the functions...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-25 Alvaro HerreraRemove unused BAD_LOCATION definition.
2007-06-19 Tom LaneCode review for log_lock_waits patch. Don't try to...
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-06-07 Tom LaneRework temp_tablespaces patch so that temp tablespaces...
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-06-01 Tom LaneMake CREATE/DROP/RENAME DATABASE wait a little bit...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-30 Tom LaneFix trivial misspelling in comment.
2007-05-04 Tom Lanetas() support for Renesas' M32R processor. Kazuhiro...
2007-05-02 Tom LaneDuring WAL recovery, when reading a page that we intend...
2007-04-16 Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
2007-03-03 Bruce MomjianAdd lo_truncate() to backend and libpq for large object...
2007-03-03 Bruce MomjianAdd GUC log_lock_waits to log long wait times.
2007-03-02 Tom LaneSuppress useless searches for unused line pointers...
2007-02-21 Bruce Momjianbtree source code cleanups:
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-01-17 Tom LaneExtend yesterday's patch so that the bgwriter is also...
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...
2007-01-03 Tom LaneClean up smgr.c/md.c APIs as per discussion a couple...
2006-11-23 Bruce MomjianUpdate lock comments for concurrent index creation...
2006-10-19 Tom LaneClean up local redeclarations of variables with DLLIMPO...
2006-10-15 Tom LaneRedesign the patch for allocation of shmem space and...
next