- 06 Sep, 2002 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
never been the correct procedure for locking a relation, and the recently-found ALTER TABLE bug with adding a constraint and a toast table in the same command shows why it's a bad idea.
-
- 05 Sep, 2002 30 commits
-
-
Tom Lane authored
and IS [NOT] OF were not being parsed consistently with other IS forms. Also, make the world a little safer for functions named LEFT, RIGHT, etc.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Cleanup up memory allocation for $HOME in related psql places. Update mention of $HOME/.pgpass in the docs; add mention in pg_dumpall.
-
Bruce Momjian authored
> * -Add ~/.pgpass to store passwords with user/host/password combinations
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
it's GetUserNameFromId() now.
-
Tom Lane authored
-
Tom Lane authored
leading to compile warnings).
-
Tom Lane authored
largefile usage.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
mergejoin links.
-
Tom Lane authored
-
Tom Lane authored
From Joe Conway.
-
Tom Lane authored
system tables.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
Eliminate the mysterious games that the Cygwin build plays with the linker flag variables. DLLLIBS is gone, use SHLIB_LINK like everyone else. Detect cygipc in configure, after the linker flags are set up, otherwise configure might not work at all. Make sure everything is covered by make clean. Fix the build of the new conversion procedure modules. Add new DLLIMPORT markers where required. Finally, the compiler complains if we use an explicit -I/usr/local/include, so don't do that. Curiously, -L/usr/local/lib is still necessary.
-
Peter Eisentraut authored
support IPv6 anyway.
-
Peter Eisentraut authored
recvfrom(), not void*.)
-
Bruce Momjian authored
< * Make pg_trigger.tgargs refer to columns by number, not name
-
Bruce Momjian authored
> * Make pg_trigger.tgargs refer to columns by number, not name
-
Bruce Momjian authored
> * -Make triggers refer to columns by number, not name
-
Marc G. Fournier authored
remove pgaccess from GNUmakefile.in if we want the beta to build :)
-
Tom Lane authored
depending on libpq internals.
-
Tom Lane authored
that the right flavors of largefile-related definitions are seen. Most of these changes are probably unnecessary, but better safe than sorry.
-
- 04 Sep, 2002 5 commits
-
-
Tom Lane authored
users, by limiting the length of string we will accept for a password. Patch by Serguei Mokhov, some editorializing by Tom Lane.
-
Bruce Momjian authored
-
Peter Eisentraut authored
configuration.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-