- 04 Jun, 1997 1 commit
-
-
Vadim B. Mikheev authored
* RelationFlushRelation + if the relation is local then get rid of * the relation descriptor from the newly created relation list.
-
- 03 Jun, 1997 26 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Include paragraph on upgrading old databases containing path or polygon types.
-
Thomas G. Lockhart authored
reference platform (Linux/gcc-lib/i686).
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Order in streets.data changed and is now alphabetical (sorry).
-
Thomas G. Lockhart authored
string.
-
Thomas G. Lockhart authored
Include section on error message differences.
-
Thomas G. Lockhart authored
upgrading from existing pre-v6.1 path and polygon geometric data types.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
migration from pre-v6.1 geometric data types. Only allow new input syntax for paths and polygons.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Vadim B. Mikheev authored
dt.c: In function `timespan2tm': dt.c:1722: warning: unused variable `funit' dt.c:1722: warning: unused variable `iunit' -> got rid of them.
-
Vadim B. Mikheev authored
to last specified with 'on' #. What is better ?
-
Vadim B. Mikheev authored
remove.c: In function `RemoveAggregate': remove.c:413: warning: unused variable `typename' -> got rid of it.
-
Vadim B. Mikheev authored
^^ - added
-
Vadim B. Mikheev authored
psql.c: In function `HandleSlashCmds': psql.c:1141: warning: `optarg3' might be used uninitialized in this function psql.c:1157: warning: `optarg3' might be used uninitialized in this function -> char *optarg3 = NULL;
-
Vadim B. Mikheev authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
start time equal to tuple->t_tmax. Privent shrinking if there are tuples modifyed by running transactions (it concerns system relations only, currently).
-
- 02 Jun, 1997 11 commits
-
-
Edmund Mergl authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
moved from geqo.h to internal.h.
-
Vadim B. Mikheev authored
(both are settable via SET geqo TO ...).
-
Vadim B. Mikheev authored
^^ is supported by get_token now. (SET geqo TO 'on=XXX' works now).
-
Marc G. Fournier authored
Subject: [PATCHES] patch for a memory leak Well...I screwed up and posted the wrong patch for psql originally.. The patch for that patch wposted below will fix it..
-
Marc G. Fournier authored
Subject: [PATCHES] INSTALL patch This patch makes the following changes to the INSTALL instructions: - Before step 1, describe disk space requirements. - Step 1 now defines a "tested" platform. - Add step 3a on checking for disk space. - Added new step 27 asking for feedback.
-
Marc G. Fournier authored
Subject: [PATCHES] Another destroydb patch This is a patch to my previous destroydb patch cause some people wanted slightly different behavior. After this patch is applied, destroydb will destroy a database as usual, but if added -i flag (which could be aliased like rm -i) would ask for confirmation.
-
Marc G. Fournier authored
Subject: [PATCHES] pg_dump memory leak patch This patch fixes a HUGE memory leak problem in pg_dump. Pretty much anything that was allocated was never freed and Purify reported about 40% possible memory leak and 6% actual leak. I added functions to clear out all the allocated structures. After the patch Purify returns 0 for number of bytes leaked...
-
- 01 Jun, 1997 2 commits
-
-
Marc G. Fournier authored
Fixes a problem Darren reports with AIX, and doesn't seem to break either FreeBSD or Linux(David?)...
-
Marc G. Fournier authored
Subject: [PATCHES] psql - \dt,\di commands. I sent this a couple of months ago in re a request by Maxim Kozin, but I had the patch reversed, creating some confusion over applying it. Here's a more complete version. Adds \dt to list only tables/views and \di to list only indicies. \d will still work as before.
-