- 09 Sep, 2002 1 commit
-
-
Peter Eisentraut authored
-
- 08 Sep, 2002 2 commits
-
-
Bruce Momjian authored
-
Barry Lind authored
Fixed Statement to correctly DEALLOCATE any prepared statements Modified Files: jdbc/org/postgresql/PGStatement.java jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
-
- 07 Sep, 2002 5 commits
-
-
Bruce Momjian authored
NAMEDATALEN of 64. Kris Jurka
-
Bruce Momjian authored
< * Add documentation to lock shared memory into RAM for each OS, if possible
-
Bruce Momjian authored
-
Peter Eisentraut authored
option down to pg_dump, where it's useless, and clarify the meaning of -c in the documentation.
-
Peter Eisentraut authored
-
- 06 Sep, 2002 9 commits
-
-
Peter Eisentraut authored
does not create members larger than allowed by the tar format. Also, fix the generation of the tar header to conform to POSIX.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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 23 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.
-