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