aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAge
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-21
* Invert logic in pg_exec_query_string() so that we set a snapshot forTom Lane2002-10-19
* Get rid of bogus use of heap_mark4update in reindex operations (cf.Tom Lane2002-09-23
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-19
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-18
* pgindent run.Bruce Momjian2002-09-04
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-30
* Cause REINDEX to regard TOAST tables as regular relations, not systemTom Lane2002-08-29
* Make domain types indexable. Rod Taylor & Tom Lane.Tom Lane2002-08-16
* Backed out. It is part of a later patch.Bruce Momjian2002-08-15
* Appears there is a problem finding the opclass when indexing a domain.Bruce Momjian2002-08-15
* Fix permission checking for temp-table namespace.Tom Lane2002-08-07
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-29
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-01
* Update copyright to 2002.Bruce Momjian2002-06-20
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-31
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Change made to elog:Bruce Momjian2002-03-06
* Require ownership permission for CREATE INDEX, per bug report.Tom Lane2002-01-03
* Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3Tom Lane2001-11-20
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Allow concurrent index creation for the same table.Hiroshi Inoue2001-10-24
* Consider interpreting a function call as a trivial (binary-compatible)Tom Lane2001-10-04
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-21
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Use format_type sibling in backend error messages, so the user seesPeter Eisentraut2001-08-09
* Modify partial-index-predicate applicability tester to test whetherTom Lane2001-08-06
* Disallow non-cachable functions in functional indexes and in indexTom Lane2001-07-17
* Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane2001-07-16
* Restructure index AM interface for index building and index tuple deletion,Tom Lane2001-07-15
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* Updates to make GIST work with multi-key indexes (from Oleg BartunovTom Lane2001-05-31
* Remove OLD_FILE_NAMING code. No longer used.Bruce Momjian2001-05-30
* 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
* Reindex of shared system indexes must be overwrite mode.Hiroshi Inoue2001-02-23
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Remove a few remaining vestiges of elog(WARN).Tom Lane2000-12-15