| Commit message (Expand) | Author | Age |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Type table feature | Peter Eisentraut | 2010-01-28 |
* | 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 |
* | Support deferrable uniqueness constraints. | Tom Lane | 2009-07-29 |
* | 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 |
* | 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 |
* | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane | 2008-05-09 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 |
* | Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, | Neil Conway | 2007-07-17 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Cleanup the bootstrap code a little, and rename "dummy procs" in the code | Alvaro Herrera | 2007-03-07 |
* | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane | 2006-03-07 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane | 2005-08-26 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 |
* | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Cosmetic improvements/code cleanup: | Neil Conway | 2004-10-10 |
* | Fix unintended assignment of sequences to the containing schema's | Tom Lane | 2004-08-31 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane | 2004-07-17 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 |
* | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Add CHECK_FOR_INTERRUPTS() to bootstrap command loop, so that control-C | Tom Lane | 2003-11-14 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | Error message editing in backend/bootstrap, /lib, /nodes, /port. | Tom Lane | 2003-07-22 |
* | Replace functional-index facility with expressional indexes. Any column | Tom Lane | 2003-05-28 |
* | Make debug_ GUC varables output DEBUG1 rather than LOG, and mention in | Bruce Momjian | 2003-05-27 |
* | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 |