aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAge
* Change phrasing of input error message.Thomas G. Lockhart1997-11-07
* Good Bye, Time Travel!Vadim B. Mikheev1997-11-02
* Fix acl error, and remove duplicate pqtrace.Bruce Momjian1997-11-01
* Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart1997-10-30
* Fix for when POSIX time not defined.Bruce Momjian1997-10-30
* Shorten routine names to <= 16 characters to fit in pg_proc table.Thomas G. Lockhart1997-10-25
* Add conversion routines for oid to and from text.Thomas G. Lockhart1997-10-25
* Clean up comments.Thomas G. Lockhart1997-10-25
* Add conversions for int2 and int4 to and from text.Thomas G. Lockhart1997-10-25
* Fix occasional uninitialized variable fractional secondsThomas G. Lockhart1997-10-25
* Add conversion from datetime to time data type.Thomas G. Lockhart1997-10-25
* Modify one last line to complete changes for StrNCpy() macro addition.Thomas G. Lockhart1997-10-25
* Add debugging statement enabled by CASHDEBUG symbol definition.Thomas G. Lockhart1997-10-25
* Check explicitly for valid input strings for both TRUE and FALSE.Thomas G. Lockhart1997-10-25
* Rename strNcpy to StrNCpy, and change third parameter.Bruce Momjian1997-10-25
* Accept additional values for TRUE: y, Y, 1.Thomas G. Lockhart1997-10-17
* Fix delta time decoding for 12 AM/PM.Thomas G. Lockhart1997-10-17
* Allow 't', 'T', and even/odd ASCII characters to denote true/falseThomas G. Lockhart1997-10-09
* Support special values 'now', 'current', etc on output.Thomas G. Lockhart1997-10-09
* From JM de Lauwereyns (jmlauwer@icdc.caissedesdepots.fr):Thomas G. Lockhart1997-10-03
* AIX float fix.Bruce Momjian1997-09-26
* Disable checking for zero or one points with deeper parens on input.Thomas G. Lockhart1997-09-25
* Remove extra float.h I added.Bruce Momjian1997-09-24
* AIX fixes.Bruce Momjian1997-09-23
* Add point_ne() function.Thomas G. Lockhart1997-09-20
* Fix typo for default units for timespan input.Thomas G. Lockhart1997-09-20
* Include tinterval comparison functions for span of interval.Thomas G. Lockhart1997-09-20
* Include functions for integer/money arithmetic.Thomas G. Lockhart1997-09-20
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Remove difftime() calls.Thomas G. Lockhart1997-09-16
* Cleanup for cash patch .Bruce Momjian1997-09-13
* Fix for copy to stdout for cash.Bruce Momjian1997-09-13
* Fix up error messages to remove extra newline. Use "zero" rather than "0.0".Thomas G. Lockhart1997-09-13
* heapattr functions now return a Datum, not char *.Bruce Momjian1997-09-12
* 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
* Cleanup needed for indent.Bruce Momjian1997-09-06
* Cleanups needed for indent.Bruce Momjian1997-09-05
* Cleanups needed for indent.Bruce Momjian1997-09-05
* Cleanups needed for indent. Remove };Bruce Momjian1997-09-05
* Add comparision routines and catalog entries to support indices onThomas G. Lockhart1997-09-04
* Shift time zone to GMT to correctly evaluate "current" time.Thomas G. Lockhart1997-09-01
* Fix time_cmpVadim B. Mikheev1997-08-28
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-24
* We store Cash/money as int of size 4, so make it an int rather than a long.Bruce Momjian1997-08-22
* Change time function names to be more consistent, and check for zero divides,...Bruce Momjian1997-08-21
* Rename pg_attribute.attnvals to attdisbursion.Bruce Momjian1997-08-21
* Change pg_attribute.attnvals to float4, change #ifdef 0 to #if 0, fix aix cal...Bruce Momjian1997-08-21