summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/nabstime.c
Commit message (Expand)AuthorAgeFilesLines
* Oops, sorry...meant to commit the patch from Thomas for tzn->CTZNameMarc G. Fournier1998-12-151-6/+2
* tzn undeclared in FreeBSD, commented out.Vadim B. Mikheev1998-12-151-1/+4
* more cleanups...of note, appendStringInfo now performs like sprintf(),Marc G. Fournier1998-12-141-6/+2
* Switch around conditional code so that HAVE_TM_ZONE takes precedenceThomas G. Lockhart1998-12-131-15/+25
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-2/+3
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-24/+24
* Remove unneeded strcpy() of timezone.Bruce Momjian1998-07-191-7/+1
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-3/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-11/+11
* No datedebug printing of date debug is not defined.Bruce Momjian1998-02-021-2/+4
* AIX patch from Darren King and Univel patch from Billy Allie, mostlyBruce Momjian1998-02-011-6/+2
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-3/+3
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-6/+6
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-6/+6
* Fix for when POSIX time not defined.Bruce Momjian1997-10-301-2/+3
* Clean up comments.Thomas G. Lockhart1997-10-251-5/+5
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-94/+94
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-311/+371
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-2/+3
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-3/+3
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-6/+6
* Date-type fixes from Tatsuo IshiiBruce Momjian1997-07-081-1/+4
* Use the standard date/time encoder rather than strftime() for output.Thomas G. Lockhart1997-06-231-122/+63
* Fix timezone manipulation code to avoid crashes on some machines.Thomas G. Lockhart1997-05-111-3/+3
* More timezone patches by Thomas:Marc G. Fournier1997-04-251-20/+28
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-221-8/+16
* A small fix, where default: condition in case had not 'break;'...not required,Marc G. Fournier1997-04-151-1/+3
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-021-19/+80
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-281-2/+2
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-03-281-1/+4
* include float.h *after* postgres.h :(Marc G. Fournier1997-03-261-4/+4
* need float.h under FreeBSD for DBL_MINMarc G. Fournier1997-03-261-1/+4
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-03-251-50/+105
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-03-211-3/+3
* Resync the source tree, commit some things that were missing (pqcomprim.c) andMarc G. Fournier1997-03-181-29/+34
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-656/+221
* Slight change to nabstime.c so that configure is able to handle a systemMarc G. Fournier1997-01-271-2/+2
* include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian1997-01-101-1/+2
* timeb.h only used when not using POSIX_TIMEBruce Momjian1997-01-101-2/+4
* Minor changes for NeXT compileMarc G. Fournier1997-01-061-2/+1
* Put sys/types.h before sys/timeb.h so Ultrix compiles.Bryan Henderson1996-12-161-2/+2
* Make compile on AIX, Alpha OSF. Thanks Darren King, Igor Notanzon.Bryan Henderson1996-12-151-1/+2
* Compile and warning cleanupBruce Momjian1996-11-081-3/+4
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-3/+1
* Move "port specific" #ifdefs out of here and into config.hMarc G. Fournier1996-10-171-13/+7
* Added a SVR4 portMarc G. Fournier1996-08-191-1/+2
* - merging in Dr. George's tree with oursMarc G. Fournier1996-07-221-7/+8
* Brought in NEOSOFT's port to i386_solarisMarc G. Fournier1996-07-201-2/+2
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+866