]> granicus.if.org Git - postgresql/history - src/backend/catalog/indexing.c
Commit to match discussed elog() changes. Only update is that LOG is
[postgresql] / src / backend / catalog / indexing.c
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
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-22 Jan WieckStatistical system views (yet without the config stuff...
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-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-12-14 Hiroshi InoueMake sure to not handle deactivated system indexes
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
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-07-14 Tom LaneCleanup of code for creating index entries. Functional...
2000-06-17 Tom LaneClean out another pocket of functions called via nonspe...
2000-06-15 Bruce MomjianClean up #include's.
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-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-24 Bruce MomjianRemove Ops parameter from STATRELID cache lookup, for...
2000-01-10 Bruce MomjianRename oid8 -> oidvector and int28 -> int2vector. ...
1999-12-30 Tom LaneRepair bugs discussed in pghackers thread of 15 May...
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-25 Bruce MomjianEnable pg_statistic cache use.
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-01 Bruce Momjianformatting cleanup
1999-11-01 Bruce MomjianAllow indexes on system catalogs for use in cache code.
1999-10-15 Bruce MomjianThis patch implements ORACLE's COMMENT SQL command.
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-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-09-04 Bruce MomjianIntercept temp table lookups further up to map temp...
1999-09-04 Bruce MomjianInvalidate temp entries for aborted transactions.
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-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-02 Bruce MomjianFix for regproc so proc name can be supplied if unique...
1998-09-23 Bruce MomjianAllow 8-key indexes.
1998-09-07 Bruce MomjianAlignment cleanup so no more massive switch statements...
1998-09-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce Momjiancleanup
1998-09-01 Bruce Momjiancleanups of indexing.c
1998-09-01 Bruce Momjiancleanup
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-31 Bruce Momjianindexing.c cleanups.
1998-08-30 Bruce MomjianFix for possible releasebuffer bug.
1998-08-20 Bruce Momjianfix for index problem.
1998-08-20 Bruce MomjianAnother vacuum fix.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-27 Bruce MomjianThis patch...
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
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. MikheevIndexing of pg_trigger
1997-08-21 Vadim B. MikheevGet rid of attproc, atttyparg, attcanindex, attdefrel...
1997-01-10 Bruce Momjianinclude sem.h added, include string.h neede, from Erik...
1997-01-10 Vadim B. Mikheevindex_insert has now HeapRelation as last param (for...
1996-11-26 Bryan HendersonProperly structure ProcedureNameIndexScan so it doesn...
1996-11-13 Marc G. FournierCommit of a *MAJOR* patch from Dan McGuirk <djm@indirec...
1996-11-11 Bruce MomjianFixed double pfree on opaque.
1996-11-06 Marc G. FournierAnother directory cleaned up
1996-11-03 Marc G. Fournierfirst pass at cleaning up include files
1996-08-26 Marc G. FournierThere, now we support GiST...now what? :)
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01