- Nov 16, 2007
-
-
Bruce Momjian authored
-
Tom Lane authored
compatibility module. Needed to support loading of 8.1-era tsearch2 configuration data.
-
Bruce Momjian authored
for() body passed as a parameter, make the macros act as simple headers to code blocks. This allows pgindent to be run on these files.
-
- Nov 15, 2007
-
-
Bruce Momjian authored
avoid this problem in the future.)
-
Bruce Momjian authored
-
- Nov 13, 2007
-
-
Tom Lane authored
and put it into contrib/tsearch2 compatibility module.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
compatibility package. This supports importing dumps from past versions using tsearch2, and provides the old names and API for most functions that were changed. (rewrite(ARRAY[...]) is a glaring omission, though.) Pavel Stehule and Tom Lane
-
Tom Lane authored
about best practice for including the module creation scripts: to wit that you should suppress NOTICE messages. This avoids creating regression failures by adding or removing comment lines in the module scripts.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
Remove setting of search_path in install/uninstall scripts, since unlike other contrib modules this one does not want to let you change the installation schema.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
itself as libuuid, not libossp-uuid which was the only case expected by our build support. Install a configure test to determine which name to use (and to check that the library is present at all).
-
- Nov 11, 2007
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
remove transactions use create or replace function make formatting consistent set search patch on first line Add documentation on modifying *.sql to set the search patch, and mention that major upgrades should still run the installation scripts. Some of these issues were spotted by Tom today.
-
Bruce Momjian authored
-
Bruce Momjian authored
or will never be converted.
-
- Nov 10, 2007
-
-
Joe Conway authored
per suggestion from Tom Lane. This fixes crash-bug reported by Stefan Schwarzer.
-
- Nov 07, 2007
-
-
Peter Eisentraut authored
-
- Oct 23, 2007
-
-
Tom Lane authored
Needed to accommodate different layout on some platforms (Debian for one). Heikki Linnakangas
-
- Oct 22, 2007
-
-
Tom Lane authored
ITAGAKI Takahiro
-
Magnus Hagander authored
Per Greg Stark & Dave Page
-
- Oct 16, 2007
-
-
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.
-
- Oct 15, 2007
-
-
Tom Lane authored
hard-to-maintain textual examples currently in the SGML docs. From Sergey Karpov.
-
- Oct 14, 2007
-
-
Tom Lane authored
-
- Oct 11, 2007
-
-
Tom Lane authored
on SerializableSnapshot, minor other cleanup. Marko Kreen, some further editorialization by me.
-
- Oct 09, 2007
-
-
Tom Lane authored
-
- Oct 08, 2007
-
-
Tom Lane authored
Some additional minor editorializing by Tom.
-
Jan Wieck authored
on CORE previously. This module offers transaction ID's containing the original XID and the transaction epoch as a bigint value to the user level. It also provides a special txid_snapshot data type that contains an entire transactions visibility snapshot information, which is useful to determine if a particular txid was visible to a transaction or not. The module has been tested by porting Slony-I from using its original xxid data type. Jan
-
- Oct 01, 2007
-
-
D'Arcy J.M. Cain authored
-
D'Arcy J.M. Cain authored
-
- Sep 30, 2007
-
-
Tom Lane authored
testing). Combine the formerly independent opclasses for the various ISN types into opfamilies. The latter causes some extra bleating from opr_sanity, since the module doesn't provide complete sets of cross-type operators, but it's still a good idea because it will give the planner more information to work with. The missing cross-type operators no longer pose a risk of unexpected planner errors in 8.3, so there's no need to insist on filling them in (and I gather it wouldn't be very sound semantically to add them all).
-
Tom Lane authored
Found by running opr_sanity on contrib modules.
-
Tom Lane authored
Found by running opr_sanity on contrib modules.
-