- Mar 26, 2000
-
-
Tom Lane authored
Reorganize description of index features for more clarity.
-
Tom Lane authored
-
Peter Eisentraut authored
Fixed bug in createdb/alternative location
-
Tom Lane authored
-
Tom Lane authored
reasonable, ie configure and build first, then optionally run regress tests using new parallel (non-installed) test method, and only then backup and kill old installation.
-
Tom Lane authored
procedure to cover running either test script; other minor improvements.
-
Tom Lane authored
multiple directories for --with-includes or --with-libraries.
-
Tom Lane authored
in the foreground --- in fact, it auto-detaches.
-
Bruce Momjian authored
-
Tom Lane authored
file descriptor number for select(). (Suggestion from Ken Wright.)
-
- Mar 24, 2000
-
-
Bruce Momjian authored
-
Tom Lane authored
it in a separate object. There's no value in keeping the state separate, and it creates dangling-pointer problems. Also, remove PQsetenv routines from public API, until and unless they are redesigned to have a safer interface. Since they were never part of the documented API before 7.0, it's unlikely that anyone is calling them.
-
Bruce Momjian authored
-
Bruce Momjian authored
easy (maybe dumb) fix for 5 in attachment define.patch greetings, Andreas
-
- Mar 23, 2000
-
-
Bruce Momjian authored
-
Bruce Momjian authored
patch in a second. Should be sufficent to just make sure the first character is a '/', right? Ross J. Reedstrom
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Mar 21, 2000
-
-
Bruce Momjian authored
page for 7.0: Oliver Elphick
-
- Mar 20, 2000
- Mar 18, 2000
-
-
Tom Lane authored
16-Mar-00: trailing + or - is not part of the operator unless the operator also contains characters not present in SQL92-defined operators. This solves the 'X=-Y' problem without unduly constraining users' choice of operator names --- in particular, no existing Postgres operator names become invalid. Also, remove processing of // comments, as agreed in the same thread.
-
- Mar 17, 2000
-
-
Tom Lane authored
a config.h #define, and the runtime value can be controlled via SET.
-
- Mar 16, 2000
-
-
Thomas G. Lockhart authored
-
Tom Lane authored
after trying to resolve the item as an input-column name. This allows us to be compliant with the SQL92 spec for queries that fall within the spec, while still accepting the same out-of-spec queries as 6.5 did. You'll only lose if there is an output column name that is the same as an input column name, but doesn't refer to the same value. 7.0 will interpret such a GROUP BY spec differently than 6.5 did. No way around that, because 6.5 was clearly not spec compliant.
-
- Mar 15, 2000
-
-
Bruce Momjian authored
-
- Mar 14, 2000
-
-
Thomas G. Lockhart authored
-
- Mar 11, 2000
-
-
Peter Eisentraut authored
-
Tom Lane authored
about thread-safeness of the library.
-
- Mar 10, 2000
-
-
Peter Eisentraut authored
-
- Mar 09, 2000
-
-
Peter Eisentraut authored
Some corrections in installation procedure
-
- Mar 03, 2000
-
-
Michael Meskes authored
-
- Mar 01, 2000
-
-
Peter Eisentraut authored
cope so well with copy to but that will have to wait for the next release. Also added -X option to prevent reading .psqlrc startup file.
-
- Feb 27, 2000
-
-
Tom Lane authored
-
- Feb 22, 2000
-
-
Bruce Momjian authored
tests for the Foreign Key support in 7.0 which was made against a CVS copy from this afternoon. This modifies src/test/regress/sql/run_check.tests src/test/regress/sql/alter_table.sql src/test/regress/expected/alter_table.out src/test/regress/sql/foreign_key.sql src/test/regress/expected/foreign_key.out sszabo@bigpanda.co
-
- Feb 21, 2000
- Feb 20, 2000
-
-
Peter Eisentraut authored
-
- Feb 19, 2000
-
-
Thomas G. Lockhart authored
-