summaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAgeFilesLines
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-1/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+2
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-5/+8
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-051-13/+27
* Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane2004-09-131-3/+3
* Pgindent run for 8.0.Bruce Momjian2004-08-291-38/+41
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-2/+30
* Clean up generation of default names for constraints, indexes, and serialTom Lane2004-06-101-27/+121
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-20/+20
* Get rid of cluster.c's apparatus for rebuilding a relation's indexesTom Lane2004-05-081-3/+3
* ALTER TABLE rewrite. New cool stuff:Tom Lane2004-05-051-35/+211
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-281-18/+11
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-2/+6
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-021-2/+2
* Eliminate another gratuitous message wording difference.Peter Eisentraut2003-09-291-3/+3
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-11/+11
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-97/+74
* Putting back the previous change must be the first thing.Hiroshi Inoue2003-09-231-28/+4
* Seems like a bad idea that REINDEX TABLE supports (or thinks it does)Tom Lane2003-09-191-4/+28
* 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