Commit Graph

259 Commits (c22ecc6562aac895f0f0529707d7bdb460fd2a49)

Author SHA1 Message Date
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane cecb607559 Make SQL arrays support null elements. This commit fixes the core array 20 years ago
Bruce Momjian 69f16b562a Add comment documenting actual failure case of using 20 years ago
Tom Lane 6a9b93a0e1 Remove justify_hours call from interval_mul and interval_div, and make 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 20 years ago
Tom Lane f2ebd01ef0 timestamptz_izone should return the input, not NULL, when the input 20 years ago
Tom Lane a239af02c3 Fix the various forms of AT TIME ZONE to accept either timezones found 20 years ago
Tom Lane 2613b74785 Factor out the common subexpression month_remainder * DAYS_PER_MONTH 20 years ago
Bruce Momjian ca4cf09232 Back out pfrees for justify_hour function calls. 20 years ago
Bruce Momjian 4ea18a11fa Fix memory leak when using justify_hours. 20 years ago
Tom Lane a43ea120bf Code & docs review for server instrumentation patch. File timestamps 20 years ago
Bruce Momjian 5b5013f502 Fix justify_days() for integer datestamp, clean up code. 20 years ago
Bruce Momjian 8b60f8e6c9 Fix rounding problem in interval_div by using rint(), and improve 20 years ago
Bruce Momjian f76f24dfff Improve computations of interval_div to prevent rounding problem on AIX. 20 years ago
Bruce Momjian 3dbbbbf8e9 Andrew pointed out that the current fix didn't handle dates that were 20 years ago
Bruce Momjian 5ddeffb676 Fix AT TIME ZONE for timestamps without time zones: 20 years ago
Bruce Momjian 261026575d Fix AT TIME ZONE for timestamps without time zones: 20 years ago
Bruce Momjian 3758affc9b More removal of unneeded parentheses. 20 years ago
Bruce Momjian ca256f3254 More spacing adjustments 20 years ago
Bruce Momjian d5f1e08c0c Code spacing improvement, particularly *tm spacing. 20 years ago
Bruce Momjian e6b72d6af6 Update DAYS_PER_MONTH comment. 20 years ago
Bruce Momjian b4bdab8105 Fix integer timestamp build for macro changes. 20 years ago
Bruce Momjian 9dbd00b0e2 Remove unnecessary parentheses in assignments. 20 years ago
Bruce Momjian a536b2dd80 Add time/date macros for code clarity: 20 years ago
Bruce Momjian db05f4a7eb Add 'day' field to INTERVAL so 1 day interval can be distinguished from 20 years ago
Bruce Momjian 826604f9e6 Fix interval division and multiplication, before: 20 years ago
Bruce Momjian 7f0b690334 Improve comments for AdjustIntervalForTypmod. 20 years ago
Bruce Momjian 62abb039df Change 5e0 to 5.0, for consistency. 20 years ago
Tom Lane d78397d301 Change typreceive function API so that receive functions get the same 20 years ago
Bruce Momjian b9fe8ee225 Fix date_trunct for December dates that are in the next year, e.g.: 20 years ago
Neil Conway dd4eea257b Fix build break on BSD, OSX, and other systems: add missing <sys/time.h> 21 years ago
Tom Lane b5f7cff84f Clean up the rather historically encumbered interface to now() and 21 years ago
Bruce Momjian 0851a6fbc7 This patch makes it possible to use the full set of timezones when doing 21 years ago
Bruce Momjian f5835b4b8d Add pg_postmaster_start_time() function. 21 years ago
Neil Conway 63e0d612f5 Adjust datetime parsing to be more robust. We now pass the length of the 21 years ago
Bruce Momjian 09ff9dbe2b Remove more extraneous parentheses in date/time functions. 21 years ago
Bruce Momjian 4550c1e519 More macro cleanups for date/time. 21 years ago
Bruce Momjian 5ebaae801c Add datetime macros for constants, for clarity: 21 years ago
Bruce Momjian 33d0d4ce96 Remove unnecessary parentheses in datetime/timestamp code. 21 years ago
Bruce Momjian aa8bdab272 Attached patch gets rid of the global timezone in the following steps: 21 years ago
Bruce Momjian 9e9724e8bd Fix wrong week returnded by date_trunc('week') for early dates in 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 1e6457dfce Fix timestamptz_age() to do calculation in local timezone not GMT, per bug 1332. 21 years ago
Tom Lane c584103f56 Patch of 2004-03-30 corrected date_part(timestamp) for extracting 21 years ago
Tom Lane c4acbb843b timestamptz_trunc() should only recalculate the timezone when truncating 21 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Bruce Momjian 46be0c18f1 > After all that about numbering centuries and millenia correctly, 21 years ago