- 08 Nov, 2000 10 commits
-
-
Tom Lane authored
(WAL logging for this is not done yet, however.) Clean up a number of really crufty things that are no longer needed now that DROP behaves nicely. Make temp table mapper do the right things when drop or rename affecting a temp table is rolled back. Also, remove "relation modified while in use" error check, in favor of locking tables at first reference and holding that lock throughout the statement.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
compatible with libpq.so.2.1, etc.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
user interface.
-
Tom Lane authored
-
- 07 Nov, 2000 7 commits
-
-
Thomas G. Lockhart authored
Same code exactly as for function resolution. An obvious example is for select '1' = '01'; which used to throw an error and which now resolves to two text strings.
-
Bruce Momjian authored
Andreas
-
Michael Meskes authored
-
Michael Meskes authored
-
Michael Meskes authored
-
Tom Lane authored
-
Tom Lane authored
mea culpa...
-
- 06 Nov, 2000 14 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
to work everywhere. Also, on FreeBSD you need to set the optreset variable to 1 before parsing the command line a second time with getopt().
-
Peter Eisentraut authored
(The test 'make --version' with FreeBSD make (and potentially others) would just reinvoke make on the same Makefile, resulting in an infinite loop.)
-
Tom Lane authored
to get platform-independent results.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
the default target in GNUmakefile is reached. This patch calls that default target. Pete Forman
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Add more tests for JOIN syntax. All tests pass on my Linux box (except for the usual couple of lines for geometry).
-
Thomas G. Lockhart authored
Update catalog version to today.
-
Thomas G. Lockhart authored
Previously, all fields were unsigned, with only a trailing "ago" to indicate negative intervals. Now, ISO format does not use "ago", and and the traditional PostgreSQL format has the first numeric field unsigned with "ago" supporting that field. So "1 month - 2 days ago" is two days less than a month in the past. Fix interval arithmetic across daylight savings time boundaries. Previously, most math across boundaries introduced a one hour offset. Allow some date/time functions to return NULL if called with NULL args. Implement functions for AT TIME ZONE support. Support "SAT" as an Australian time zone if USE_AUSTRALIAN_RULES is defined.
-
Thomas G. Lockhart authored
AT is now a keyword but is not a reserved word.
-
Thomas G. Lockhart authored
any available string type. Previously, all candidate choices must have fallen within the same "type category" for PostgreSQL to be willing to choose any of them. Need to apply the same fixup to operator type resolution.
-
Bruce Momjian authored
-
- 05 Nov, 2000 6 commits
-
-
Vadim B. Mikheev authored
Auto removing of offline log files and creating new file at checkpoint time.
-
Peter Eisentraut authored
standard installation layout it should be possible to build the HTML and print documentation without additional manual setup.
-
Peter Eisentraut authored
-
Tom Lane authored
got confused by 'dummy' targetlist built for the UNION's toplevel query. Fix by making dummy targetlist a little less cheesy.
-
Bruce Momjian authored
-
Tom Lane authored
the grammar did not allow redundant parentheses around sub-selects. Distinguish LIMIT ALL from LIMIT 0; make the latter behave as one would expect.
-
- 04 Nov, 2000 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-