Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane | 2003-07-24 |
| | |||
* | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane | 2003-03-10 |
| | | | | | | PostgreSQL source code. Neil Conway | ||
* | Call timestamp_in with proper arguments, per gripe from Mark Halliwell. | Tom Lane | 2003-01-09 |
| | |||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
| | |||
* | Revise handling of oldstyle/newstyle functions per recent discussions | Tom Lane | 2000-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 Lane | 2000-06-09 |
| | |||
* | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 |
| | | | | CurrentTriggerData is history. | ||
* | pgindent run over code. | Bruce Momjian | 1999-05-25 |
| | |||
* | New moddatetime contrib from Terry Mackintosh. | Bruce Momjian | 1998-12-12 |