- 02 Jul, 2002 8 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
a spelling mistake and deletes an antiquated comment. Neil Conway
-
Bruce Momjian authored
Neil Conway
-
Bruce Momjian authored
all places, where pd_linp is accessed. Also introduce new macros SizeOfPageHeaderData and BTMaxItemSize. This is just source code cosmetic, no behaviour changed. Manfred Koizar
-
Bruce Momjian authored
lines of code into internal routines (drop_relfilenode_buffers, release_buffer) and by hiding unused routines (PrintBufferDescs, PrintPinnedBufs) behind #ifdef NOT_USED. Remove AbortBufferIO() declaration from bufmgr.c (already declared in bufmgr.h) Manfred Koizar
-
Bruce Momjian authored
patch from 2002-06-10, is supposed to reduce the heap tuple header size by four bytes on most architectures. Of course it changes the on-disk tuple format and therefore requires initdb. This overlays cmin/cmax/xmax fields into only two fields. Manfred Koizar
-
Bruce Momjian authored
-
Bruce Momjian authored
files. Was causing CVS problems.
-
- 01 Jul, 2002 2 commits
-
-
Tom Lane authored
RESTRICT/CASCADE syntax to the DROP commands that need it, and propagates the behavioral option through the parser to the routines that execute drops. Doesn't do anything useful yet, but I figured I'd commit these changes so I could get out of the parser area while working on the rest.
-
Michael Meskes authored
Michael
-
- 30 Jun, 2002 1 commit
-
-
Michael Meskes authored
Committing parser changes. Note, however, that the development bison seems ot have a problem on my home machine. So these go in untested for the time being. But at least I have them in the archive. Michael
-
- 28 Jun, 2002 3 commits
-
-
Bruce Momjian authored
> * Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
-
Bruce Momjian authored
> * -Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
-
Hiroshi Inoue authored
2) Allow LF->CR/LF conversion under UNICODE driver.
-
- 27 Jun, 2002 2 commits
-
-
Barry Lind authored
-
Barry Lind authored
-
- 26 Jun, 2002 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
comments on one of the optimizer functions a lot more clear, adds a summary of the recent KSQO discussion to the comments in the code, adds regression tests for the bug with sequence state Tom fixed recently and another reg. test, and removes some PostQuel legacy stuff: ExecAppend -> ExecInsert, ExecRetrieve -> ExecSelect, etc. Error messages remain unchanged until a vote. Neil Conway
-
Tom Lane authored
Should make life easier for DBAs who insist on editing files with Windoze tools.
-
Barry Lind authored
-
Barry Lind authored
-
- 25 Jun, 2002 8 commits
-
-
Bruce Momjian authored
Neil Conway
-
Bruce Momjian authored
comments on one of the optimizer functions a lot more clear, adds a summary of the recent KSQO discussion to the comments in the code, adds regression tests for the bug with sequence state Tom fixed recently and another reg. test, and removes some PostQuel legacy stuff: ExecAppend -> ExecInsert, ExecRetrieve -> ExecSelect, etc. This was changed because the elog() messages from this routine are user-visible, so we should be using the SQL terms. Neil Conway
-
Bruce Momjian authored
that I submitted last year, alas). Kenneth Been
-
Dave Cramer authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
2) Fix a bug about the handling of large objects.
-
Bruce Momjian authored
-
- 24 Jun, 2002 6 commits
-
-
Tom Lane authored
rows were returned by the performed query. Per recent pgsql-general discussion.
-
Tom Lane authored
as suggested by Josh Berkus.
-
Barry Lind authored
patch to add support for callable statements to the jdbc driver. The patch was submitted by Paul Bethe pmbethe@yahoo.com
-
Barry Lind authored
-
Barry Lind authored
patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaData.getColumnClassName() support
-
Barry Lind authored
fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic timestamps which do not have timezone info were being interpreted in local timezone instead of GMT. Also added a check to support timestamp vs. timestamptz in this code
-
- 23 Jun, 2002 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Steven Singer
-
Bruce Momjian authored
For example, if I run a query, that uses an index scan, and call MemoryContextSt ats (CurrentMemoryContext) before ExecutorStart() and after ExecutorEnd() in ProcessQuery(), I am consistently see ing that the 'after' call shows 256 bytes more used, then 'before'... The problem seems to be in ExecEndIndexScan - it does not release scanstate, ind exstate, indexstate->iss_RelationDescs and indexstate -> iss_ScanDescs... Dmitry Tkach
-
Bruce Momjian authored
Dan Weston
-
Bruce Momjian authored
-