aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/tupdesc.c
Commit message (Expand)AuthorAge
* TOASTJan Wieck2000-07-03
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* CleanupBruce Momjian2000-05-22
* I am attempting to integrate postgres (v 7.0) with an open sourceBruce Momjian2000-05-22
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix problems seen in parallel regress tests when SI buffer overruns (causingTom Lane2000-01-31
* Add:Bruce Momjian2000-01-26
* Added empty TOASTER files and corrected some minor glitchesJan Wieck1999-12-21
* Required catalog changes for extended LONG attribute storage.Jan Wieck1999-12-20
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Initial attempt to clean up the code...Marc G. Fournier1998-12-14
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-12
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-26
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Pass around typmod as int16.Bruce Momjian1998-02-10
* Pass attypmod through to executor by adding to Var and Resdom.Bruce Momjian1998-02-10
* atttypmod now -1.Bruce Momjian1998-02-07
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-16
* Goodbye ABORT. Hello ERROR for all errors.Bruce Momjian1998-01-07
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove tqual.h includes not needed.Bruce Momjian1997-11-24
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Cleanup for array fix patch.Bruce Momjian1997-09-10
* Fix for arrays.Bruce Momjian1997-09-10
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* CreateTupleDescCopy don't copy constraints now!Vadim B. Mikheev1997-08-22
* Name change cleanup.Bruce Momjian1997-08-21
* AttrConstr --> TupleConstrVadim B. Mikheev1997-08-21