]> granicus.if.org Git - postgresql/history - src/backend/catalog/pg_operator.c
Teach the planner to remove SubqueryScan nodes from the plan if they
[postgresql] / src / backend / catalog / pg_operator.c
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-01-28 Tom LaneExtend join-selectivity API (oprjoin interface) so...
2002-09-04 Bruce Momjianpgindent run.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-16 Tom LaneAdd more dependency insertions --- this completes the...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneAdd defenses against invalid operator names passed...
2001-08-10 Peter Eisentrautmessage refinements
2001-07-15 Tom LaneRestructure index AM interface for index building and...
2001-06-01 Tom LaneClean up some minor problems exposed by further thought...
2001-05-20 Tom LaneModify optimizer data structures so that IndexOptInfo...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-22 Tom LaneSome small polishing of Mark Hollomon's cleanup of...
2000-08-21 Tom Lanefmgr interface mopup work. Use new DatumGetBool and...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom Lanesetheapoverride() is history. Uses replaced with Comma...
2000-01-10 Bruce MomjianMake number of args to a function configurable.
2000-01-05 Bruce MomjianFix it's and its to be correct.
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-04-23 Tom LaneRepair missing heap_endscan() in OperatorUpd().
1999-04-11 Tom LaneRepair problems seen when CREATE OPERATOR mentions a
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
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-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-05-09 Thomas G. LockhartChange parameters to func_error().
1998-04-27 Bruce MomjianThis patch...
1998-04-01 Marc G. FournierFrom: Maurice Gittens <mgittens@david.gits.nl>
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-06 Bruce MomjianABORT to ERROR in catalog/.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-09-18 Bruce MomjianInline memset() as MemSet().
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-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-07-23 Bruce MomjianFix problems with pg_dump for iheritance, sequences...
1996-12-26 Bruce MomjianIn src/backend/catalog/pg_operator.c in OperatorDef...
1996-11-30 Bruce MomjianThis patch changes quite a few instances of references...
1996-11-08 Marc G. FournierD'Arcy's recent cleanups
1996-11-06 Marc G. FournierAnother directory cleaned up
1996-11-05 Marc G. FournierMakes it compile...still needs work
1996-11-03 Marc G. Fournierfirst pass at cleaning up include files
1996-10-07 Marc G. FournierMostly adding "const" keyword and making some functions...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01