index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
datetime.h
Commit message (
Expand
)
Author
Age
*
pgindent run.
Bruce Momjian
2002-09-04
*
Update copyright to 2002.
Bruce Momjian
2002-06-20
*
Katherine Ward wrote:
Jan Wieck
2002-06-11
*
Merge the last few variable.c configuration variables into the generic
Tom Lane
2002-05-17
*
Support alternate storage scheme of 64-bit integer for date/time types.
Thomas G. Lockhart
2002-04-21
*
Rename TIME token to ISOTIME to eliminate conflict with gram.y parser
Thomas G. Lockhart
2002-01-01
*
Rework the date/time parsing to tighten up some cases and to enable other
Thomas G. Lockhart
2001-12-29
*
New pgindent run with fixes suggested by Tom. Patch manually reviewed,
Bruce Momjian
2001-11-05
*
Another pgindent run. Fixes enum indenting, and improves #endif
Bruce Momjian
2001-10-28
*
pgindent run on all C files. Java run to follow. initdb/regression
Bruce Momjian
2001-10-25
*
Document range restriction on bit values used in INTERVAL typmod.
Tom Lane
2001-10-23
*
Measure the current transaction time to milliseconds.
Thomas G. Lockhart
2001-09-28
*
Remove unneeded/unportable extern.
Tom Lane
2001-08-27
*
Ensure macros are adequately parenthesized.
Tom Lane
2001-07-10
*
Add GUC setting for Australian timezones. Uses new GUC boolean callback
Bruce Momjian
2001-06-18
*
Consolidate several near-identical uses of mktime() into a single
Tom Lane
2001-05-03
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Fix up "Postgres-style" time interval representation when fields have
Thomas G. Lockhart
2001-01-18
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Repair problems with overrun of timezone name length. Increase MAXTZLEN
Tom Lane
2000-05-29
*
Fix spelling of "millennium".
Thomas G. Lockhart
2000-04-14
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-03-14
*
Implement "date/time grand unification".
Thomas G. Lockhart
2000-02-16
*
Add:
Bruce Momjian
2000-01-26
*
Cleanup of /include #include's, for 6.6 only.
Bruce Momjian
1999-07-14
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
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
*
Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIME
Thomas G. Lockhart
1997-06-23
*
Date/Time updates from Thomas...
Marc G. Fournier
1997-03-14
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10