Age | Commit message (Expand) | Author |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-11-10 | interval_abs(): | Bruce Momjian |
2009-09-04 | Tigthen binary receive functions so that they reject values that the text | Heikki Linnakangas |
2009-07-06 | Use floor() not rint() when reducing precision of fractional seconds in | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-06-01 | Change AdjustIntervalForTypmod to not discard higher-order field values on the | Tom Lane |
2009-05-26 | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane |
2009-04-04 | Rewrite interval_hash() so that the hashcodes are equal for values that | Tom Lane |
2009-03-15 | Clean up the code for to_timestamp's conversion of year plus ISO day number | Tom Lane |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-11-11 | Add support for input and output of interval values formatted per ISO 8601; | Tom Lane |
2008-11-09 | Add a new GUC variable called "IntervalStyle" that decouples interval output | Tom Lane |
2008-10-14 | Fix EncodeSpecialTimestamp to throw error on unrecognized input, rather than | Tom Lane |
2008-09-11 | Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) | Tom Lane |
2008-09-10 | Make our parsing of INTERVAL literals spec-compliant (or at least a heck of | Tom Lane |
2008-07-07 | Fix AT TIME ZONE (in all three variants) so that we first try to interpret | Tom Lane |
2008-05-04 | Add timestamp and timestamptz versions of generate_series(). | Tom Lane |
2008-05-04 | Add pg_conf_load_time() function to report when the Postgres configuration | Tom Lane |
2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
2008-03-21 | Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing | Tom Lane |
2008-02-17 | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-09-16 | Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. | Tom Lane |
2007-08-04 | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane |
2007-07-18 | Properly adjust age() seconds to match the sign of the larger units. | Bruce Momjian |
2007-07-06 | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane |
2007-06-15 | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane |
2007-06-05 | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane |
2007-04-30 | Change the timestamps recorded in transaction commit/abort xlog records | Tom Lane |
2007-04-30 | Implement rate-limiting logic on how often backends will attempt to send | Tom Lane |
2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
2007-02-19 | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian |
2007-02-16 | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-12-30 | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane |
2006-11-11 | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-09-05 | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian |
2006-09-03 | Properly round months into days and into seconds for interval | Bruce Momjian |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-06-20 | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane |
2006-04-25 | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian |
2006-03-06 | Attached is the new patch. To summarize: | Bruce Momjian |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-22 | Fix up comment munged by pg_indent. (Not pg_indent's fault; should have | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
2005-10-27 | Add comment documenting actual failure case of using | Bruce Momjian |
2005-10-25 | Remove justify_hours call from interval_mul and interval_div, and make | Tom Lane |