]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/regproc.c
Implement types regprocedure, regoper, regoperator, regclass, regtype
[postgresql] / src / backend / utils / adt / regproc.c
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