]> granicus.if.org Git - postgresql/history - src/backend/bootstrap
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
[postgresql] / src / backend / bootstrap /
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-18 Peter EisentrautCapitalization fixes
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-09-22 Magnus HaganderConvert cvsignore to gitignore, and add .gitignore...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-03 Tom LaneInstall a data-type-based solution for protecting pg_ge... REL9_1_ALPHA1
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-04-20 Tom LaneMove the responsibility for calling StartupXLOG into...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-01-28 Peter EisentrautType table feature
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-20 Heikki LinnakangasRethink the way walreceiver is linked into the backend...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-05 Tom LaneFix a few places where we needed -I. in CPPFLAGS to...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-27 Tom LaneSimplify the bootstrap (BKI) code by getting rid of...
2009-09-26 Tom LaneExtend the BKI infrastructure to allow system catalogs...
2009-08-28 Peter EisentrautDerived files that are shipped in the distribution...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-26 Peter EisentrautAdd %expect 0 to all parser input files to prevent...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-02 Tom LanePrevent memory leaks in our various bison parsers when...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-29 Peter EisentrautRemove all traces that suggest that a non-Bison yacc...
2008-06-24 Tom LaneReduce the alignment requirement of type "name" from...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-05-09 Peter EisentrautAdd "%option noinput" to the scanners to avoid compiler...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-02-17 Tom LaneAdd back #include <time.h> in a couple of files that...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-02 Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-07 Alvaro HerreraCleanup the bootstrap code a little, and rename "dummy...
2007-02-16 Alvaro HerreraRemove useless database name from bootstrap argument...
2007-02-15 Alvaro HerreraRestructure autovacuum in two processes: a dummy proces...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-21 Tom LaneOn systems that have setsid(2) (which should be just...
2006-11-21 Tom LaneAdjust elog.c so that elog(FATAL) exits (including...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-15 Tom LaneAdd a hack so that get_type_io_data() can work from...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-29 Tom LaneAdjust initialization sequence for timezone_abbreviatio...
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-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Bruce MomjianAdd GUC update_process_title to control whether 'ps...
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-06-08 Tom LaneFix bootstrap.c so that database startup process and...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove QNX port.
2006-01-04 Tom LaneRearrange backend startup sequence so that ShmemIndexLo...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-08 Tom LaneCause ShutdownPostgres to do a normal transaction abort...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-29 Tom LaneClean up the rather historically encumbered interface...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
next