- 23 Mar, 1998 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
another tcl/tk patch
-
Bruce Momjian authored
-
- 22 Mar, 1998 7 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
variable that can be set in one place to affect everything...
-
Marc G. Fournier authored
From: Andreas Klemm <andreas@klemm.gtn.com>
-
Marc G. Fournier authored
From: Vince Vielhaber <vev@michvhf.com>
-
Bruce Momjian authored
-
Marc G. Fournier authored
From: Terry Mackintosh <terry@terrym.com>
-
- 21 Mar, 1998 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 20 Mar, 1998 11 commits
-
-
Bruce Momjian authored
1) DatabaseMetaData.getPrimaryKeys() would fail saying that there is no table t. 2) PreparedStatement.getObject() was missing some break statements, which was causing updates not to work with JBuilder (supplied by Aaron Dunlop). jdbc fixes from Peter.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
manager to not try to split files in 2 gig chunks. It will just try to get another block. If applied, everything is just as before. But if LET_OS_MANAGE_FILESIZE is defined, the chaining disappears and the file just keeps on going, and going, and going, til the OS barfs. Darren King
-
Bruce Momjian authored
"__SVR4" as you pointed out. There is another file that has the same mistakes. Included is a patche for include/c.h. t-ishii@sra.co.jp
-
Bruce Momjian authored
Edward J. Huff
-
Bruce Momjian authored
```----------------------------------------------------------------------- Test Case: ---------- ``` ----------------------------------------------------------------------- Solution: --------- Add this to the libpq and libpq++ Makefiles to build shared libs: Mike Ferrara
-
Bruce Momjian authored
extern char *sys_errlist[]; #define strerror(A) (sys_errlist[(A)]) #endif /* sunos4 */ is picked up by Solaris when the above is intended only for SunOS. Fix Solaris. Albert Chin-A-Young
-
Bruce Momjian authored
to main.c are only to add some extra includes to support some code that's suddenly being used. The #define ASSEMBLER is to prevent most of the code of sys/proc.h from being included, as it ends up conflicting with some of the postgresql definitions. This may or may not work on other versions of Digital Unix. Get alpha working. Yea. Dwayne Bailey
-
Bruce Momjian authored
> > characters in them. Dumping and reloading using pg_dumpall > > doesn't work with this and dumping the entire array and > > then trying to parse it is hopeless. Doug Gibson
-
Bruce Momjian authored
handles all transaction commands and the exec sql include command. Michael Meskes
-
- 18 Mar, 1998 2 commits
-
-
Thomas G. Lockhart authored
Make "TABLE" optional in "LOCK TABLE" command and "... INTO TABLE..." clause. Explicitly parse CREATE SEQUENCE options to allow a negative integer as an argument; this is an artifact of unary minus handling in scan.l. Add "PASSWORD" as an allowed column identifier. These fixes will require a "make clean install" but not a dump/reload.
-
Bruce Momjian authored
and SELECT manual pages and psql help.
-
- 16 Mar, 1998 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Mar, 1998 1 commit
-
-
Marc G. Fournier authored
tools.patch patches tools/find_static (use indices to increase performance) and tools/ccsym (no hardcoded paths).
-