Commit Graph

232 Commits (146604ec43bcd6f977c31775a91022cf9737daf5)

Author SHA1 Message Date
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
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian 4e9e00cb68 Fix for sunos4 difftime() call. 28 years ago
Bruce Momjian 5a38a119b2 Remove sparc dir, add difftime macro for sunos. 29 years ago
Thomas G. Lockhart 8507ddb9c6 Use common parser and encoder for timestamp data type. 29 years ago
Thomas G. Lockhart 64d9b50893 Fix timezone manipulation code to avoid crashes on some machines. 29 years ago
Marc G. Fournier 4bc578eb83 From: "D'Arcy J.M. Cain" <darcy@druid.net> 29 years ago
Marc G. Fournier 2ab34dfe1a From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov> 29 years ago
Marc G. Fournier 070381482f From: "D'Arcy J.M. Cain" <darcy@druid.net> 29 years ago
Marc G. Fournier 94094c0569 Missed another tar file... :( 29 years ago