summaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAgeFilesLines
* Make usecatupd disabled for normal users, and allow normal users toBruce Momjian1999-07-301-1/+2
* Reverse out cache changes that are not ready yet.Bruce Momjian1999-07-202-119/+32
* Use -ieee alpha flag for gcc and egcs only.Bruce Momjian1999-07-202-32/+119
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-179-42/+9
* Final cleanup.Bruce Momjian1999-07-168-26/+32
* Update #include cleanupsBruce Momjian1999-07-162-5/+5
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-152-16/+16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-158-60/+8
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-154-6/+9
* Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.Bruce Momjian1999-07-081-2/+2
* Cleanup of min tuple size.Bruce Momjian1999-07-071-3/+5
* Fix to prevent too large tuple from being created.Bruce Momjian1999-07-031-2/+3
* I have a small patch for 6.5.Bruce Momjian1999-06-191-1/+2
* Change form() to varargform() to prevent portability problems.Bruce Momjian1999-06-191-5/+5
* CleanupBruce Momjian1999-06-162-6/+2
* Turns out OIDNAMELEN wasn't really being used at all!Tom Lane1999-06-041-6/+4
* Fix for failure to clean SysCache entry when a relation is deletedTom Lane1999-06-042-14/+2
* Patch from Andreas: when CREATE TABLE is followed by CREATE INDEXTom Lane1999-05-262-31/+47
* pgindent run over code.Bruce Momjian1999-05-257-160/+174
* Fix for DEFAULT ''.Bruce Momjian1999-05-221-19/+4
* Disable fix. Didn't work.Bruce Momjian1999-05-211-2/+4
* Fix typo and attempt default fix.Bruce Momjian1999-05-211-6/+7
* Upgrade to PyGreSQL (2.4)Bruce Momjian1999-05-191-5/+18
* Fix typo in change.Bruce Momjian1999-05-171-2/+2
* Change md* call to smgr*.Bruce Momjian1999-05-171-2/+2
* I made it so it rolled over files at 1MB. My table ended up with 120Bruce Momjian1999-05-151-2/+2
* Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane1999-05-132-11/+13
* Fix initdb problem introduced by recent patch.Bruce Momjian1999-05-101-5/+5
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-105-18/+17
* Repair missing heap_endscan() in OperatorUpd().Tom Lane1999-04-231-1/+4
* Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane1999-04-201-11/+23
* Allow CREATE FUNCTION xyz AS '' LANGUAGE 'internal' toTom Lane1999-04-181-3/+30
* Initialize reltuples = 1000, relpages = 10 in a newly createdTom Lane1999-04-151-2/+24
* Repair problems seen when CREATE OPERATOR mentions aTom Lane1999-04-111-246/+195
* Delete unused system table pg_parg.Tom Lane1999-03-271-2/+2
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-172-5/+7
* Clean up error messages.Thomas G. Lockhart1999-02-231-18/+18
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-211-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-139-21/+21
* Rename Temp to Noname for noname tables.Bruce Momjian1999-02-091-4/+4
* New alloc set code using a memory block pool for small allocations.Jan Wieck1999-02-061-3/+6
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-035-59/+32
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-023-259/+264
* The following patch finishes primary key support. Previously, whenBruce Momjian1999-01-211-5/+8
* Fix for typo in gram.yBruce Momjian1999-01-181-3/+2
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-171-2/+11
* Initial MVCC code.Vadim B. Mikheev1998-12-155-41/+37
* Initial attempt to clean up the code...Marc G. Fournier1998-12-142-49/+14
* Use the new implicit type coersion techniques for matching up typesThomas G. Lockhart1998-12-131-1/+24
* While investigating a user's complaint, I have found some memoryBruce Momjian1998-12-131-3/+3