- 16 Jul, 2002 2 commits
-
-
Bruce Momjian authored
UNIQUE and DISTINCT predicates are both listed as implemented -- AFAIK, neither is. I also included another trivial patch which adds the default location of the DSSSL stylesheets on my system (Debian unstable, docbook-dsssl 1.76) to the list of paths that configure looks for. Neil Conway
-
Bruce Momjian authored
-
- 15 Jul, 2002 10 commits
-
-
Bruce Momjian authored
< * Use our own getopt() for FreeBSD/OpenBSD to allow --xxx flags (Bruce)
-
Bruce Momjian authored
-
Bruce Momjian authored
warnings, and we now look for getopt_long in libgetopt.a.
-
Bruce Momjian authored
-
Bruce Momjian authored
configure.in.
-
Tom Lane authored
so that dependencies in default expressions (on operators, functions, etc) can be expressed properly.
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
Bruce Momjian authored
this thing.
-
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 1 commit
-
-
Bruce Momjian authored
> * -Make one version of simple_prompt() in code (Bruce, Tom)
-