aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Expand)AuthorAge
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* In initdb, defend against assignment of NULL values to not-null columns.Tom Lane2017-06-13
* Use one transaction while reading postgres.bki, not one per line.Tom Lane2017-04-14
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-28
* Show more processes in pg_stat_activity.Robert Haas2017-03-26
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Support condition variables.Robert Haas2016-11-22
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-30
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Fix typos in comments and docFujii Masao2016-01-28
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-09
* Add new OID alias type regroleAndrew Dunstan2015-05-09
* Protect against multixact members wraparoundAlvaro Herrera2015-04-28
* Allow forcing nullness of columns during bootstrap.Andres Freund2015-02-21
* Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas2015-02-02
* Remove some dead IsUnderPostmaster code from bootstrap.c.Andres Freund2015-01-14
* Commonalize process startup code.Andres Freund2015-01-14
* Update copyright for 2015Bruce Momjian2015-01-06
* Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane2014-12-16
* pgindent run for 9.4Bruce Momjian2014-05-06
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Update copyright for 2014Bruce Momjian2014-01-07
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-18
* Prevent memory leaks from accumulating across printtup() calls.Tom Lane2013-11-03
* Add use of asprintf()Peter Eisentraut2013-10-13
* Centralize effective_cache_size default settingBruce Momjian2013-10-09
* Again move function where we set effective_cache_size's defaultBruce Momjian2013-10-08
* Move new effective_cache_size functionBruce Momjian2013-10-08
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Fix IsUnderPostmaster/EXEC_BACKEND confusionAlvaro Herrera2013-01-02
* Update copyrights for 2013Bruce Momjian2013-01-01
* In our source code, make a copy of getopt's 'optarg' string arguments,Bruce Momjian2012-10-12
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs2011-11-02
* Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs2011-11-01
* Simplify handling of the timezone GUC by making initdb choose the default.Tom Lane2011-09-09
* Correct ancient logic mistake in assertionPeter Eisentraut2011-09-06