aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap
Commit message (Expand)AuthorAge
* Fix off-by-one loop count in MapArrayTypeName, and get rid of static array.Tom Lane2014-12-16
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Avoid repeated name lookups during table and index DDL.Robert Haas2014-02-17
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Capitalization fixesPeter Eisentraut2011-06-19
* Refactor broken CREATE TABLE IF NOT EXISTS support.Robert Haas2011-04-25
* Avoid changing an index's indcheckxmin horizon during REINDEX.Tom Lane2011-04-19
* More collations cleanup, from trawling for missed collation assignments.Tom Lane2011-03-26
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-03
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* Move the responsibility for calling StartupXLOG into InitPostgres, forTom Lane2010-04-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Type table featurePeter Eisentraut2010-01-28
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas2010-01-20
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Fix a few places where we needed -I. in CPPFLAGS to work properly inTom Lane2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Adjust naming of indexes and their columns per recent discussion.Tom Lane2009-12-23
* Add exclusion constraints, which generalize the concept of uniqueness toTom Lane2009-12-07
* Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjustTom Lane2009-10-05
* Simplify the bootstrap (BKI) code by getting rid of a useless table of allTom Lane2009-09-27
* Extend the BKI infrastructure to allow system catalogs to be givenTom Lane2009-09-26
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-28
* Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane2009-08-02
* Create a multiplexing structure for signals to Postgres child processes.Tom Lane2009-07-31
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-18
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Add %expect 0 to all parser input files to prevent conflicts slipping by.Peter Eisentraut2008-11-26
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Prevent memory leaks in our various bison parsers when an error occursTom Lane2008-09-02
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-24
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Change the rules for inherited CHECK constraints to be essentially the sameTom Lane2008-05-09
* Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3Peter Eisentraut2008-05-09
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21