]> granicus.if.org Git - postgresql/history - src/include/storage
Create a type-specific typanalyze routine for tsvector, which collects stats
[postgresql] / src / include / storage /
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...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Tom LaneFix pg_locks view to call advisory locks advisory locks...
2006-09-21 Tom LaneFix free space map to correctly track the total amount...
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
2006-09-07 Bruce MomjianSpecify lo_write() to take a _const_ buffer, to match...
2006-08-27 Tom LaneAdd a function GetLockConflicts() to lock.c to report...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-18 Tom LaneNow that we've rearranged relation open to get a lock...
2006-08-01 Bruce MomjianAdd support for loadable modules to allocated shared...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-30 Alvaro HerreraModify snapshot definition so that lazy vacuums are...
2006-07-23 Tom LaneConvert the lock manager to use the new dynahash.c...
2006-07-23 Tom LaneSplit the buffer mapping table into multiple separately...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-06-19 Tom LaneTake the statistics collector out of the loop for monit...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-19 Bruce MomjianFix Solaris/ASM test for x86.
2006-05-18 Bruce MomjianUse unsigned into for slock_t for pre-sparcv8plus.
2006-05-18 Bruce MomjianMention that gcc/sparc generates sparcv7 binaries.
2006-05-17 Bruce MomjianAdd comments that Solaris Sun compiler only supports...
2006-05-08 Tom LaneRewrite btree vacuuming to fold the former bulkdelete...
2006-04-29 Bruce MomjianAdd Win32 semaphore implementation, rather than mimicki...
2006-04-29 Bruce MomjianSolaris tas() uses 'int' now.
2006-04-28 Bruce MomjianRemove "volatile" from tas function, per TOm.
2006-04-27 Bruce MomjianRewrite Solaris compiler tas() assembly routines, merge...
2006-04-26 Tom LaneRevise large-object access routines to avoid running...
2006-04-19 Tom LaneRecognize __ppc64__, which seems to be Apple's spelling...
2006-04-14 Tom LaneRepair a low-probability race condition identified...
2006-03-31 Tom LaneClean up WAL/buffer interactions as per my recent propo...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
next