- Oct 02, 1997
-
-
Vadim B. Mikheev authored
Fix BASETYPE for aggregates with sfunc2 only.
-
- Sep 24, 1997
-
-
Bruce Momjian authored
-
- Sep 08, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
-
- Sep 07, 1997
-
-
Bruce Momjian authored
-
- Aug 19, 1997
-
-
Bruce Momjian authored
-
Vadim B. Mikheev authored
-
- Jul 23, 1997
-
-
Bruce Momjian authored
-
- Jun 21, 1997
-
-
Bruce Momjian authored
-
- Jun 02, 1997
-
-
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...
-
- May 07, 1997
-
-
Marc G. Fournier authored
Subject: [PATCHES] Three small patches. Hi, Here are 3 small patches to the postgreSQL source sup'd on the 6th May 1997. The 1st 2 fix the shell backslash "c" handling used to suppress the newline on some unix shells. (The \c needs to be inside quote.) The 3rd may or may not be the correct way to fix the missing define of INDEX_MAX_KEYS in pg_dump.h
-
- May 06, 1997
-
-
Vadim B. Mikheev authored
2. Fix for function indices with more than 1 attrs.
-
- Apr 12, 1997
-
-
Marc G. Fournier authored
modification to c.h so that bool isn't typedef'd under __cplusplus
-
- Apr 02, 1997
-
-
Vadim B. Mikheev authored
-
- Jan 07, 1997
-
-
Marc G. Fournier authored
- dump Views Submitted by: Keith Parks <emkxp01@mtcc.demon.co.uk>
-
- Dec 28, 1996
-
-
Bryan Henderson authored
-
- Nov 26, 1996
-
-
Bryan Henderson authored
-
- Oct 07, 1996
-
-
Marc G. Fournier authored
Submitted by: D'Arcy Cain
-
- Sep 23, 1996
-
-
Marc G. Fournier authored
Submitted by: Bruce
-
- Aug 26, 1996
-
-
Marc G. Fournier authored
-
- Aug 24, 1996
-
-
Marc G. Fournier authored
It adds a WITH OIDS option to the copy command, which allows dumping and loading of oids. If a copy command tried to load in an oid that is greater than its current system max oid, the system max oid is incremented. No checking is done to see if other backends are running and have cached oids. pg_dump as its first step when using the -o (oid) option, will copy in a dummy row to set the system max oid value so as rows are loaded in, they are certain to be lower than the system oid. pg_dump now creates indexes at the end to speed loading Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
-
- Jul 22, 1996
-
-
Marc G. Fournier authored
-
- Jul 12, 1996
-
-
Marc G. Fournier authored
Submitted by: david bennett <dave@bensoft.com> marc g. fournier <scrappy@ki.net>
-
- Jul 09, 1996
-