aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tid.c
Commit message (Expand)AuthorAge
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Add mention that tid perhaps someday should be output as a record.Bruce Momjian2006-02-27
* Implement the <> operator for the tid type. Original patch from MarkNeil Conway2006-02-26
* Remove second argument from textToQualifiedNameList(), as it is no longerNeil Conway2005-05-27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Use the new List API function names throughout the backend, and disable theNeil Conway2004-05-30
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-11
* Update copyrights to 2003.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* pgindent run.Bruce Momjian2002-09-04
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-28
* Tom Lane wrote:Bruce Momjian2002-08-15
* Fix tid to in/out as unsigned.Bruce Momjian2002-07-16
* Update copyright to 2002.Bruce Momjian2002-06-20
* AllowHiroshi Inoue2002-05-22
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-30
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Suppress compiler warning.Tom Lane2001-09-17
* Apply 7.1.3 changes to the current tree also.Hiroshi Inoue2001-09-08
* Fix my old fault(returns auto variable reference).Hiroshi Inoue2001-07-06
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-15
* Clean up some minor gcc warnings.Tom Lane1999-12-20
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-11
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Update #include cleanupsBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* 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