| Commit message (Expand) | Author | Age |
* | Fix the problem that creating a user-defined type named _foo, followed by one | Tom Lane | 2007-05-12 |
* | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane | 2007-05-11 |
* | Support arrays of composite types, including the rowtypes of regular tables | Tom Lane | 2007-05-11 |
* | Make CLUSTER MVCC-safe. Heikki Linnakangas | Tom Lane | 2007-04-08 |
* | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck | 2007-03-19 |
* | First phase of plan-invalidation project: create a plan cache management | Tom Lane | 2007-03-13 |
* | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian | 2007-03-06 |
* | Fix new RI operator selection code to do the right thing when working with | Tom Lane | 2007-02-16 |
* | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane | 2007-02-14 |
* | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 |
* | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian | 2007-01-25 |
* | Properly detoast access to bytea field pg_trigger.tgargs. Old code | Bruce Momjian | 2007-01-25 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Clean up smgr.c/md.c APIs as per discussion a couple months ago. Instead of | Tom Lane | 2007-01-03 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |
* | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane | 2006-12-23 |
* | Code and docs review for ALTER TABLE INHERIT/NO INHERIT patch. | Tom Lane | 2006-10-13 |
* | Code review for LIKE INCLUDING CONSTRAINTS patch --- improve comments, | Tom Lane | 2006-10-11 |
* | Message style improvements | Peter Eisentraut | 2006-10-06 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Disallow TRUNCATE when there are any pending after-trigger events for | Tom Lane | 2006-09-04 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 |
* | Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during | Tom Lane | 2006-08-03 |
* | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane | 2006-07-31 |
* | Change the bootstrap sequence so that toast tables for system catalogs are | Tom Lane | 2006-07-31 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Alphabetically order reference to include files, "S"-"Z". | Bruce Momjian | 2006-07-11 |
* | Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewriting | Tom Lane | 2006-07-10 |
* | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane | 2006-07-03 |
* | Do a pass of code review for the ALTER TABLE ADD INHERITS patch. Keep | Neil Conway | 2006-07-02 |
* | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian | 2006-07-02 |
* | ALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT / NO INHERIT) | Bruce Momjian | 2006-07-02 |
* | Revert patch, doesn't do what it should: | Bruce Momjian | 2006-06-27 |
* | Add INCLUDING CONSTRAINTS to CREATE TABLE LIKE. | Bruce Momjian | 2006-06-27 |
* | Disallow changing/dropping default expression of a SERIAL column | Bruce Momjian | 2006-06-27 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 |
* | Revert patch pending more discussion: | Bruce Momjian | 2006-04-30 |
* | Disallow changing DEFAULT expression of a SERIAL column. | Bruce Momjian | 2006-04-29 |
* | Improve parser so that we can show an error cursor position for errors | Tom Lane | 2006-03-14 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Dept. of second thoughts: rejigger the TRUNCATE ... CASCADE patch so that | Tom Lane | 2006-03-03 |
* | Add CASCADE option to TRUNCATE. Joachim Wieland | Tom Lane | 2006-03-03 |
* | Fix ALTER COLUMN TYPE bug: it sometimes tried to drop UNIQUE or PRIMARY KEY | Tom Lane | 2006-01-30 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie. | Tom Lane | 2005-10-03 |