- 01 Aug, 2003 24 commits
-
-
Michael Meskes authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
and consistency.
-
Peter Eisentraut authored
uselessly invoke it in parallel in the first place.
-
Peter Eisentraut authored
rather than parsing the message. Add some documentation about embedded SQL.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Michael Meskes authored
- Added just another pgtypeslib function.
-
Bruce Momjian authored
-
Marc G. Fournier authored
python needs to be removed from here
-
Marc G. Fournier authored
clean python out of Makefile
-
Marc G. Fournier authored
remove python module, as its moved to http://www.pygresql.org
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
Havard Eidnes.
-
Tom Lane authored
-
- 31 Jul, 2003 11 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
might have inherited from the environment that would possibly cause psql to fail to connect to the temp installation properly. Per trouble report from Markus Bertheau 7/1/03.
-
Tom Lane authored
function is not found. Also, make all the PL libraries have initialization functions with standard names. Patch from Joe Conway.
-
Tom Lane authored
the actual logical structure and quoting rules being used. Fixes bug reported by Chris K-L on 7/8/03.
-
Bruce Momjian authored
> * Implement dirty reads or shared row locks and use them in RI triggers
-
Bruce Momjian authored
> * Implement dirty reads or shared locks and use them in RI triggers
-
Bruce Momjian authored
Rod Taylor
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
There is an option "-s oldname=newname", which changes the old field name of the dbf-file to the newname in PostgeSQL. If the length of the new name is 0, the field is skiped. If you want to skip the first field of the dbf-file, you get the wildest error-messages from the backend. dbf2pg load the dbf-file via "COPY tablename FROM STDIN". If you skip the first field, it is an \t to much in STDIN. A fix could be an counter j=0, which increments only, if a field is imported (IF (strlen(fields[h].db_name)> 0) j++. And only if j > 1 (if an other field is imported) the \t is printed. An other small bug in the README: -s start Specify the first record-number in the xBase-file we will insert. should be -e start Specify the first record-number in the xBase-file we will insert. Thomas Behr
-
- 30 Jul, 2003 5 commits
-
-
Tom Lane authored
Patch from Andreas Pflug.
-
Bruce Momjian authored
> * Allow server log information to be output as INSERT statements
-
Tom Lane authored
float8smaller, float8larger (and thereby the MIN/MAX aggregates on these datatypes) to agree with the datatypes' comparison operations as regards NaN handling. In all these datatypes, NaN is arbitrarily considered larger than any normal value ... but MIN/MAX had not gotten the word. Per recent discussion on pgsql-sql.
-
Bruce Momjian authored
> * Allow log lines to include session-level information, like database and user
-
Tom Lane authored
error, if any input element is NULL. This is not what we ultimately want, but until arrays can have NULL elements, it will have to do. Patch from Joe Conway.
-