aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog
Commit message (Expand)AuthorAge
* Add missing paren.Bruce Momjian2001-05-16
* Re-add pg_index.indhaskeytype.Bruce Momjian2001-05-15
* Re-add pg_index.indisclustered in a minimalist way. Also fix BSDiBruce Momjian2001-05-15
* Pg_varaiable removal cleanup found from regression.Bruce Momjian2001-05-14
* Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used.Bruce Momjian2001-05-14
* Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. InitdbBruce Momjian2001-05-14
* I have modifed heap.c so that it won't automatically generate duplicateBruce Momjian2001-05-09
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-07
* Disable creation of indexes on system tables.Bruce Momjian2001-04-02
* 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
* Resolve a compile error.Hiroshi Inoue2001-02-23
* Reindex of shared system indexes must be overwrite mode.Hiroshi Inoue2001-02-23
* Change scoping of table and join refnames to conform to SQL92: a JOINTom Lane2001-02-14
* Rearrange order of operations in heap_create_with_catalog so that ifTom Lane2001-02-12
* Clean up handling of tuple descriptors so that result-tuple descriptorsTom Lane2001-01-29
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Removed a dangerours DropRelationBuffers() call.Hiroshi Inoue2001-01-24
* Make functional index copy attstorage from the column data type, ratherTom Lane2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Fix some leaks(was my fault).Hiroshi Inoue2001-01-18
* Change LockClassinfoForUpdate() to retry mark4update() in caseHiroshi Inoue2001-01-18
* Remove bogus backslashes in sed command.Tom Lane2001-01-16
* Ensure attcacheoff is written out as -1 when writing pg_attributeTom Lane2001-01-01
* Fix portability problems recently exposed by regression tests on Alphas.Tom Lane2000-12-27
* Small cleanup of temp-table handling. Disallow creation of a non-tempTom Lane2000-12-22
* Improve error message for case where DROP TABLE is rejected becauseTom Lane2000-12-22
* Make sure to not handle deactivated system indexesHiroshi Inoue2000-12-14
* Suppress compiler warnings.Tom Lane2000-12-09
* REINDEX under WAL.Hiroshi Inoue2000-12-08
* checkretval() failed to cope with an empty SQL function body.Tom Lane2000-12-07
* aclitemout() shouldn't coredump when it finds an ACL itemTom Lane2000-11-28
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-10
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Minor code cleanups, make in_group() check faster.Tom Lane2000-11-03
* Make initdb safe against usingPeter Eisentraut2000-10-28
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-22
* BACKED OUT.Bruce Momjian2000-10-22
* Crash on NULL again in system table check.Bruce Momjian2000-10-22
* First a core dump which can be relieved by:Bruce Momjian2000-10-21
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-16
* Fix temp relation handling for indexes, cleanupBruce Momjian2000-10-11
* Back out:Bruce Momjian2000-10-08
* Hello,Bruce Momjian2000-10-08
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07