aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/indexcmds.c
Commit message (Expand)AuthorAge
* Change some notices to warnings and vice versa according to criteriaPeter Eisentraut2003-10-02
* Eliminate another gratuitous message wording difference.Peter Eisentraut2003-09-29
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* Putting back the previous change must be the first thing.Hiroshi Inoue2003-09-23
* Seems like a bad idea that REINDEX TABLE supports (or thinks it does)Tom Lane2003-09-19
* Create a 'type cache' that keeps track of the data needed for any particularTom Lane2003-08-17
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-14
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-02
* Fix obsolete error message (isImmutable doesn't exist).Tom Lane2003-01-23
* Enforces NOT NULL constraints to be applied against new PRIMARY KEYTom Lane2003-01-02
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-15
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-13
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-12
* 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