- 13 Dec, 2001 6 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
>>to change the README in contrib/dblink? >> > > No, I don't think that's a problem. Send a patch. > Here's a (documentation only) patch for the contrib/dblink README. Joe Conway
-
Bruce Momjian authored
-
- 12 Dec, 2001 2 commits
-
-
PostgreSQL Daemon authored
tag it as b4, with all the changes that have gone on ...
-
Tom Lane authored
requests for implicit trivial coercions. Prevents sillinesses like this one: regression=# select x.int8_tbl.q1 from int8_tbl x; ERROR: fmgr_info: function 270997776: cache lookup failed
-
- 11 Dec, 2001 4 commits
-
-
Barry Lind authored
wasn't updated to handle more than two decimal digits for fractional seconds that now are possible in 7.2. This patch fixes the timestamp parsing logic. I have built and tested on both jdbc1 and jdbc2.
-
Barry Lind authored
to be used, causing extra sql statements to be executed. This was a significant performance problem with the database meta data classes. The fix is a simple one liner.
-
Tom Lane authored
object. This should prevent the compiler from reordering loads and stores into or out of a critical section.
-
Tom Lane authored
per complaint from Kemin Zhou. Fix lack of precision in numeric stddev/variance.
-
- 10 Dec, 2001 13 commits
-
-
Tom Lane authored
set-returning functions in its target list. This ensures that we won't rewrite the query in a way that places set-returning functions into quals (WHERE clauses). Cf. bug reports from Joe Conway.
-
Tom Lane authored
reordering operations at its whim. Releasing TAS lock before we've finished updating proc structure is uncool.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
From Manuel Sugawara, approved by Karel Zak.
-
Michael Meskes authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
DSL line at home broke things right in the middle of an update. :(
-
Thomas G. Lockhart authored
parens. This is not SQL spec syntax, so later we will remove this extension from gram.y.
-
- 09 Dec, 2001 3 commits
-
-
Michael Meskes authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
- 08 Dec, 2001 3 commits
-
-
Michael Meskes authored
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
Thomas G. Lockhart authored
Mention SQL9x precision syntax for date/time types. Use PostgreSQL consistantly throughout docs. Before, usage was split evenly between Postgres and PostgreSQL.
-
- 07 Dec, 2001 1 commit
-
-
Hiroshi Inoue authored
-
- 06 Dec, 2001 2 commits
-
-
Michael Meskes authored
- Fixed some bugs in exec sql var and exec sql type command.
-
Bruce Momjian authored
-
- 05 Dec, 2001 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-