- 17 Nov, 1997 14 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Support SQL92 syntax for type coersion of strings (type 'typeval'). Example: "DATETIME 'now'". This works only for string constants and can not replace the CAST and ::type syntax which behave identically in this context.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Check decoding of integer in x - y syntax (already done for most ints).
-
Thomas G. Lockhart authored
hardcoded values.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Check valid numeric input more carefully for delta times. Implement day of year as possible input to datetime_part().
-
Thomas G. Lockhart authored
Remove unused variable addrLen.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
From: Bryan Henderson <bryanh@giraffe.netgate.net>
-
- 16 Nov, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Nov, 1997 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
on fast machines with fast disks. Adjust a few other tests to be more complete.
-
Thomas G. Lockhart authored
Cross-reference libpq(3).
-
- 14 Nov, 1997 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Update banner message regarding time zone.
-
Thomas G. Lockhart authored
old AT&T lexers and exclusive states (Solaris has trouble and probably others).
-
Thomas G. Lockhart authored
This should help Solaris and (presumably) other distributions with old AT&T-descended lex programs which can't handle "exclusive states".
-
Thomas G. Lockhart authored
in flex-specific code.
-
Thomas G. Lockhart authored
as initialization environment variables.
-
Thomas G. Lockhart authored
PGCOSTHEAP, PGCOSTINDEX, PGRPLANS, PGGEQO (PGDATESTYLE, PGTZ already defined)
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 13 Nov, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description
-
- 12 Nov, 1997 1 commit
-
-
Bruce Momjian authored
-
- 10 Nov, 1997 5 commits
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Rename PG_DATESTYLE to PGDATESTYLE environment variable. Move environment variable code to a different place so it now works! Note that regression tests can now run with "setenv PGTZ PST8PDT" at the frontend rather than requiring the backend to have TZ set.
-
Thomas G. Lockhart authored
Try to save pre-existing TZ environment variable if possible. Includes code from Keith Parks.
-
Thomas G. Lockhart authored
Clean up FloatExceptionHandler elog message source code.
-
Thomas G. Lockhart authored
available. Remove lots of #ifdef'd debugging print statements.
-