]> granicus.if.org Git - postgresql/history - src/backend/bootstrap
Further mucking with PlaceHolderVar-related restrictions on join order.
[postgresql] / src / backend / bootstrap /
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-09 Andrew DunstanAdd new OID alias type regnamespace
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-04-28 Alvaro HerreraProtect against multixact members wraparound
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-02-22 Tom LaneGet rid of multiple applications of transformExpr(...
2015-02-21 Andres FreundAllow forcing nullness of columns during bootstrap.
2015-02-02 Robert HaasAdd new function BackgroundWorkerInitializeConnectionByOid.
2015-01-13 Andres FreundRemove some dead IsUnderPostmaster code from bootstrap.c.
2015-01-13 Andres FreundCommonalize process startup code.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-16 Tom LaneFix off-by-one loop count in MapArrayTypeName, and...
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-17 Robert HaasAvoid repeated name lookups during table and index...
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-01-11 Tom LaneFix possible crashes due to using elog/ereport too...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Robert HaasAllow on-detach callbacks for dynamic shared memory...
2013-11-03 Tom LanePrevent memory leaks from accumulating across printtup...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-09 Bruce MomjianCentralize effective_cache_size default setting
2013-10-09 Bruce MomjianAgain move function where we set effective_cache_size...
2013-10-09 Bruce MomjianMove new effective_cache_size function
2013-07-02 Robert HaasUse an MVCC snapshot, rather than SnapshotNow, for...
2013-06-03 Heikki LinnakangasPut back allow_system_table_mods check in heap_create().
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-02 Alvaro HerreraFix IsUnderPostmaster/EXEC_BACKEND confusion
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-23 Alvaro HerreraAdd context info to OAT_POST_CREATE security hook
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-10-11 Peter EisentrautRefactor flex and bison make rules
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-18 Tom LaneFix management of pendingOpsTable in auxiliary processes.
2012-07-16 Tom LaneAvoid pre-determining index names during CREATE TABLE...
2012-06-14 Robert HaasRemove misplaced sanity check from heap_create().
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-02 Simon RiggsRefactor xlog.c to create src/backend/postmaster/startup.c
2011-11-01 Simon RiggsSplit work of bgwriter between 2 processes: bgwriter...
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-06 Peter EisentrautCorrect ancient logic mistake in assertion
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-25 Tom LaneAdd "%option warn" to all flex input files that lacked it.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
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.
next