]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/regproc.c
Update CVS HEAD for 2007 copyright. Back branches are typically not
[postgresql] / src / backend / utils / adt / regproc.c
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-01 Tom LaneProvide a namespace.c function for lookup of an operato...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-01-31 Neil ConwayMicro-opt: replace calls like
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
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-07-28 Tom LaneA visit from the message-style police ...
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianHere is a patch for Composite and Set returning functio...
2002-05-11 Tom LaneForgot to handle 'opaque' function arguments in regproc...
2002-05-01 Tom LaneAdd routines in namespace.c to determine whether object...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
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-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-07-09 Peter Eisentrautoidvectortypes: use SQL type names and separate by...
2000-07-03 Jan WieckTOAST
2000-06-05 Tom LaneLatest round of fmgr updates. All functions with bool...
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-27 Tom LaneMinor improvements in regprocout() and oidvectortypes().
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
2000-01-11 Bruce MomjianMore cleanups.
2000-01-10 Bruce MomjianMake number of args to a function configurable.
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-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
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-16 Bruce MomjianUpdate #include cleanups
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-02-15 Tom Laneregprocin should accept '-' signifying InvalidOid, for
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-02 Bruce Momjianregproc cleanups
1998-10-02 Bruce MomjianFix for regproc so proc name can be supplied if unique...
1998-09-25 Bruce MomjianFix comment for regproc.
1998-09-23 Bruce MomjianFix for oidArray from Christopher Oliver.
1998-09-22 Bruce MomjianCleanup for oid8[] from Tatsuo Ishii.
1998-09-18 Bruce MomjianFix for \df.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-31 Bruce MomjianFix for regproc
1998-08-31 Bruce MomjianFix for regprocout, use underscore, not parens.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-20 Bruce MomjianCleanup use of 16 that should be NAMEDATALEN.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
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-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-11-15 Bruce MomjianAdd new \df psql option and oid8types() function.
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
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-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-04-27 Thomas G. LockhartChange mixed-case routines to lower-case if referenced...
1996-11-08 Bruce MomjianCompile and warning cleanup
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01