| Commit message (Expand) | Author | Age |
* | Fix two bugs in change_owner_recurse_to_sequences: it was grabbing an | Tom Lane | 2005-03-25 |
* | ALTER TABLE ADD COLUMN exhibits a significant memory leak when adding a | Neil Conway | 2005-02-09 |
* | Fix ALTER TABLE ADD COLUMN so that constraints of domain types are | Tom Lane | 2005-01-24 |
* | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane | 2005-01-10 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Prevent a backend crash when processing CREATE TABLE commands with | Neil Conway | 2004-11-16 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane | 2004-10-30 |
* | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane | 2004-10-22 |
* | Disallow referential integrity actions from being deferred; only the | Tom Lane | 2004-10-21 |
* | Give a more user-friendly error message in case where a table is created | Tom Lane | 2004-10-16 |
* | Message style revisions | Peter Eisentraut | 2004-10-12 |
* | Fix ALTER TABLE OWNER to adjust the ownership of dependent sequences, | Tom Lane | 2004-09-23 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | needs_toast_table() should ignore dropped columns. | Tom Lane | 2004-08-31 |
* | copy_relation_data was mistakenly assuming that the source relation | Tom Lane | 2004-08-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Rearrange order of operations in heap_drop_with_catalog and index_drop | Tom Lane | 2004-08-28 |
* | Dept. of further reflection: I looked around to see if any other callers | Tom Lane | 2004-08-15 |
* | Change order of operations in ALTER TABLE SET TABLESPACE so that we | Tom Lane | 2004-08-13 |
* | Fix silly thinko in ALTER COLUMN TYPE. Check for finding expected | Tom Lane | 2004-08-04 |
* | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | XLOG file archiving and point-in-time recovery. There are still some | Tom Lane | 2004-07-19 |
* | When renaming a column that participates in a foreign key, we must | Tom Lane | 2004-07-17 |
* | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane | 2004-07-11 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Support renaming of tablespaces, and changing the owners of | Tom Lane | 2004-06-25 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Make ALTER TABLE ADD SERIAL work reasonably in inheritance cases, too. | Tom Lane | 2004-06-10 |
* | Fix oversight in recent ALTER TABLE improvements. We now support | Tom Lane | 2004-06-10 |
* | Clean up generation of default names for constraints, indexes, and serial | Tom Lane | 2004-06-10 |
* | Allow use of table rowtypes directly as column types of other tables. | Tom Lane | 2004-06-06 |
* | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 |
* | Resurrect heap_deformtuple(), this time implemented as a singly nested | Tom Lane | 2004-06-04 |
* | OK, here's the final version of ALTER TABLE ... SET WITHOUT CLUSTER. | Bruce Momjian | 2004-06-02 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Fix a couple of oversights in new ALTER TABLE code that broke | Tom Lane | 2004-05-08 |
* | Get rid of cluster.c's apparatus for rebuilding a relation's indexes | Tom Lane | 2004-05-08 |
* | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 |
* | Make ALTER COLUMN TYPE preserve clustered status for indexes it doesn't | Tom Lane | 2004-05-06 |
* | ALTER TABLE rewrite. New cool stuff: | Tom Lane | 2004-05-05 |
* | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 |
* | Upgrade ALTER TABLE DROP COLUMN so that it can drop an OID column, and | Tom Lane | 2004-03-23 |
* | Generate a WARNING when the column types in a foreign key constraint are | Tom Lane | 2004-03-13 |
* | First steps towards statistics on expressional (nee functional) indexes. | Tom Lane | 2004-02-15 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |
* | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane | 2004-01-28 |
* | Fix a minor bug introduced by the recent CREATE TABLE AS / WITH OIDS | Neil Conway | 2004-01-23 |