| Commit message (Expand) | Author | Age |
* | Re-addd Rod's ALTER DOMAIN patch. | Bruce Momjian | 2002-12-06 |
* | Back out ALTER DOMAIN patch until missing file appears. | Bruce Momjian | 2002-12-06 |
* | ALTER DOMAIN .. SET / DROP NOT NULL | Bruce Momjian | 2002-12-06 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 |
* | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 |
* | Fix compile warnings from truncate patch. | Tom Lane | 2002-11-23 |
* | Transaction safe Truncate | Bruce Momjian | 2002-11-23 |
* | Remove ALL from CLUSTER ALL. Use just CLUSTER. | Bruce Momjian | 2002-11-18 |
* | New version attached. The following is implemented: | Bruce Momjian | 2002-11-15 |
* | Code review for ON COMMIT patch. Make the actual on-commit action happen | Tom Lane | 2002-11-11 |
* | Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }] | Bruce Momjian | 2002-11-09 |
* | During swap_relfilenodes, swap relation size statistic fields along with | Tom Lane | 2002-11-02 |
* | pgindent run. | Bruce Momjian | 2002-09-04 |
* | Code review and documentation updates for indisclustered patch. | Tom Lane | 2002-09-03 |
* | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 |
* | I attach a little patch to make CLUSTER set and reset the indisclustered | Bruce Momjian | 2002-08-27 |
* | Code review of CLUSTER patch. Clean up problems with relcache getting | Tom Lane | 2002-08-11 |
* | Update with newer version of CLUSTER patch posted August 8. | Bruce Momjian | 2002-08-10 |
* | Major improvement in CLUSTER which preserves table characteristics using | Bruce Momjian | 2002-08-10 |
* | Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. | Tom Lane | 2002-07-12 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 |
* | The contents of command.c, creatinh.c, define.c, remove.c and rename.c | Tom Lane | 2002-04-15 |
* | Make renamerel take an OID, not a RangeVar, to identify the relation | Tom Lane | 2002-03-31 |
* | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 |
* | Mop-up some infelicities in new relation lookup handling. | Tom Lane | 2002-03-29 |
* | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 |
* | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 |
* | A bunch of changes aimed at reducing backend startup time... | Tom Lane | 2002-02-19 |
* | Add CHECK_FOR_INTERRUPTS() in various strategic spots, per comments | Tom Lane | 2002-01-06 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in | Tom Lane | 2001-08-21 |
* | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane | 2001-08-10 |
* | indicies to indexes from Neil Conway | Bruce Momjian | 2001-07-12 |
* | Statistical system views (yet without the config stuff, but | Jan Wieck | 2001-06-22 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Preserve constraints and column defaults during CLUSTER. | Tom Lane | 2001-01-12 |
* | Do The Right Thing (tm) if asked to cluster a temp table. Previous | Tom Lane | 2001-01-10 |
* | CLUSTER forgot to create a TOAST table for the clustered relation. | Tom Lane | 2001-01-01 |
* | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 |
* | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane | 2000-11-08 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | Make toast-table creation and deletion work somewhat reliably. | Tom Lane | 2000-07-04 |
* | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 |
* | Clean up #include's. | Bruce Momjian | 2000-06-15 |
* | Remove unused include files. Do not touch /port or includes used by defines. | Bruce Momjian | 2000-05-30 |
* | Squash some more CLUSTER bugs. Never has worked on multiple-column | Tom Lane | 2000-05-12 |