- 24 Jan, 1997 6 commits
-
-
Marc G. Fournier authored
the ports section of Makefile.global as a result.
-
Marc G. Fournier authored
Right now, it only auto-detects FreeBSD, and the rest still get set to UNDEFINED, but its a step in the right direction, no?
-
Marc G. Fournier authored
Autoconf bin/psql/Makefile
-
Marc G. Fournier authored
readline and associated libraries...
-
Marc G. Fournier authored
-
Marc G. Fournier authored
configure, thereby reducing the ports dependencies in it :)
-
- 23 Jan, 1997 15 commits
-
-
Marc G. Fournier authored
in v6.0 does...
-
Marc G. Fournier authored
configure is auto-finding
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Mv Makefile.in to GNUmakefile.in and reflect the change in the configure script
-
Marc G. Fournier authored
it still needs lots of work, but, hey, at least this way there are more ppl working off the same "Source"...
-
Marc G. Fournier authored
Tcl arrays support. Here are the correct values to be defined in config.h and pgtclCmds.c. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
It should be completely harmless. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
-
Marc G. Fournier authored
-
Marc G. Fournier authored
The first patch changes the behavior of aclcheck for groups. Currently an user can access a table only if he has the required permission for ALL the groups defined for that table. With my patch he can access a table if he has the permission for ONE of the groups, which seems to me a more useful thing. If you think this should be the correct behavior of the acl group check feel free to remove the #ifdef, if not please add a commented line to config.h.
-
Bruce Momjian authored
-
Marc G. Fournier authored
which probably isn't needed, since we are going to take off -Werror anyway, right?
-
Marc G. Fournier authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
- 22 Jan, 1997 8 commits
-
-
Vadim B. Mikheev authored
(but I didn't test FUNC OP PARAM and PARAM OP FUNC - no time)
-
Vadim B. Mikheev authored
2. IndexScanableOperand now uses match_indexkey_operand instead of equal_indexkey_var (if we have some index on attribute X then we shouldn't use it for 'where some_func(X) OP CONST').
-
Vadim B. Mikheev authored
ExecInitIndexScan now works with operands of Param type and (!!!) postquel_execute() now substitutes param values before calling postquel_start().
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
/usr/include/limits.h (which quiets the costsize.c warnings)...under FreeBSD, /usr/include/limits.h *includes* machine/limits.h, while under Solaris, there is no such things as /usr/include/machine... Problem with Solaris pointed out by Mark Wahl
-
Marc G. Fournier authored
Pointed out by Mark Wahl
-
Bruce Momjian authored
Invalidate vacuum relation cache to use new row counts from vacuum.
-
- 21 Jan, 1997 2 commits
-
-
Bryan Henderson authored
-
Bruce Momjian authored
-
- 20 Jan, 1997 5 commits
-
-
Marc G. Fournier authored
-
Vadim B. Mikheev authored
1. New flag - BM_JUST_DIRTIED - added for BufferDesc; 2. All data "dirtiers" (WriteBuffer and WriteNoReleaseBuffer) set this flag (and BM_DIRTY too); 3. All data "flushers" (FlushBuffer, BufferSync and BufferReplace) turn this flag off just before calling smgr[blind]write/smgrflush and check this flag after flushing buffer: if it turned ON then BM_DIRTY will stay ON.
-
Vadim B. Mikheev authored
losing data changes.
-
Vadim B. Mikheev authored
smgrcreate (). 2. Checking rdesc->rd_tmpunlinked in heap_destroy () & heap_destroyr () before calling smgrunlink ().
-
Bryan Henderson authored
-
- 19 Jan, 1997 2 commits
-
-
Bryan Henderson authored
Must find alternate solution to libpq shared library build problem.
-
Bruce Momjian authored
-
- 18 Jan, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-