summaryrefslogtreecommitdiff
path: root/src/include/catalog/indexing.h
Commit message (Expand)AuthorAgeFilesLines
* More include file adjustments.Bruce Momjian2006-07-131-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-1/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-71/+71
* Create the pg_pltemplate system catalog to hold template informationTom Lane2005-09-081-4/+7
* Integrate autovacuum functionality into the backend. There's still aTom Lane2005-07-141-1/+3
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+8
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-11/+11
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-63/+5
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-61/+144
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-1/+5
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-5/+5
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid).Tom Lane2003-05-131-3/+3
* Add DOMAIN check constraints.Bruce Momjian2002-11-151-1/+4
* Make 'dummy' declarations in header files be 'extern int no_such_variable'Tom Lane2002-10-181-3/+3
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-66/+17
* Implement DROP CONVERSIONTatsuo Ishii2002-07-251-3/+2
* Add unique index on pg_cast.oid, and document pg_cast table.Peter Eisentraut2002-07-221-2/+4
* pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut2002-07-181-1/+5
* Use the dependency mechanism to manage column defaults. We need thisTom Lane2002-07-151-3/+7
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-5/+19
* Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii2002-07-111-1/+8
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-191-3/+5
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-3/+3
* Opclasses live in namespaces. I also took the opportunity to createTom Lane2002-04-171-3/+3
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-3/+3
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-6/+4
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-051-3/+3
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-3/+3
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-3/+3
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-221-1/+7
* A bunch of changes aimed at reducing backend startup time...Tom Lane2002-02-191-10/+1
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions inTom Lane2001-08-211-13/+10
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-4/+6
* It turns out that the relcache thinks it can distinguish differentTom Lane2001-06-161-3/+7
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-24/+37
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-071-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Clean up syscache so that recursive invocation is safe, and remove errorTom Lane2000-11-101-44/+4