- 05 May, 2004 1 commit
-
-
Tom Lane authored
* ALTER ... ADD COLUMN with defaults and NOT NULL constraints works per SQL spec. A default is implemented by rewriting the table with the new value stored in each row. * ALTER COLUMN TYPE. You can change a column's datatype to anything you want, so long as you can specify how to convert the old value. Rewrites the table. (Possible future improvement: optimize no-op conversions such as varchar(N) to varchar(N+1).) * Multiple ALTER actions in a single ALTER TABLE command. You can perform any number of column additions, type changes, and constraint additions with only one pass over the table contents. Basic documentation provided in ALTER TABLE ref page, but some more docs work is needed. Original patch from Rod Taylor, additional work from Tom Lane.
-
- 03 May, 2004 2 commits
-
-
Bruce Momjian authored
-
Neil Conway authored
-
- 02 May, 2004 9 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> Please find a attached a small patch that adds accessor functions > for "aclitem" so that it is not an opaque datatype. > > I needed these functions to browse aclitems from user land. I can load > them when necessary, but it seems to me that these accessors for a > backend type belong to the backend, so I submit them. > > Fabien Coelho
-
Bruce Momjian authored
< o Add ALTER TABLE table SET WITHOUT CLUSTER > o Add ALTER TABLE table SET WITHOUT CLUSTER (Christopher)
-
Bruce Momjian authored
o Add ALTER TABLE table SET WITHOUT CLUSTER
-
Bruce Momjian authored
Andrew Dunstan
-
Bruce Momjian authored
* correct platform specific regression files are used under ming * pwd prints out a usable win32 pathname Claudio Natoli
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 01 May, 2004 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Jun Kuwamura
-
- 30 Apr, 2004 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Move timezone database to share/timezone.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
#ifndef HAVE_SYMLINK #define HAVE_SYMLINK 0 #endif
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
system headers. Allow system to find timezone database by pasing pkglibdir into the binary via a define.
-
Bruce Momjian authored
-
Bruce Momjian authored
Timezone code backend integration done by Magnus Hagander.
-
Bruce Momjian authored
-
Bruce Momjian authored
from our code.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 29 Apr, 2004 2 commits
-
-
Michael Meskes authored
-
Tom Lane authored
-
- 28 Apr, 2004 1 commit
-
-
Bruce Momjian authored
< columns and indexes with many duplicate keys
-
- 27 Apr, 2004 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-