- 13 Jul, 2002 1 commit
-
-
Bruce Momjian authored
-
- 12 Jul, 2002 4 commits
-
-
Tom Lane authored
pg_relcheck is gone; CHECK, UNIQUE, PRIMARY KEY, and FOREIGN KEY constraints all have real live entries in pg_constraint. pg_depend exists, and RESTRICT/CASCADE options work on most kinds of DROP; however, pg_depend is not yet very well populated with dependencies. (Most of the ones that are present at this point just replace formerly hardwired associations, such as the implicit drop of a relation's pg_type entry when the relation is dropped.) Need to add more logic to create dependency entries, improve pg_dump to dump constraints in place of indexes and triggers, and add some regression tests.
-
Dave Cramer authored
It used to return them as a,b in one row, and now returns a in one row, and b in one row
-
Hiroshi Inoue authored
-
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 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
as it appears in the schema dump, and index tags.
-