| Commit message (Expand) | Author | Age |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Fix range check in date_recv that tried to limit accepted values to only | Heikki Linnakangas | 2009-10-26 |
* | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas | 2009-09-04 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, | Tom Lane | 2009-06-01 |
* | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane | 2009-05-26 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane | 2008-11-11 |
* | Make our parsing of INTERVAL literals spec-compliant (or at least a heck of | Tom Lane | 2008-09-10 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | Minor comment fixes. | Tom Lane | 2007-06-12 |
* | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway | 2007-05-29 |
* | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian | 2007-02-19 |
* | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian | 2007-02-16 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix up timetz input so that a date is required only when the specified | Tom Lane | 2006-10-18 |
* | Rename the recently-added pg_timezonenames view to pg_timezone_abbrevs, | Tom Lane | 2006-09-16 |
* | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 |
* | Remove ancient AIX structure workaround. | Bruce Momjian | 2006-06-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian | 2005-07-23 |
* | Code spacing improvement, particularly *tm spacing. | Bruce Momjian | 2005-07-22 |
* | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway | 2005-05-26 |
* | Put parentheses around use of macro arguments in FMODULO and TMODULO. | Bruce Momjian | 2005-05-24 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane | 2004-06-03 |
* | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 |
* | Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_path | Tom Lane | 2004-01-19 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Adjust date/time input parsing code to correctly distinguish the four | Tom Lane | 2003-08-27 |
* | Improve documentation of ParseDateTime(). Reorder tests to prevent | Tom Lane | 2003-08-05 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Add an upper limit to IS_VALID_JULIAN() to defend against overflow in | Tom Lane | 2003-07-17 |
* | Make EXTRACT(TIMEZONE) and SET/SHOW TIMEZONE follow the SQL convention | Tom Lane | 2003-07-17 |
* | Add code to test for unknown timezone names (following some ideas from | Tom Lane | 2003-05-18 |
* | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 |
* | Avoid repeated computation of the constants date2j(1970, 1, 1) and | Tom Lane | 2003-04-04 |
* | Fix timestamptz_in so that parsing of 'now'::timestamptz gives right | Tom Lane | 2003-02-20 |
* | The following patches eliminate the overflows in the j2date() and date2j() | Bruce Momjian | 2003-02-19 |
* | Repair an embarrassingly large number of alphabetization mistakes in the | Tom Lane | 2003-01-16 |