Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-04-15The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane
2002-04-12Checking to decide whether relations are system relations now dependsTom Lane
2002-04-05This patch adds a missing heap_freetuple() to renamerel(), documentsBruce Momjian
2002-03-31Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane
2002-03-31Reimplement temp tables using schemas. The temp table map is history;Tom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-26pg_class has a relnamespace column. You can create and access tablesTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2001-11-12Indent new rename.c for Tom Lane.Bruce Momjian
2001-11-12Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-08Make ALTER TABLE RENAME COLUMN update column names of indexes thatTom Lane
2001-08-12Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-23Fix all the places that called heap_update() and heap_delete() withoutTom Lane
2000-11-16Change SearchSysCache coding conventions so that a reference count isTom Lane
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-10-20Clean up gcc warnings.Tom Lane
2000-10-16Remove NO_SECURITY define.Bruce Momjian
2000-10-16New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev
2000-09-06Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut
2000-06-20Make renaming a temp table behave sensibly. We don't need to touchTom Lane
2000-05-25Do table renaming in a sane order: physical file rename must happenTom Lane
2000-05-19Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane
2000-05-11Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-01-26Add:Bruce Momjian
2000-01-22added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-14fix_parsetree_attnums was not nearly smart enough about walking parseTom Lane
1999-11-25Enable pg_statistic cache use.Bruce Momjian
1999-11-24Rename heap_replace to heap_update.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16More cleanupBruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Change #include's to use <> and "" as appropriate.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-17All works on linux now by my tests and regression(with patch below).Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian