- 15 Apr, 1999 7 commits
-
-
Thomas G. Lockhart authored
sharing across files.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
time zone. Previously, localtime() rotated a date with a day of month field which exceeded the actual range into the next months, masking the fact that a bad date had been specified. Regression tests pass.
-
Thomas G. Lockhart authored
mis-copied "NULL", which happens to have the same binary value. Previously, gcc gave non-fatal warnings.
-
Thomas G. Lockhart authored
Previously, dates falling within Unix system time range were run through a call to localtime() to get the time zone, if it was not specified. This had the effect that dates with DOMs which were larger than would be valid for that month were "rotated" into the following months.
-
Thomas G. Lockhart authored
machine (linux-2.0.36 RH5.2 with RH5.2 patches).
-
Tom Lane authored
-
- 14 Apr, 1999 5 commits
-
-
Tom Lane authored
not match what the backend actually accepts.
-
Tom Lane authored
syntax for CREATE OPERATOR with SORT parameters. Fixed. It is now actually possible to dump and reload a database containing fully specified user-definable operators ...
-
Michael Meskes authored
-
Marc G. Fournier authored
use new config.guess output for system specific expected files ..
-
Marc G. Fournier authored
use config.guess instead of uname -s to figure out system, so that we can include platform spcific changes ... thanks to Mark Hollomon <mhh@nortelnetworks.com> for the awk script used
-
- 13 Apr, 1999 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
actually takes three. Please apply the following patch. Massimo
-
Bruce Momjian authored
indexes. 1. Index Scan using plural indexids never scan backward as to the order of indexids. 2. The cursor using Index scan is not usable after moving past the end. This patch solves above bugs. Moreover the change of _bt_first() would be useful to extend ORDER BY patch by Jan Wieck for all descending order cases. Hiroshi Inoue
-
Michael Meskes authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
- 12 Apr, 1999 4 commits
-
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
/* * Have to check is inserted heap tuple deleted one * (i.e. just moved to another place by vacuum)! */
-
Tatsuo Ishii authored
since April 1?
-
- 11 Apr, 1999 2 commits
-
-
Peter Mount authored
-
Tom Lane authored
not-yet-defined operator in commutator, negator, etc links. This is necessary in order to ensure that a pg_dump dump of user-defined operators can be reloaded. There may still be a bug lurking here, because it's provoking a 'Buffer Leak' notice message in one case. See my mail to pgsql-hackers.
-
- 10 Apr, 1999 3 commits
-
-
Tom Lane authored
These were bogus selectivity-estimator links, like a '>' operator pointing to intltsel when it should use intgtsel.
-
Tom Lane authored
incorrect usage of commutator link.
-
Peter Mount authored
-
- 09 Apr, 1999 1 commit
-
-
Tom Lane authored
making prosrc instead of proname be the link to the actual internal function.
-
- 08 Apr, 1999 2 commits
-
-
Thomas G. Lockhart authored
Add emacs editor hints to bottom of file.
-
Thomas G. Lockhart authored
-
- 07 Apr, 1999 3 commits
-
-
Tom Lane authored
hashjoin's hashFunc() so that it does the right thing with pass-by-value data types (the old code would always return 0 for int2 or char values, which would work but would slow things down a lot). Extend opr_sanity regress test to catch more kinds of errors.
-
Tatsuo Ishii authored
-
Tom Lane authored
hashjoins. Extend opr_sanity regress test to help detect similar mistakes.
-
- 06 Apr, 1999 5 commits
-
-
Thomas G. Lockhart authored
Required by newest versions of DocBook and style sheets.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Use memcpy() rather than StrNCpy() which had forced a string termination character at the end.
-
Tom Lane authored
of 2 to save a few cycles in md.c. So, make it 2^30 not 10^9.
-
- 05 Apr, 1999 1 commit
-
-
Tom Lane authored
configuration constant to config.h.
-