- 04 Jul, 2002 2 commits
-
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
Fix pg_dump to not quote the function name in the storage tag. Fix pg_dump so GRANT/REVOKE(ACL) tag entries are not quoted, for consistency. Fix pg_restore to properly handle quotes and some spaces in -P.
-
- 03 Jul, 2002 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> o -Add support for CallableStatements
-
Tom Lane authored
wasn't really right for case where :var is at the end of the line, was definitely not right if var expanded to empty in that case, and failed to recalculate thislen before jumping back to rescan.
-
Bruce Momjian authored
-
- 02 Jul, 2002 11 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
will make fixing things easier.
-
Bruce Momjian authored
>usefulness. > >> [...] should I post a patch that puts pagesize directly into >> PageHeaderData? > >If you're so inclined. Given that pd_opaque is hidden in those macros, >there wouldn't be much of any gain in readability either, so I haven't >worried about changing the declaration. Thanks for the clarification. Here is the patch. Not much gain, but at least it saves the next junior hacker from scratching his head ... Manfred Koizar
-
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 1 commit
-
-
Tom Lane authored
rows were returned by the performed query. Per recent pgsql-general discussion.
-