- 22 Oct, 2007 4 commits
-
-
Tom Lane authored
representation of DECLARE CURSOR. Report and fix by Heikki.
-
Magnus Hagander authored
Per Greg Stark & Dave Page
-
Tom Lane authored
users of tsearch. This isn't meant to be permanent documentation, but to call out the areas that need either fixing or real documentation.
-
Tom Lane authored
versions of gcc (I'm seeing it with Apple's gcc 4.0.1). I think the reason we did not see this before was that the assert() macros in the regex code were all no-ops till recently.
-
- 21 Oct, 2007 2 commits
- 20 Oct, 2007 7 commits
-
-
Bruce Momjian authored
Jun Kuwamura
-
Bruce Momjian authored
-
Tom Lane authored
uniformly calls these things weights, not classes.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Ian Barwick
-
Tom Lane authored
the syslog configuration file (at least not on most known Unixen). I dunno why we hadn't had that info in the docs all along ...
-
- 19 Oct, 2007 3 commits
-
-
Tom Lane authored
are really redundant, since we invented a regdictionary alias type. We can have just one function, declared as taking regdictionary, and it will handle both behaviors. Noted while working on documentation.
-
Tom Lane authored
pg_proc.h.
-
Bruce Momjian authored
-
- 18 Oct, 2007 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
8.3 consistently.
-
Neil Conway authored
-
Bruce Momjian authored
-
Bruce Momjian authored
entries and removed a few.
-
- 17 Oct, 2007 3 commits
-
-
Bruce Momjian authored
<H3 id="item4.19">4.19) Why do I get "relation with OID ##### does not exist" errors when accessing temporary tables in PL/PgSQL functions?</H3>
-
Tom Lane authored
Also enable translation of PG_WIN874, which certainly seems to have an obvious translation now, though maybe it did not at the time this table's ancestor was created.
-
Tom Lane authored
Notably, standardize on using "token" for the strings output by a parser, while "lexeme" is reserved for the normalized strings produced by a dictionary.
-
- 16 Oct, 2007 11 commits
-
-
Bruce Momjian authored
-
Magnus Hagander authored
-
Tom Lane authored
-
Tom Lane authored
when relkind = RELKIND_RELATION. This syncs these tests with the Asserts in tuptoaster.c, and ensures that we won't ever try to, for example, compress a sequence's tuple. Problem found by Greg Stark while stress-testing with much-smaller-than-normal page sizes.
-
Tom Lane authored
into SHAREDIR/tsearch_data. Use this instead of ad-hoc coding in dict_xsyn/Makefile. Should fix current ContribCheck failures on MSVC.
-
Bruce Momjian authored
-
Magnus Hagander authored
-
Magnus Hagander authored
UTF16 before being used, all (valid) locales will work for this.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Oct, 2007 3 commits
-
-
Tom Lane authored
Add some comments so hopefully the next poor sod doesn't fall into the same trap. (Wrong comments are worse than none at all...)
-
Tom Lane authored
these are more easily and usefully maintained as contrib modules. Various other wordsmithing, markup improvement, etc.
-
Tom Lane authored
hard-to-maintain textual examples currently in the SGML docs. From Sergey Karpov.
-