aboutsummaryrefslogtreecommitdiff
path: root/contrib/spi/moddatetime.c
Commit message (Collapse)AuthorAge
* pgindent run.Bruce Momjian2003-08-04
|
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
|
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-10
| | | | | | PostgreSQL source code. Neil Conway
* Call timestamp_in with proper arguments, per gripe from Mark Halliwell.Tom Lane2003-01-09
|
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
|
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
| | | | | | | | | in pghackers list. Support for oldstyle internal functions is gone (no longer needed, since conversion is complete) and pg_language entry 'internal' now implies newstyle call convention. pg_language entry 'newC' is gone; both old and newstyle dynamically loaded C functions are now called language 'C'. A newstyle function must be identified by an associated info routine. See src/backend/utils/fmgr/README.
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-09
|
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
| | | | CurrentTriggerData is history.
* pgindent run over code.Bruce Momjian1999-05-25
|
* New moddatetime contrib from Terry Mackintosh.Bruce Momjian1998-12-12