]> granicus.if.org Git - postgresql/history - src/include/catalog/indexing.h
Update copyright to 2004.
[postgresql] / src / include / catalog / indexing.h
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-05-13 Tom LaneChange pg_amop's index on (amopclaid,amopopr) to index...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-10-18 Tom LaneMake 'dummy' declarations in header files be 'extern...
2002-09-04 Bruce Momjianpgindent run.
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-22 Peter EisentrautAdd unique index on pg_cast.oid, and document pg_cast...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-15 Tom LaneUse the dependency mechanism to manage column defaults...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-19 Tom Lanepg_trigger's index on tgrelid is replaced by a unique...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-17 Tom LaneOpclasses live in namespaces. I also took the opportun...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-22 Tom LaneCreate the pg_namespace system catalog. Doesn't do...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-06-16 Tom LaneIt turns out that the relcache thinks it can distinguis...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-10 Tom LaneClean up syscache so that recursive invocation is safe...
2000-10-24 Tom LaneMajor overhaul of large-object implementation, by Denis...
2000-10-22 Bruce MomjianBACKED OUT.
2000-10-21 Bruce Momjianhere it is as requested by Bruce.
2000-10-08 Bruce MomjianBack out:
2000-10-08 Bruce MomjianHello,
2000-06-17 Tom LaneClean out another pocket of functions called via nonspe...
2000-06-07 Bruce MomjianRe-order pg_listener index so it can later be used...
2000-06-07 Bruce MomjianAdd index on pg_index.indrelid for Tom Lane.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-24 Bruce MomjianUpdate for index change. Semes it didn't work the...
2000-01-24 Bruce MomjianRemove Ops parameter from STATRELID cache lookup, for...
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-11-24 Bruce MomjianCleanup for pg_statistic commit.
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-23 Bruce MomjianUpdate opclass to be non-unique.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-04 Hiroshi InoueMake it possible to execute crashed CREATE/DROP command...
1999-11-01 Bruce Momjianformatting cleanup
1999-11-01 Bruce MomjianAllow indexes on system catalogs for use in cache code.
1999-09-30 Jan WieckRemoved (useless) pg_proc_prosrc_index
1999-09-29 Jan WieckThis is part #1 for of the DEFERRED CONSTRAINT TRIGGER...
1999-07-20 Bruce MomjianReverse out cache changes that are not ready yet.
1999-07-20 Bruce MomjianUse -ieee alpha flag for gcc and egcs only.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-24 Bruce MomjianFix prototypes so they don't look like function definit...
1998-01-11 Bruce MomjianFix SCO and change index name.
1997-11-17 Bruce MomjianRemove 16 char limit on system table/index names. ...
1997-11-15 Bruce MomjianRemove pg_magic, defaults, server, hosts, and demon...
1997-11-15 Bruce MomjianFix problem of COPY before vacuum.
1997-11-14 Bruce MomjianFIx for indexing regex stuff. Change rowoid to objoid.
1997-11-13 Bruce MomjianAdd pg_description table for info on tables, columns...
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-31 Vadim B. MikheevWelcome, triggers
1997-08-21 Vadim B. MikheevNew system relations to store DEFAULT/CHECK expressions.
1996-11-06 Marc G. FournierAnother one bites the dust
1996-08-28 Marc G. FournierMore cleanups of the include files