summaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAgeFilesLines
* Resolve a compile error.Hiroshi Inoue2001-02-231-3/+2
* Reindex of shared system indexes must be overwrite mode.Hiroshi Inoue2001-02-231-2/+21
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-141-23/+12
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-122-87/+99
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-291-2/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-2410-20/+20
* Removed a dangerours DropRelationBuffers() call.Hiroshi Inoue2001-01-241-3/+2
* Make functional index copy attstorage from the column data type, ratherTom Lane2001-01-241-35/+27
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-236-34/+40
* Fix some leaks(was my fault).Hiroshi Inoue2001-01-181-2/+4
* Change LockClassinfoForUpdate() to retry mark4update() in caseHiroshi Inoue2001-01-181-11/+21
* Remove bogus backslashes in sed command.Tom Lane2001-01-161-4/+4
* Ensure attcacheoff is written out as -1 when writing pg_attributeTom Lane2001-01-011-2/+9
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-272-63/+3
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-222-7/+7
* Improve error message for case where DROP TABLE is rejected becauseTom Lane2000-12-221-6/+11
* Make sure to not handle deactivated system indexesHiroshi Inoue2000-12-141-2/+2
* Suppress compiler warnings.Tom Lane2000-12-091-2/+3
* REINDEX under WAL.Hiroshi Inoue2000-12-081-21/+178
* checkretval() failed to cope with an empty SQL function body.Tom Lane2000-12-071-1/+10
* aclitemout() shouldn't coredump when it finds an ACL itemTom Lane2000-11-281-3/+4
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-22/+7
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-169-299/+334
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-101-681/+4
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-082-193/+132
* Minor code cleanups, make in_group() check faster.Tom Lane2000-11-031-42/+44
* Make initdb safe against usingPeter Eisentraut2000-10-282-13/+24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-243-4/+191
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-222-9/+9
* BACKED OUT.Bruce Momjian2000-10-223-142/+4
* Crash on NULL again in system table check.Bruce Momjian2000-10-221-2/+2
* First a core dump which can be relieved by:Bruce Momjian2000-10-211-2/+2
* here it is as requested by Bruce.Bruce Momjian2000-10-213-4/+142
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-202-14/+28
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-162-26/+126
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-112-7/+7
* Back out:Bruce Momjian2000-10-083-144/+3
* Hello,Bruce Momjian2000-10-083-3/+144
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-16/+12
* Add proofreader's changes to docs.Bruce Momjian2000-10-052-6/+6
* Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane2000-10-021-88/+43
* Fix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexesTom Lane2000-09-301-28/+24
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-7/+21
* Support for DESTDIR make variable. This is used as in `make installPeter Eisentraut2000-09-171-7/+7
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-121-10/+8
* This patch implements a different "relkind"Bruce Momjian2000-09-121-3/+5
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-38/+39
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-311-2/+2
* Move pg_checkretval out of the planner (where it never belonged) intoTom Lane2000-08-211-3/+127
* fmgr interface mopup work. Use new DatumGetBool and BoolGetDatumTom Lane2000-08-213-33/+33