- 20 Jun, 2002 13 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
two small changes to the API since last patch, which hopefully completes the decoupling of composite function support from SRF specific support. Joe Conway
-
Bruce Momjian authored
scripts that I have been using, minus the C function tests and without calls to random() -- figured random() wouldn't work too well for a regression test ;-) Joe Conway
-
Bruce Momjian authored
> information and SQL language specific info wrt SRFs. I've taken to > calling this feature "Table Fuctions" to be consistent with (at least) > one well known RDBMS. Joe Conway
-
Bruce Momjian authored
JDBC > o Compile under jdk 1.4
-
Bruce Momjian authored
JDBC: > o -Updateable resultSet
-
Bruce Momjian authored
-
Bruce Momjian authored
table structure. Dave Page
-
Bruce Momjian authored
Viktor Vislobokov
-
- 19 Jun, 2002 4 commits
-
-
Bruce Momjian authored
> * -Allow object creation to be disabled for specific users
-
Bruce Momjian authored
-
Tom Lane authored
-
Thomas G. Lockhart authored
-
- 18 Jun, 2002 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
members in gram.y. This is the prefered method for WITH and arbitrary param/value pairs.
-
Bruce Momjian authored
-
- 17 Jun, 2002 11 commits
-
-
Bruce Momjian authored
opt_with and from_in.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
GROUP. Make WITH optional in CREATE DATABASE for consistency.
-
- 16 Jun, 2002 2 commits
-
-
Dave Cramer authored
-
Bruce Momjian authored
-
- 15 Jun, 2002 7 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
files rather than a header file where they belong. Pay some modicum of attention to picking global routine names that aren't likely to conflict with surrounding applications.
-
Tom Lane authored
-
Tom Lane authored
-
Bruce Momjian authored
Second cut attached. This one just adds a boolean option to the existing function to indicate that implicit schemas are to be included (or not). I remembered the docs as well this time :-) Dave Page
-
Bruce Momjian authored
I am no longer pursuing a total non-blocking implementation. I haven't found a good way to test it with the type of work that I do with PostgreSQL. I do use blocking SSL sockets with this mod and have had no problem whatsoever. The bug that I fixed in this patch is exceptionally hard to reproduce reliably. Jack Bates
-