aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/creatinh.c
Commit message (Expand)AuthorAge
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* Mop-up some infelicities in new relation lookup handling.Tom Lane2002-03-29
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* A little further progress on schemas: push down RangeVars intoTom Lane2002-03-22
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Code review for DOMAIN patch.Tom Lane2002-03-20
* The attached patch cleans up the implementation of the TRUNCATE command;Bruce Momjian2002-03-19
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Sequences are now based on int8, not int4, arithmetic. SERIAL pseudo-typeTom Lane2001-08-16
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Attached is documentation describing plperlu differences from plperl.Bruce Momjian2001-06-22
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-14
* Complain if the same column name is inherited from multiple parentsTom Lane2001-04-02
* Re-allow specification of a new default value for an inherited columnTom Lane2001-03-30
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Disallow creation of a child table by a user who does not own the parentTom Lane2001-01-05
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-22
* Change StoreCatalogInheritance() to work from a list of parent relationTom Lane2000-12-14
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* SearchSysCacheTupleCopy() instead of SearchSysCache()Hiroshi Inoue2000-11-13
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Subclasses inherit constraints of super classes properlyHiroshi Inoue2000-08-04
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-12
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-09
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Add:Bruce Momjian2000-01-26
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Hello.Bruce Momjian1999-10-26
* This patch implements ORACLE's COMMENT SQL command.Bruce Momjian1999-10-15
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03