Commit Graph

259 Commits (c22ecc6562aac895f0f0529707d7bdb460fd2a49)

Author SHA1 Message Date
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Thomas G. Lockhart 424d9389d6 Fix transposed arguments for typmod for one INTERVAL production. 24 years ago
Tom Lane f9b6583747 Didn't compile on non-HAVE_TM_ZONE machines. 24 years ago
Thomas G. Lockhart 9310075a13 Accept an INTERVAL argument for SET TIME ZONE per SQL99. 24 years ago
Thomas G. Lockhart 7547b0104a Define CEST as a synonym for Central European Savings Time 24 years ago
Tom Lane 64dff0beac Fix some problems in new variable-resolution-timestamp code. 24 years ago
Tom Lane 77be5f9451 AdjustTimestampForTypmod does not work (at least not portably) on 24 years ago
Thomas G. Lockhart 3e1beda2cd Implement precision support for timestamp and time, both with and without 24 years ago
Thomas G. Lockhart 6f58115ddd Measure the current transaction time to milliseconds. 24 years ago
Bruce Momjian 2a34134b6c - new to_char(interval, text) 24 years ago
Tom Lane f5ba72ea04 Consolidate several near-identical uses of mktime() into a single 25 years ago
Tom Lane 2792374cff Ensure that btree sort ordering functions and boolean comparison operators 25 years ago
Tom Lane 1c68f27877 Correct bogus mktime() calls. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 7582bd91cb Please apply the following patch to fix AIX and IRIX timestamp behavior 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Thomas G. Lockhart 6acdebbd3a Fix up "Postgres-style" time interval representation when fields have 25 years ago
Thomas G. Lockhart 8e9840383c Change comparisons of tm->tm_isdst from "nonzero" to "greater than zero". 25 years ago
Thomas G. Lockhart a8aa2f95b4 Repair always-broken date_part('quarter',timestamp). 25 years ago
Tom Lane 821f4673ff Make OVERLAPS operators conform to SQL92 spec regarding NULL handling. 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Thomas G. Lockhart 89a99cb686 Allow interpretation of INTERVALs with more timezone-like syntax. 25 years ago
Thomas G. Lockhart 2cf1642461 Fix INTERVAL output when year/month has different sign as day/hour etc. 25 years ago
Peter Eisentraut 525e1c4436 USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 25 years ago
Bruce Momjian dffd8cac3d * to_char: 25 years ago
Tom Lane bec98a31c5 Revise aggregate functions per earlier discussions in pghackers. 26 years ago
Peter Eisentraut cb292206c5 Remove a bunch of unused configure tests, in particular cases where 26 years ago
Tom Lane 40f64064ff Update textin() and textout() to new fmgr style. This is just phase 26 years ago
Jan Wieck 57d8080a40 TOAST 26 years ago
Tom Lane c590273fef Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc 26 years ago
Tom Lane ae526b4070 Another round of updates for new fmgr, mostly in the datetime code. 26 years ago
Bruce Momjian 20ad43b576 Mark functions as static and ifdef NOT_USED as appropriate. 26 years ago
Tom Lane 18952f6744 Second round of fmgr changes: triggers are now invoked in new style, 26 years ago
Thomas G. Lockhart d221e149b4 Fix (well, add) support for ISO "week" in date_part(). Needed for ODBC. 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Thomas G. Lockhart a349733bbb Add transcendental math functions (sine, cosine, etc) 26 years ago
Thomas G. Lockhart 6456810078 Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
Thomas G. Lockhart 41f1f5b76a Implement "date/time grand unification". 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian a71802e12e Final cleanup. 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 0cf1b79528 Cleanup of /include #include's, for 6.6 only. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Thomas G. Lockhart c06331a47d Change a few routine names back to full length now that pg_proc allows 28 years ago
Thomas G. Lockhart 4fa25b8c99 Shorten routine names to <= 16 characters to fit in pg_proc table. 28 years ago
Thomas G. Lockhart 8fe55efd7b Support special values 'now', 'current', etc on output. 28 years ago
Thomas G. Lockhart 31174f11d0 Remove difftime() calls. 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago