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
/
timestamp.h
Commit message (
Expand
)
Author
Age
*
Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.
Bruce Momjian
2001-01-24
*
Fix some int4->int32.
Bruce Momjian
2001-01-23
*
Rename int4 to int32 in a few places.
Bruce Momjian
2001-01-23
*
Add support for AT TIME ZONE syntax.
Thomas G. Lockhart
2000-11-06
*
* to_char:
Bruce Momjian
2000-08-29
*
Revise aggregate functions per earlier discussions in pghackers.
Tom Lane
2000-07-17
*
Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc
Tom Lane
2000-06-19
*
#include cleanups
Bruce Momjian
2000-06-15
*
Another round of updates for new fmgr, mostly in the datetime code.
Tom Lane
2000-06-09
*
Mark functions as static and ifdef NOT_USED as appropriate.
Bruce Momjian
2000-06-08
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add transcendental math functions (sine, cosine, etc)
Thomas G. Lockhart
2000-04-07
*
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