- 25 Jan, 1998 4 commits
-
-
Marc G. Fournier authored
free() From: James Hughes <jamesh@interpath.com>
-
Marc G. Fournier authored
revoke statements. From: James Hughes <jamesh@interpath.com>
-
Marc G. Fournier authored
when creating unique indexes. From: James Hughes <jamesh@interpath.com>
-
Marc G. Fournier authored
Linux platform. From: James Hughes <jamesh@interpath.com>
-
- 24 Jan, 1998 2 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
-
- 23 Jan, 1998 8 commits
-
-
Bruce Momjian authored
lock before older waiters, and having readlock people not share locks if a writer is waiting for a lock, and waiting writers not getting priority over waiting readers.
-
Marc G. Fournier authored
to break. renaming to PG_LOCK_LEVEL
-
Marc G. Fournier authored
This is a patch to fix crashes in psql when executing queries from an external file. The code also adds error checking to verify that memory for "query" was allocated. The conditional for the block of code was changed from "query == NULL" to "query_alloced == false". The conditional, "query == NULL", was never true. This prevented the memory being allocated for "query". A few lines later, an attempt to write to an un-allocated memory area generated a SIGSEGV causing the frontend to crash.
-
Marc G. Fournier authored
psql .psqlrc file startup(Andrew)
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
Fixed pointed out by: jwieck@debis.com (Jan Wieck)
-
- 22 Jan, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 21 Jan, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 20 Jan, 1998 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Add lock to i386 asm.
-
Marc G. Fournier authored
-
- 19 Jan, 1998 4 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 17 Jan, 1998 7 commits
-
-
Marc G. Fournier authored
This patch makes it possible to do a "real" make distclean (back to its fresh state) on the distribution after compilation, regression testing, etc.
-
Marc G. Fournier authored
Also, I think the existence of pgsql/src/bin/initlocation/initlocation isn't necessary as it's generated by Makefile from initlocation.sh.
-
Marc G. Fournier authored
-
Marc G. Fournier authored
The attached patches will allow postgreSQL to compile successfully on SCO UNIXWARE 2.1.x. The patches fix the following problems: 1. Configure did not properly recognize the UNIXWARE system as needing the univel port. It used the sys4 port. 2. Configure did not properly process the CC flag in the template file. 3. There was no working test and set locking implementation for the native UNIXWARE compiler. 4. The test and set locking used for Intel X86 that was selected by defining NEED_I386_TAS_ASM could fail in a multi-processor environment. 5. The makefiles for libpq and libpgtcl did not make a shared library for the univel port.
-
Marc G. Fournier authored
a) psql dumps core when using -a password and PGUSER is set but PGPASSWORD not set.
-
Bruce Momjian authored
-
Bruce Momjian authored
with supporting code. Creates SubLink node in gram.y. psql.c patch for newatttypmod field.
-
- 16 Jan, 1998 2 commits
-
-
Bruce Momjian authored
varchar length. Cleans up code so attlen is always length. Removed varchar() hack added earlier. Will fix bug in selecting varchar() fields, and varchar() can be variable length.
-
Bruce Momjian authored
-
- 15 Jan, 1998 4 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
nodeAgg.c: WARN -> NOTICE for elog parse_oper.c: was created after patch for fmgr_info, so function call wrong scan.c: regenerated for i386_solaris using flex 2.5.4 gethostname.c: required prototype for gethostname() function config.h.in: create prototype for isinfo() function isinf.c: "fake" isinf() under i386_solaris using fpclass() call...
-
PostgreSQL Daemon authored
Patch by: wieck@sapserv.debis.de (Jan Wieck) One of the design rules of PostgreSQL is extensibility. And to follow this rule means (at least for me) that there should not only be a builtin PL. Instead I would prefer a defined interface for PL implemetations.
-
Bruce Momjian authored
Pass List* of Aggregs into executor, and create needed array there. No longer need to double-processs Aggregs with second copy in Query. Fix crash when doing: select sum(x+1) from test where 1 > 0;
-
- 14 Jan, 1998 1 commit
-
-
Bruce Momjian authored
-