| Commit message (Expand) | Author | Age |
* | 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-05-04 |
* | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 |
* | Get rid of a bunch of #ifdef HAVE_INT64_TIMESTAMP conditionals by inventing | Tom Lane | 2008-03-21 |
* | Replace time_t with pg_time_t (same values, but always int64) in on-disk | Tom Lane | 2008-02-17 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. | Tom Lane | 2007-09-16 |
* | Switch over to using the src/timezone functions for formatting timestamps | Tom Lane | 2007-08-04 |
* | Properly adjust age() seconds to match the sign of the larger units. | Bruce Momjian | 2007-07-18 |
* | Fix up hash functions for datetime datatypes so that they don't take | Tom Lane | 2007-07-06 |
* | Tweak the API for per-datatype typmodin functions so that they are passed | Tom Lane | 2007-06-15 |
* | Downgrade implicit casts to text to be assignment-only, except for the ones | Tom Lane | 2007-06-05 |
* | 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-04-30 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | 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 |
* | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane | 2006-12-30 |
* | Suppress a few 'uninitialized variable' warnings that gcc emits only at | Tom Lane | 2006-11-11 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Fix imprecision from interval rounding of multiplication/division. | Bruce Momjian | 2006-09-05 |
* | Properly round months into days and into seconds for interval | Bruce Momjian | 2006-09-03 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Add statement_timestamp(), clock_timestamp(), and | Bruce Momjian | 2006-04-25 |
* | Attached is the new patch. To summarize: | Bruce Momjian | 2006-03-06 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | 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-22 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Add comment documenting actual failure case of using | Bruce Momjian | 2005-10-27 |
* | Remove justify_hours call from interval_mul and interval_div, and make | Tom Lane | 2005-10-25 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane | 2005-10-09 |
* | timestamptz_izone should return the input, not NULL, when the input | Tom Lane | 2005-09-09 |
* | Fix the various forms of AT TIME ZONE to accept either timezones found | Tom Lane | 2005-09-09 |
* | Factor out the common subexpression month_remainder * DAYS_PER_MONTH | Tom Lane | 2005-08-25 |
* | Back out pfrees for justify_hour function calls. | Bruce Momjian | 2005-08-25 |
* | Fix memory leak when using justify_hours. | Bruce Momjian | 2005-08-25 |
* | Code & docs review for server instrumentation patch. File timestamps | Tom Lane | 2005-08-12 |
* | Fix justify_days() for integer datestamp, clean up code. | Bruce Momjian | 2005-07-30 |
* | Fix rounding problem in interval_div by using rint(), and improve | Bruce Momjian | 2005-07-24 |
* | Improve computations of interval_div to prevent rounding problem on AIX. | Bruce Momjian | 2005-07-23 |
* | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian | 2005-07-23 |
* | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian | 2005-07-23 |
* | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian | 2005-07-22 |
* | More removal of unneeded parentheses. | Bruce Momjian | 2005-07-22 |
* | More spacing adjustments | Bruce Momjian | 2005-07-22 |