- Nov 26, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Nov 25, 1997
-
-
Bruce Momjian authored
-
- Nov 24, 1997
-
-
Bruce Momjian authored
-
- Nov 21, 1997
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- Nov 07, 1997
-
-
Thomas G. Lockhart authored
-
- Nov 02, 1997
-
-
Vadim B. Mikheev authored
-
- Sep 08, 1997
-
-
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 20, 1997
-
-
Bruce Momjian authored
-
- Aug 19, 1997
-
-
Bruce Momjian authored
-
- May 22, 1997
-
-
Marc G. Fournier authored
Subject: [PATCHES] DROP AGGREGATE patch/fix. Here's a patch that fixes the DROP AGGREGATE command to delete the desired aggregate for a specific type.
-
- Feb 07, 1997
-
-
Bruce Momjian authored
-
- Jan 22, 1997
-
-
Bruce Momjian authored
Invalidate vacuum relation cache to use new row counts from vacuum.
-
- Dec 11, 1996
-
-
Bryan Henderson authored
-
- Nov 30, 1996
-
-
Bruce Momjian authored
as ints and longs. Touches on quite a few function args as well. Most other files look ok as far as Oids go...still checking though... Since Oids are type'd as unsigned ints, they should prolly be used with the %ud format string in elog and sprintf messages. Not sure what kind of strangeness that could produce. Darren King
-
- Nov 10, 1996
-
-
Bruce Momjian authored
-
- Nov 08, 1996
-
-
Bruce Momjian authored
-
- Nov 06, 1996
-
-
Marc G. Fournier authored
I'm able to get through a 'make' of the backend with no errors except the occasional 'might not be initialized error', which is nothing major, just annoying. Have a few patches from D'Arcy to incorporate, but am waiting until I can get a clean compile first, which I'm hoping to have before bed, or sometime tomorrow.
-
- Nov 04, 1996
-
-
Marc G. Fournier authored
-
- Nov 03, 1996
-
-
Marc G. Fournier authored
-
- Oct 31, 1996
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
#include "postgres.h" #include "c.h"
-
Bruce Momjian authored
Added needed include file.
-
- Oct 30, 1996
-
-
Bruce Momjian authored
-
- Oct 13, 1996
-
-
Bruce Momjian authored
-
Bruce Momjian authored
cache. I found if I manually added a line to flush the whole relation cache, the assert error disappeared. Looking through the code, I found that the relation cache is flushed at the end of each query if the reference count is zero for the relation. However, printf's showed that the rd_relcnt(reference count) for the accessed query was not returning to zero after each query. It turns out the parser was doing a heap_ropen in parser/analyze.c to get information about the table's columns, but was not doing a heap_close. This was causing the query after the ALTER TABLE ADD to see the old table structure, and the executor's assert was reporting the problem.
-
- Aug 28, 1996
-
-
Marc G. Fournier authored
- code compile tested, but due to a yet unresolved problem with parse.h's creation, compile not completed...
-