summaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary parentheses in return statementsPeter Eisentraut2017-09-051-28/+28
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-4/+4
* Phase 3 of pgindent updates.Tom Lane2017-06-211-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-3/+3
* In initdb, defend against assignment of NULL values to not-null columns.Tom Lane2017-06-131-0/+5
* Disallow CREATE INDEX if table is already in use in current session.Tom Lane2017-06-041-0/+2
* Use one transaction while reading postgres.bki, not one per line.Tom Lane2017-04-142-5/+16
* Cast result of copyObject() to correct typePeter Eisentraut2017-03-281-2/+2
* Show more processes in pg_stat_activity.Robert Haas2017-03-261-0/+4
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-251-1/+1
* Move atooid() definition to a central placePeter Eisentraut2017-03-011-2/+0
* Remove dead code in bootstrapAlvaro Herrera2017-01-172-16/+2
* Update copyright via script for 2017Bruce Momjian2017-01-033-3/+3
* Support condition variables.Robert Haas2016-11-221-0/+2
* Fix a bunch of places that called malloc and friends with no NULL check.Tom Lane2016-08-301-9/+5
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-082-3/+1
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-082-1/+3
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-101-0/+2
* Fix typos in comments and docFujii Masao2016-01-281-1/+1
* Update copyright for 2016Bruce Momjian2016-01-023-3/+3
* pgindent run for 9.5Bruce Momjian2015-05-231-0/+1
* Move strategy numbers to include/access/stratnum.hAlvaro Herrera2015-05-152-2/+0
* Add new OID alias type regnamespaceAndrew Dunstan2015-05-091-0/+2
* Add new OID alias type regroleAndrew Dunstan2015-05-091-0/+2
* Protect against multixact members wraparoundAlvaro Herrera2015-04-281-2/+7
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-1/+2
* Get rid of multiple applications of transformExpr() to the same tree.Tom Lane2015-02-221-0/+4
* Allow forcing nullness of columns during bootstrap.Andres Freund2015-02-213-24/+48
* Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas2015-02-021-1/+1
* Remove some dead IsUnderPostmaster code from bootstrap.c.Andres Freund2015-01-141-35/+6
* Commonalize process startup code.Andres Freund2015-01-141-22/+4
* Update copyright for 2015Bruce Momjian2015-01-063-3/+3
* Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane2014-12-162-19/+14
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-281-1/+1
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-281-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-8/+8
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-171-2/+15
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-151-6/+1
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-111-8/+0
* Update copyright for 2014Bruce Momjian2014-01-073-3/+3
* Allow on-detach callbacks for dynamic shared memory segments.Robert Haas2013-12-181-2/+2
* Prevent memory leaks from accumulating across printtup() calls.Tom Lane2013-11-031-4/+8
* Add use of asprintf()Peter Eisentraut2013-10-131-2/+2
* Centralize effective_cache_size default settingBruce Momjian2013-10-091-2/+0
* Again move function where we set effective_cache_size's defaultBruce Momjian2013-10-081-2/+2
* Move new effective_cache_size functionBruce Momjian2013-10-081-0/+2
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-4/+4
* Put back allow_system_table_mods check in heap_create().Heikki Linnakangas2013-06-031-1/+2
* pgindent run for release 9.3Bruce Momjian2013-05-291-3/+3