- 10 Jul, 2002 1 commit
-
-
Barry Lind authored
-
- 09 Jul, 2002 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
int32 domainTypMod = NULL; should be: int32 domainTypMod = 0;
-
Bruce Momjian authored
-
- 08 Jul, 2002 3 commits
-
-
Bruce Momjian authored
> * -Make one version of simple_prompt() in code (Bruce, Tom)
-
Bruce Momjian authored
-
Bruce Momjian authored
Manfred Koizar
-
- 07 Jul, 2002 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 06 Jul, 2002 3 commits
-
-
Bruce Momjian authored
are managed as per request. Moved from merging with table attributes to applying themselves during coerce_type() and coerce_type_typmod. Regression tests altered to test the cast() scenarios. Rod Taylor
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 05 Jul, 2002 9 commits
-
-
Bruce Momjian authored
-
Barry Lind authored
fixed bug reported by Michael, Dietrich (mdt@emdete.de) where a large object handle was being used after the end of the transaction and thus resulting in an error.
-
Thomas G. Lockhart authored
structure. Now includes the following new fields: integer/float date/time storage maximum length of names (+1; they must also include a null termination) maximum number of function arguments maximum length of locale name
-
Bruce Momjian authored
> * -Allow psql \d to show temporary table structure (Tom)
-
Bruce Momjian authored
> * -Allow psql \d to show temporary table structure
-
Hiroshi Inoue authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 04 Jul, 2002 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
as it appears in the schema dump, and index tags.
-
Thomas G. Lockhart authored
Reused the Expr node to hold DISTINCT which strongly resembles the existing OP info. Define DISTINCT_EXPR which strongly resembles the existing OPER_EXPR opType, but with handling for NULLs required by SQL99. We have explicit support for single-element DISTINCT comparisons all the way through to the executor. But, multi-element DISTINCTs are handled by expanding into a comparison tree in gram.y as is done for other row comparisons. Per discussions, it might be desirable to move this into one or more purpose-built nodes to be handled in the backend. Define the optional ROW keyword and token per SQL99. This allows single-element row constructs, which were formerly disallowed due to shift/reduce conflicts with parenthesized a_expr clauses. Define the SQL99 TREAT() function. Currently, use as a synonym for CAST().
-
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 8 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
-