- 12 Jul, 2002 1 commit
-
-
Hiroshi Inoue authored
2) Change default build mode to multibyte(Windows).
-
- 11 Jul, 2002 10 commits
-
-
Bruce Momjian authored
< * Add version file format stamp to heap and other table types
-
Bruce Momjian authored
< * Use BlockNumber rather than int where appropriate
-
Bruce Momjian authored
as discussed on hackers.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
This is the first cut toward CREATE CONVERSION/DROP CONVERSION implementaion. The commands can now add/remove tuples to the new pg_conversion system catalog, but that's all. Still need work to make them actually working. Documentations, regression tests also need work.
-
Bruce Momjian authored
> * -Add ALTER TRIGGER ... RENAME
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
- 10 Jul, 2002 2 commits
-
-
Bruce Momjian authored
-
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 1 commit
-
-
Bruce Momjian authored
-