summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/regproc.c
AgeCommit message (Expand)Author
2000-06-05Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane
2000-05-28First round of changes for new fmgr interface. fmgr itself and theTom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-27Minor improvements in regprocout() and oidvectortypes().Tom Lane
2000-02-18Implement reindex commandHiroshi Inoue
2000-01-26Add:Bruce Momjian
2000-01-11More cleanups.Bruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian
1999-12-30Repair bugs discussed in pghackers thread of 15 May 1999: creation of aTom Lane
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-11-22Add system indexes to match all caches.Bruce Momjian
1999-11-07New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian
1999-09-18Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-16Update #include cleanupsBruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-07-15Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-02-15regprocin should accept '-' signifying InvalidOid, forTom Lane
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian
1998-11-27New HeapTuple structure/interface.Vadim B. Mikheev
1998-10-02regproc cleanupsBruce Momjian
1998-10-02Fix for regproc so proc name can be supplied if unique, if not, oid.Bruce Momjian
1998-09-25Fix comment for regproc.Bruce Momjian
1998-09-23Fix for oidArray from Christopher Oliver.Bruce Momjian
1998-09-22Cleanup for oid8[] from Tatsuo Ishii.Bruce Momjian
1998-09-18Fix for \df.Bruce Momjian
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-31Fix for regprocBruce Momjian
1998-08-31Fix for regprocout, use underscore, not parens.Bruce Momjian
1998-08-19heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian
1998-07-27Use Snapshot in heap access methods.Vadim B. Mikheev
1998-07-20Cleanup use of 16 that should be NAMEDATALEN.Bruce Momjian
1998-06-15Remove un-needed braces around single statements.Bruce Momjian
1998-04-26Re-apply Darren's char2-16 removal code.Bruce Momjian
1998-04-07Back out char2-char16 removal. Add later.Bruce Momjian
1998-03-30The following uuencoded, gzip'd file will ...Bruce Momjian
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-11Goodbye register keyword. Compiler knows better.Bruce Momjian
1998-01-31Inline fastgetattr and others so data access does not use functionBruce Momjian
1998-01-05Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian
1998-01-05Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian
1997-11-20Remove all time travel stuff. Small parser cleanup.Bruce Momjian
1997-11-15Add new \df psql option and oid8types() function.Bruce Momjian
1997-10-25Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian