]> granicus.if.org Git - postgresql/history - src/backend/bootstrap
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / backend / bootstrap /
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-05-14 Tom LaneIn bootstrap mode, use default signal handling for...
2019-04-25 Alvaro HerreraFix tablespace inheritance for partitioned rels
2019-03-29 Andres Freundtableam: relation creation, VACUUM FULL/CLUSTER, SET...
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-06 Andres Freundtableam: introduce table AM infrastructure.
2019-01-23 Michael PaquierRemove argument isprimary from index_build()
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-15 Andres FreundDon't include genam.h from execnodes.h and relscan...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-19 Tom LaneMake type "name" collation-aware.
2018-12-18 Tom LaneMake collation-aware system catalog columns use "C...
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-09-09 Tom LaneInstall a check for mis-linking of src/port and src...
2018-07-18 Tom LaneUse a ResourceOwner to track buffer pins in all cases.
2018-05-18 Peter EisentrautMessage wording and pluralization improvements
2018-05-05 Tom LaneFix bootstrap parser so that its keywords are unreserve...
2018-04-17 Tom LaneRationalize handling of array type names in bootstrap...
2018-04-17 Tom LaneSimplify genbki.pl's data quoting rules.
2018-04-07 Stephen FrostAllow group access on PGDATA
2018-04-07 Teodor SigaevIndexes with INCLUDE columns and their support in B...
2018-04-05 Magnus HaganderAllow background workers to bypass datallowconn
2018-03-21 Peter EisentrautHandle heap rewrites even better in logical decoding
2018-03-07 Alvaro HerreraAdd missing debug lines during bootstrap
2018-02-19 Alvaro HerreraAllow UNIQUE indexes on partitioned tables
2018-02-02 Robert HaasSupport parallel btree index builds.
2018-01-19 Alvaro HerreraLocal partitioned indexes
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-16 Peter EisentrautExclude flex-generated code from coverage testing
2017-09-20 Peter EisentrautSync process names between ps and pg_stat_activity
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-09-05 Peter EisentrautRemove unnecessary parentheses in return statements
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-13 Tom LaneIn initdb, defend against assignment of NULL values...
2017-06-04 Tom LaneDisallow CREATE INDEX if table is already in use in...
2017-04-14 Tom LaneUse one transaction while reading postgres.bki, not...
2017-03-29 Peter EisentrautCast result of copyObject() to correct type
2017-03-27 Robert HaasShow more processes in pg_stat_activity.
2017-03-25 Andres FreundFaster expression evaluation and targetlist projection.
2017-03-01 Peter EisentrautMove atooid() definition to a central place
2017-01-17 Alvaro HerreraRemove dead code in bootstrap
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-22 Robert HaasSupport condition variables.
2016-08-30 Tom LaneFix a bunch of places that called malloc and friends...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-04-08 Teodor SigaevRevert CREATE INDEX ... INCLUDING ...
2016-04-08 Teodor SigaevCREATE INDEX ... INCLUDING (column[, ...])
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-01-28 Fujii MasaoFix typos in comments and doc
2016-01-02 Bruce MomjianUpdate copyright for 2016
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
next