- Nov 26, 2007
-
-
Peter Eisentraut authored
-
Tom Lane authored
to a UNION, CASE, or related construct are of the same domain type. The main part of this routine smashes domains to their base types, which seems necessary because the logic involves TypeCategory() and IsPreferredType(), neither of which work usefully on domains. However, we can add a first pass that just detects whether all the inputs are exactly the same type, and if so accept that without question (so long as it's not UNKNOWN). Per recent gripe from Dean Rasheed. In passing, remove some tests for InvalidOid, which have clearly been dead code for quite some time now, because getBaseType() would fail on that input. Also, clarify the manual's not-very-precise description of the existing algorithm's behavior.
-
- Nov 23, 2007
-
-
Bruce Momjian authored
< * Prevent long-lived temporary tables from causing frozen-Xid advancement > * Prevent long-lived temporary tables from causing frozen-xid advancement > > The problem is that autovacuum cannot vacuum them to set frozen xids; > only the session that created them can do that. > > >
-
Tatsuo Ishii authored
ItemPointerData.
-
- Nov 22, 2007
-
-
Bruce Momjian authored
used.
-
- Nov 21, 2007
-
-
Tom Lane authored
-
- Nov 20, 2007
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
release notes.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Re-order some items as migration changes.
-
Andrew Dunstan authored
Allow tag and entity names that follow XML rules. Provide for hexadecimal as well as decimal numeric entities. Adjust code names to coincide with new descriptions.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< o Prevent COMMENT ON dbname from issuing a warning when loading < into a database with a different name, perhaps using COMMENT ON < CURRENT DATABASE > o Change pg_dump so that a comment on the dumped database is > applied to the loaded database, even if the database has a > different name. This will require new backend syntax, perhaps > COMMENT ON CURRENT DATABASE.
-
Bruce Momjian authored
< o Allow COMMENT ON dbname to work when loading into a database < with a different name, perhaps using COMMENT ON CURRENT < DATABASE > o Prevent COMMENT ON dbname from issuing a warning when loading > into a database with a different name, perhaps using COMMENT ON > CURRENT DATABASE
-
- Nov 19, 2007
-
-
Bruce Momjian authored
< with a different name > with a different name, perhaps using COMMENT ON CURRENT > DATABASE >
-
Bruce Momjian authored
> o Allow COMMENT ON dbname to work when loading into a database > with a different name
-
Tom Lane authored
A bunch of other desultory copy-editing, too.
-
Tom Lane authored
ambiguity and say what the default value is.
-
- Nov 18, 2007
-
-
Tom Lane authored
plans.
-
- Nov 17, 2007
-
-
Bruce Momjian authored
item to #1 imcompatibility slot.
-
Bruce Momjian authored
-
- Nov 16, 2007
-
-
Bruce Momjian authored
-
Bruce Momjian authored
alias.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Marc G. Fournier authored
update files for beta3
-
Tom Lane authored
sensitive to maintenance_work_mem (something I just learned the hard way).
-
- Nov 15, 2007
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
an index, per Simon.
-
Tom Lane authored
of this seems a bit marginal, if it's useful enough to be shown in the manual then we probably ought to support doing it without double evaluation of the ts_rank function. Per my proposal earlier today.
-
- Nov 14, 2007
-
-
Tom Lane authored
gives the old behavior; selecting false allows the dictionary to be used as a filter ahead of other dictionaries, because it will pass on rather than accept words that aren't in its stopword list. Jan Urbanski
-
Bruce Momjian authored
GSSAPI is industry-standard.
-
Magnus Hagander authored
per discussions (a long time ago). Documentation only, we keep full support in the code.
-