- 15 Jul, 2002 1 commit
-
-
Bruce Momjian authored
-
- 14 Jul, 2002 3 commits
- 13 Jul, 2002 5 commits
-
-
Tom Lane authored
varno of index's relation is not 1. This embarrassing oversight pointed out by Dmitry Tkach 12-Jul-02.
-
Bruce Momjian authored
> o -Add ALTER TABLE DROP non-CHECK CONSTRAINT > * -Allow psql \d to show foreign keys > * -Auto-destroy sequence on DROP of table with SERIAL; perhaps a separate > * -Prevent column dropping if column is used by foreign key > * -Automatically drop constraints/functions when object is dropped > * -Make foreign key constraints clearer in dump file > * -Make foreign keys easier to identify
-
Bruce Momjian authored
o -Add SET or BEGIN timeout parameter to cancel query > * -Add pg_depend table for dependency recording; use sysrelid, oid,
-
Bruce Momjian authored
zero turns off the timer.
-
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 4 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)
-