aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-24
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-23
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Disallow DROP TABLE/DROP INDEX inside a transaction block.Tom Lane1999-09-05
* Intercept temp table lookups further up to map temp names.Bruce Momjian1999-09-04
* Invalidate temp entries for aborted transactions.Bruce Momjian1999-09-04
* Make usecatupd disabled for normal users, and allow normal users toBruce Momjian1999-07-30
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-20
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-20
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.Bruce Momjian1999-07-08
* Cleanup of min tuple size.Bruce Momjian1999-07-07
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-03
* I have a small patch for 6.5.Bruce Momjian1999-06-19
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-19
* CleanupBruce Momjian1999-06-16
* Turns out OIDNAMELEN wasn't really being used at all!Tom Lane1999-06-04
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-04
* Patch from Andreas: when CREATE TABLE is followed by CREATE INDEXTom Lane1999-05-26
* pgindent run over code.Bruce Momjian1999-05-25
* Fix for DEFAULT ''.Bruce Momjian1999-05-22
* Disable fix. Didn't work.Bruce Momjian1999-05-21
* Fix typo and attempt default fix.Bruce Momjian1999-05-21
* Upgrade to PyGreSQL (2.4)Bruce Momjian1999-05-19
* Fix typo in change.Bruce Momjian1999-05-17
* Change md* call to smgr*.Bruce Momjian1999-05-17
* I made it so it rolled over files at 1MB. My table ended up with 120Bruce Momjian1999-05-15
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-13
* Fix initdb problem introduced by recent patch.Bruce Momjian1999-05-10
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Repair missing heap_endscan() in OperatorUpd().Tom Lane1999-04-23
* Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane1999-04-20
* Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' toTom Lane1999-04-18
* Initialize reltuples = 1000, relpages = 10 in a newly createdTom Lane1999-04-15
* Repair problems seen when CREATE OPERATOR mentions aTom Lane1999-04-11
* Delete unused system table pg_parg.Tom Lane1999-03-27
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Clean up error messages.Thomas G. Lockhart1999-02-23
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-09
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-06
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-21