- 04 Jun, 2001 1 commit
-
-
Bruce Momjian authored
types. This version has an elog() to remind the user the type resolution is not dynamic. Ian Lance Taylor
-
- 20 Nov, 2000 1 commit
-
-
Tom Lane authored
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.
-
- 27 Oct, 2000 1 commit
-
-
Peter Eisentraut authored
-
- 30 Jul, 2000 1 commit
-
-
Tom Lane authored
allows fixing problems with operators that expected to be able to return a NULL, such as the '#' line-segment-intersection operator that tried to return NULL when the two segments don't intersect. (See, eg, bug report from 1-Nov-99 on pghackers.) Fix some other bugs in passing, such as backwards comparison in path_distance().
-
- 13 Jun, 2000 1 commit
-
-
Tom Lane authored
functions that take pass-by-value datatypes. Should be ready for port testing ...
-
- 05 Jun, 2000 1 commit
-
-
Tom Lane authored
inputs have been converted to newstyle. This should go a long way towards fixing our portability problems with platforms where char and short parameters are passed differently from int-width parameters. Still more to do for the Alpha port however.
-
- 09 Jan, 2000 1 commit
-
-
Tom Lane authored
-
- 05 Jan, 2000 1 commit
-
-
Thomas G. Lockhart authored
Update output to new psql conventions.
-
- 26 Apr, 1998 1 commit
-
-
Bruce Momjian authored
-
- 07 Apr, 1998 1 commit
-
-
Bruce Momjian authored
-
- 30 Mar, 1998 1 commit
-
-
Bruce Momjian authored
1. Remove the char2, char4, char8 and char16 types from postgresql 2. Change references of char16 to name in the regression tests. 3. Rename the char16.sql regression test to name.sql. 4. Modify the regression test scripts and outputs to match up. Might require new regression.{SYSTEM} files... Darren King
-
- 02 May, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 27 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 06 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
Its starting to actually take shape and look as expected...
-
- 05 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
user-friendly (and more useful)
-