aboutsummaryrefslogtreecommitdiff
path: root/src/backend/catalog/indexing.c
Commit message (Expand)AuthorAge
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Replace functional-index facility with expressional indexes. Any columnTom Lane2003-05-28
* pgindent run.Bruce Momjian2002-09-04
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut2002-07-22
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-18
* Use the dependency mechanism to manage column defaults. We need thisTom Lane2002-07-15
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-11
* Update copyright to 2002.Bruce Momjian2002-06-20
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-24
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-17
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-22
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-19
* 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
* Statistical system views (yet without the config stuff, butJan Wieck2001-06-22
* It turns out that the relcache thinks it can distinguish differentTom Lane2001-06-16
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Make sure to not handle deactivated system indexesHiroshi Inoue2000-12-14
* 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
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* BACKED OUT.Bruce Momjian2000-10-22
* here it is as requested by Bruce.Bruce Momjian2000-10-21
* Back out:Bruce Momjian2000-10-08
* Hello,Bruce Momjian2000-10-08
* Cleanup of code for creating index entries. Functional indexes withTom Lane2000-07-14
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-17
* Clean up #include's.Bruce Momjian2000-06-15
* Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian2000-06-07
* Add index on pg_index.indrelid for Tom Lane.Bruce Momjian2000-06-07
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Implement reindex commandHiroshi Inoue2000-02-18
* Add:Bruce Momjian2000-01-26
* Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian2000-01-24
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane1999-12-30