summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-171-2/+3
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-42/+43
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-7/+7
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-57/+125
* First batch of object rename commands.Peter Eisentraut2003-06-271-3/+4
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-281-183/+127
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-6/+5
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-3/+3
* Fix obsolete error message (isImmutable doesn't exist).Tom Lane2003-01-231-3/+3
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-021-2/+48
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-151-5/+2
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-131-1/+4
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-121-3/+3
* Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane2002-10-211-25/+24
* Invert logic in pg_exec_query_string() so that we set a snapshot forTom Lane2002-10-191-1/+6
* Get rid of bogus use of heap_mark4update in reindex operations (cf.Tom Lane2002-09-231-2/+2
* Tweak heap.c to refuse attempts to create table columns of standaloneTom Lane2002-09-191-21/+6
* Extend pg_cast castimplicit column to a three-way value; this allows usTom Lane2002-09-181-5/+5
* pgindent run.Bruce Momjian2002-09-041-12/+12
* AUTOCOMMIT mode is now an available backend GUC variable; setting itTom Lane2002-08-301-5/+6
* Cause REINDEX to regard TOAST tables as regular relations, not systemTom Lane2002-08-291-17/+15
* Make domain types indexable. Rod Taylor & Tom Lane.Tom Lane2002-08-161-1/+4
* Backed out. It is part of a later patch.Bruce Momjian2002-08-151-4/+1
* Appears there is a problem finding the opclass when indexing a domain.Bruce Momjian2002-08-151-1/+4
* Fix permission checking for temp-table namespace.Tom Lane2002-08-071-3/+3
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-9/+3
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-291-34/+5
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-4/+4
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-3/+10
* First phase of applying Rod Taylor's pg_depend patch. This just addsTom Lane2002-07-011-7/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-3/+3
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-121-2/+3
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-1/+20
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-36/+79
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-121-9/+20
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-2/+4
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-5/+6
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-7/+8
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-4/+2
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-32/+42
* Code review for DOMAIN patch.Tom Lane2002-03-201-6/+4
* Change made to elog:Bruce Momjian2002-03-061-4/+4
* Require ownership permission for CREATE INDEX, per bug report.Tom Lane2002-01-031-7/+18
* Some minor tweaks of REINDEX processing: grab exclusive lock a littleREL7_2_BETA3Tom Lane2001-11-201-3/+5
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-19/+21
* Allow concurrent index creation for the same table.Hiroshi Inoue2001-10-241-2/+2
* Consider interpreting a function call as a trivial (binary-compatible)Tom Lane2001-10-041-4/+14
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-109/+81