index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
datetime.c
Commit message (
Expand
)
Author
Age
*
Here is a little syntax error found in a .y file... A dropped semi.
Bruce Momjian
1999-03-14
*
From: Tatsuo Ishii <t-ishii@sra.co.jp>
Marc G. Fournier
1999-02-21
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Fix "Y-2K" problem with two-digit BC dates being corrected by two millenia.
Thomas G. Lockhart
1999-01-20
*
Change ordering of HAVE_TM_ZONE and HAVE_INT_TIMEZONE code blocks
Thomas G. Lockhart
1998-12-31
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
Remove un-needed braces around single statements.
Bruce Momjian
1998-06-15
*
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian
1998-02-26
*
Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...
Bruce Momjian
1998-01-07
*
Change some ABORTS to ERROR. Add line number when COPY Failure.
Bruce Momjian
1998-01-05
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Change a few routine names back to full length now that pg_proc allows
Thomas G. Lockhart
1997-12-23
*
Add conversion from datetime to time data type.
Thomas G. Lockhart
1997-10-25
*
Used modified version of indent that understands over 100 typedefs.
Bruce Momjian
1997-09-08
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Cleanups needed for indent. Remove };
Bruce Momjian
1997-09-05
*
Fix time_cmp
Vadim B. Mikheev
1997-08-28
*
Make functions static where possible, enclose unused functions in #ifdef NOT_...
Bruce Momjian
1997-08-19
*
Use common parser and encoder for timestamp data type.
Thomas G. Lockhart
1997-07-01
*
Expunge code not enabled with USE_NEW_DATE and USE_NEW_TIME #defines.
Thomas G. Lockhart
1997-06-23
*
Fix a few DATEDEBUG print statements.
Thomas G. Lockhart
1997-06-03
*
Clean up support for USE_POSIX_TIME, ! HAVE_INT_TIMEZONE machines.
Thomas G. Lockhart
1997-05-30
*
Fix datetime and abstime conversions to and from date.
Thomas G. Lockhart
1997-05-16
*
Fix timezone manipulation code to avoid crashes on some machines.
Thomas G. Lockhart
1997-05-11
*
From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>
Marc G. Fournier
1997-04-17
*
Again, needs float.h
Marc G. Fournier
1997-04-04
*
From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
Marc G. Fournier
1997-04-02
*
Date/Time updates from Thomas...
Marc G. Fournier
1997-03-14