aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/timestamp.c
Commit message (Expand)AuthorAge
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-18
* Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero".Thomas G. Lockhart2001-01-17
* Repair always-broken date_part('quarter',timestamp).Thomas G. Lockhart2001-01-03
* Make OVERLAPS operators conform to SQL92 spec regarding NULL handling.Tom Lane2000-12-07
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Allow interpretation of INTERVALs with more timezone-like syntax.Thomas G. Lockhart2000-11-11
* Fix INTERVAL output when year/month has different sign as day/hour etc.Thomas G. Lockhart2000-11-06
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-29
* * to_char:Bruce Momjian2000-08-29
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut2000-07-12
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* TOASTJan Wieck2000-07-03
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC.Thomas G. Lockhart2000-04-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-07
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-26
* Change a few routine names back to full length now that pg_proc allowsThomas G. Lockhart1997-12-23
* Shorten routine names to <= 16 characters to fit in pg_proc table.Thomas G. Lockhart1997-10-25
* Support special values 'now', 'current', etc on output.Thomas G. Lockhart1997-10-09
* Remove difftime() calls.Thomas G. Lockhart1997-09-16
* Used modified version of indent that understands over 100 typedefs.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
* Fix for sunos4 difftime() call.Bruce Momjian1997-08-19
* Remove sparc dir, add difftime macro for sunos.Bruce Momjian1997-07-28
* Use common parser and encoder for timestamp data type.Thomas G. Lockhart1997-07-01
* Fix timezone manipulation code to avoid crashes on some machines.Thomas G. Lockhart1997-05-11
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-04-03
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-02
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-03-25
* Missed another tar file... :(Marc G. Fournier1997-03-14