| Commit message (Expand) | Author | Age | Files | Lines |
| * | Define integer limits independently from the system definitions. | Andres Freund | 2015-04-02 | 1 | -2/+2 |
| * | Centralize definition of integer limits. | Andres Freund | 2015-03-25 | 1 | -4/+2 |
| * | Update copyright for 2015 | Bruce Momjian | 2015-01-06 | 1 | -1/+1 |
| * | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
| * | Add make_date() and make_time() functions. | Tom Lane | 2013-11-17 | 1 | -0/+2 |
| * | Clean up references to SQL92 | Peter Eisentraut | 2013-04-20 | 1 | -1/+1 |
| * | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
| * | Add transform functions for various temporal typmod coercisions. | Robert Haas | 2012-02-08 | 1 | -0/+1 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Create a "sort support" interface API for faster sorting. | Tom Lane | 2011-12-07 | 1 | -0/+1 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Avoid unexpected conversion overflow in planner for distant date values. | Tom Lane | 2010-12-28 | 1 | -0/+2 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -4/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Extend the date type to support infinity and -infinity, analogously to | Tom Lane | 2008-10-14 | 1 | -1/+16 |
| * | Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing | Tom Lane | 2008-03-21 | 1 | -7/+5 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane | 2007-07-06 | 1 | -1/+2 |
| * | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 | 1 | -7/+1 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 | 1 | -1/+5 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+3 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -9/+4 |
| * | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane | 2005-10-09 | 1 | -1/+5 |
| * | In accordance to | Teodor Sigaev | 2005-02-25 | 1 | -8/+20 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Add missing operators of the form interval-plus-datetime, as required for | Tom Lane | 2004-07-02 | 1 | -2/+1 |
| * | Create crosstype comparison operators for date vs. timestamp and date | Tom Lane | 2004-02-14 | 1 | -1/+31 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 | 1 | -1/+7 |
| * | Repair array subscript overrun identified by Yichen Xie. Reduce the | Tom Lane | 2003-01-29 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -4/+7 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Clean up INT64CONST conflicts. Make the pg_crc code use a macro called | Tom Lane | 2002-04-23 | 1 | -2/+1 |
| * | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 1 | -4/+20 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | Accept an INTERVAL argument for SET TIME ZONE per SQL99. | Thomas G. Lockhart | 2001-10-18 | 1 | -1/+2 |
| * | Implement precision support for timestamp and time, both with and without | Thomas G. Lockhart | 2001-10-03 | 1 | -1/+3 |
| * | Measure the current transaction time to milliseconds. | Thomas G. Lockhart | 2001-09-28 | 1 | -3/+10 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -9/+9 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix some int4->int32. | Bruce Momjian | 2001-01-23 | 1 | -2/+2 |
| * | Rename int4 to int32 in a few places. | Bruce Momjian | 2001-01-23 | 1 | -2/+2 |