sort by:
Revision Author Date Message Commit Date
2f1e7ff Fix markup that doesn't work in HISTORY generation. 16 November 2007, 06:28:07 UTC
7c0bc95 Re-do configure with autoconf 2.59 16 November 2007, 04:59:25 UTC
2a174e4 update files for beta3 16 November 2007, 04:29:45 UTC
fb8b38e Add a couple of notes pointing out that GIN index build time is very sensitive to maintenance_work_mem (something I just learned the hard way). 16 November 2007, 03:23:07 UTC
f639df0 Small comment spacing improvement. 16 November 2007, 01:51:22 UTC
d6fda1b Better guard token used by pgindent. 16 November 2007, 01:25:15 UTC
5f0bf6c Run pgindent on remaining files now that LOOPBYTE is a usable macro. 16 November 2007, 01:12:24 UTC
0c2c061 Cleanup for new else/comment handling. 16 November 2007, 01:11:04 UTC
eae7e00 Fix stupid typo in recently-added code :-( 16 November 2007, 00:57:55 UTC
f00d75b Add snb_ru_init(internal) to list of stub functions in tsearch2 compatibility module. Needed to support loading of 8.1-era tsearch2 configuration data. 16 November 2007, 00:34:54 UTC
224f91f Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the 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. 16 November 2007, 00:13:02 UTC
7d4c99b Fix pgindent to properly handle 'else' and single-line comments on the same line; previous fix was only partial. Re-run pgindent on files that need it. 15 November 2007, 23:23:44 UTC
f6e8730 Re-run pgindent with updated list of typedefs. (Updated README should avoid this problem in the future.) 15 November 2007, 22:25:18 UTC
da0b2cd Beef up README instructions, again. 15 November 2007, 22:15:46 UTC
6c8f69c CUpdate README to suggest 'gmake distclean'. Add library typedefs. 15 November 2007, 22:12:09 UTC
2a754d7 Update pgtools README to be clearer about typdefs. 15 November 2007, 22:09:07 UTC
ab895f3 Update pgindent with current typedefs. 15 November 2007, 22:06:07 UTC
b30769e When logging the recovery.conf parameters, show them quoted as they would appear in the configuration file. 15 November 2007, 22:02:12 UTC
1f735c3 Add blank lines to pgindent. 15 November 2007, 21:52:39 UTC
591b9b0 Use ftruncate() not truncate() in mdunlink. Seems Windows doesn't support the latter. 15 November 2007, 21:49:47 UTC
d788c92 Update timezone data files to release 2007i of the zic database. 15 November 2007, 21:21:14 UTC
fdf5a5e pgindent run for 8.3. 15 November 2007, 21:14:46 UTC
3adc760 Translation updates 15 November 2007, 20:38:15 UTC
6cc4451 Prevent re-use of a deleted relation's relfilenode until after the next checkpoint. This guards against an unlikely data-loss scenario in which we re-use the relfilenode, then crash, then replay the deletion and recreation of the file. Even then we'd be OK if all insertions into the new relation had been WAL-logged ... but that's not guaranteed given all the no-WAL-logging optimizations that have recently been added. Patch by Heikki Linnakangas, per a discussion last month. 15 November 2007, 20:36:40 UTC
7a550cb Update config.guess and config.sub 15 November 2007, 20:21:05 UTC
ee214de Add more detail for non-TEXT cast release item. 15 November 2007, 20:10:32 UTC
166f67c Message improvements 15 November 2007, 20:04:38 UTC
e2776a0 Add to synopsis that timeout option also applies to stop mode 15 November 2007, 19:40:31 UTC
e4c26b0 Make help synopsis consistent 15 November 2007, 19:35:26 UTC
c938a4e Make synopses of -t option consistent 15 November 2007, 18:37:23 UTC
f15c08f Document that /contrib/tsearch2 now contains a compatibility interface. 15 November 2007, 17:09:40 UTC
a1715ac Adjust example to reduce confusion between a tsvector column and an index, per Simon. 14 November 2007, 23:48:55 UTC
866bad9 Add a rank/(rank+1) normalization option to ts_rank(). While the usefulness 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. 14 November 2007, 23:43:27 UTC
5858990 Fix incorrect calculation of elapsed_xlogs. Itagaki Takahiro 14 November 2007, 21:19:18 UTC
ca450a0 Add an Accept parameter to "simple" dictionaries. The default of true 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 14 November 2007, 18:36:37 UTC
a44c81d Mention that GSSAPI is preferred over Kerberos authentication because GSSAPI is industry-standard. 14 November 2007, 14:38:30 UTC
9394059 Add note about deprecating krb5 authentication in favour of GSSAPI, per discussions (a long time ago). Documentation only, we keep full support in the code. 14 November 2007, 14:25:55 UTC
144c519 Capitalize "Migration to Version". 14 November 2007, 14:06:54 UTC
1a339a3 Properly capitalize "Migrate To Version"; seems we always had that wrong. 14 November 2007, 12:36:34 UTC
ec67a91 Markup cleanup. 14 November 2007, 03:39:53 UTC
4ba85c1 Reference pgfoundry instead of gborg. 14 November 2007, 03:39:17 UTC
2d7090b Remove reference to gborg, instead reference pgfoundry. 14 November 2007, 03:37:30 UTC
de08582 Update discussion of tsearch2 migration. I'm not entirely sure about the division of material between here and the tsearch2 contrib page, but at least it's not obviously unfinished any more. 14 November 2007, 03:26:24 UTC
42e3ab3 Move contrib docs to an appendix (next door to External Projects). Change title to Additional Supplied Modules. Improve discussion of how to build and install 'em. 14 November 2007, 02:36:43 UTC
21fec14 Clean up some now-obsolete references to GBorg. 14 November 2007, 01:58:18 UTC
4c2d0cd Add some quick documentation for tsearch2 compatibility module. 14 November 2007, 01:09:50 UTC
c027fa5 Update release notes to current CVS. 14 November 2007, 00:16:27 UTC
b40c0a4 Clean up some stray references to tsearch2. 13 November 2007, 23:36:26 UTC
07c2373 contrib/tsearch2 need not be special-cased any longer. 13 November 2007, 22:49:47 UTC
4394c1b Resurrect the code for the rewrite(ARRAY[...]) aggregate function, and put it into contrib/tsearch2 compatibility module. 13 November 2007, 22:14:50 UTC
abd183e Ooops, missed one file to remove. 13 November 2007, 21:25:25 UTC
7341a0a Update description of contrib/tsearch2. 13 November 2007, 21:10:40 UTC
f852520 Re-add contrib/tsearch2 to the set of buildable contrib modules. 13 November 2007, 21:04:45 UTC
90e3f2a Replace the now-incompatible-with-core contrib/tsearch2 module with a 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 13 November 2007, 21:02:29 UTC
4ea3210 Again properly fix Darwin strip. 13 November 2007, 18:50:54 UTC
6832927 Add link to Postgres-R glossary from our documentation (has helpful terms defined). 13 November 2007, 18:44:20 UTC
a4840c8 Modify OS/X Darin test to actually work, (no $template) 13 November 2007, 18:15:01 UTC
30e2c42 Fix a few contrib regression test scripts that hadn't gotten the word 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. 13 November 2007, 06:29:04 UTC
0614c5e Adjust expected file for new CVS version label. 13 November 2007, 04:27:26 UTC
33e2e02 Add CVS version labels to all install/uninstall scripts. 13 November 2007, 04:24:29 UTC
1afbbca Fix more script breakage. 13 November 2007, 02:17:33 UTC
e0b15e2 Fix insufficient search-path paranoia in SQL function definitions. 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. 13 November 2007, 01:55:49 UTC
14f461d Adjust script to be consistent (thanks Tom for the fix). 13 November 2007, 01:19:40 UTC
15fecde Undo damage from yesterday's script "cleanup". 13 November 2007, 00:20:36 UTC
1ef648c I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs 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). 13 November 2007, 00:13:19 UTC
2ce1a60 No master server overhead for middleware replication. 12 November 2007, 18:01:44 UTC
f429409 Change replication chart title to "No waiting for multiple servers". 12 November 2007, 17:02:14 UTC
e182959 Trim trailing whitespace --- needed commit to update anoncvs. 12 November 2007, 01:37:34 UTC
0bd4da2 Ensure that typmod decoration on a datatype name is validated in all cases, even in code paths where we don't pay any subsequent attention to the typmod value. This seems needed in view of the fact that 8.3's generalized typmod support will accept a lot of bogus syntax, such as "timestamp(foo)" or "record(int, 42)" --- if we allow such things to pass without comment, users will get confused. Per a recent example from Greg Stark. To implement this in a way that's not very vulnerable to future bugs-of-omission, refactor the API of parse_type.c's TypeName lookup routines so that typmod validation is folded into the base lookup operation. Callers can still choose not to receive the encoded typmod, but we'll check the decoration anyway if it's present. 11 November 2007, 19:22:49 UTC
6b8cc88 Remove tabs from SGML files. 11 November 2007, 14:23:18 UTC
554683f Remove /contrib/dblink/doc directory, now in SGML. 11 November 2007, 05:13:09 UTC
47fe868 Adjust pg_trgm expected output for new *.sql file. 11 November 2007, 03:57:06 UTC
926bbab Make /contrib install/uninstall script consistent: 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. 11 November 2007, 03:25:35 UTC
541ff40 Remove references to READMEs from /contrib Makefiles. 10 November 2007, 23:59:52 UTC
c3c69ab Move most /contrib README files into SGML. Some still need conversion or will never be converted. 10 November 2007, 23:30:46 UTC
6e414a1 Add pg_ctl -t/timeout parameter to control amount of time to wait for start/shutdown. 10 November 2007, 21:48:51 UTC
c6722d7 Add an example of a SQL function with output parameters returning multiple rows. I had thought this case was covered, but there was no example in the obvious section to look in. 10 November 2007, 20:14:36 UTC
2b477a2 Add missing closing / in xsd:restriction, and remove some unnecessary spaces for consistency. Per bug #3734 from Ben Leslie; fix by Euler Taveira de Oliveira. 10 November 2007, 19:29:54 UTC
20a8825 High availability wording fix. 10 November 2007, 19:19:36 UTC
455fa46 Update high availability documentation with comments from Markus Schiltknecht. 10 November 2007, 19:14:02 UTC
d2d52bb xmlGetUTF8Char()'s second argument is both input and output. Fix uninitialized value, and avoid invoking the function nine separate times in the pg_xmlIsNameChar macro. Should resolve buildfarm failures. Per report from Ben Leslie. 10 November 2007, 18:51:20 UTC
58ac0f9 Use strip -x on OS/X-darwin because non-"-x" causes link problems: http://archives.postgresql.org/pgsql-hackers/2007-10/msg01470.php 10 November 2007, 16:15:23 UTC
d009992 Have text search thesaurus files use "?" for stop words. Throw an error for actual stop words, rather than a warning. This fixes problems with cache reloading causing warning messages. Re-enable stop words in regression tests; was disabled by Tom. Document "?" as API change. 10 November 2007, 15:39:34 UTC
82748bc Reduce error level of ROLLBACK outside a transaction from WARNING to NOTICE. 10 November 2007, 14:36:44 UTC
a341b87 Fix markup problem with recent pg_ctl change. 10 November 2007, 14:07:18 UTC
0149643 Have crosstab variants treat NULL rowid as a category in its own right, per suggestion from Tom Lane. This fixes crash-bug reported by Stefan Schwarzer. 10 November 2007, 05:00:41 UTC
f19c857 Properly order pg_ctl -c option alphabetically in docs. 10 November 2007, 04:52:17 UTC
e5fe2e8 Recognize RETURN QUERY via a textual test, so that QUERY doesn't need to be a plpgsql keyword. This avoids springing a new reserved word on plpgsql programmers. For consistency, handle RETURN NEXT the same way. 09 November 2007, 23:58:32 UTC
4521207 Remove tabs from SGML files. 09 November 2007, 23:52:08 UTC
0833081 Add an expected-results file to get regression to pass cleanly in sv_SE locale, which sorts a bit differently. Per recent gripe from Magnus. 09 November 2007, 22:52:08 UTC
654dcfb Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms behavior of wchar2char/char2wchar; this should resolve bug #3730. Avoid excess computations of pg_mblen in t_isalpha and friends. Const-ify APIs where possible. 09 November 2007, 22:37:35 UTC
83290b6 Point to our own UUID page instead of to Wikipedia. 09 November 2007, 22:22:46 UTC
a96fa85 Second pass at improving LIKE/regex estimation in non-C locales. It turns out that it's actually quite likely that a string that is an extension of the given prefix will sort as larger than the "greater" string our previous code created. To provide some defense against that, do the comparisons against a modified string instead of just the bare prefix. We tack on "Z", "z", "y", or "9", whichever is seen as largest in the current locale. Testing suggests that this is sufficient at least for cases involving ASCII data. 09 November 2007, 20:10:02 UTC
4b606ee Add parameter krb_realm used by GSSAPI, SSPI and Kerberos to validate the realm of the connecting user. By default it's empty meaning no verification, which is the way Kerberos authentication has traditionally worked in PostgreSQL. 09 November 2007, 17:31:07 UTC
a7cd5a4 Move pl/proxy into Multi-server parallel query execution documentation section. 09 November 2007, 16:36:04 UTC
8db43db Allow XML processing instructions starting with "xml" while prohibiting those being exactly "xml". Bug #3735 from Ben Leslie 09 November 2007, 15:52:51 UTC
3991c3f In tsearch code, remove !(A && B) via restructuring, for clarity 09 November 2007, 01:32:22 UTC
c293ba9 If an index depends on no columns of its table, give it a dependency on the whole table instead, to ensure that it goes away when the table is dropped. Per bug #3723 from Sam Mason. Backpatch as far as 7.4; AFAICT 7.3 does not have the issue, because it doesn't have general-purpose expression indexes and so there must be at least one column referenced by an index. 08 November 2007, 23:22:54 UTC
f55e6c0 Wording improvement for pl/proxy mention. 08 November 2007, 22:14:18 UTC
4a2077e Add mention of pl/proxy toolset to docs. 08 November 2007, 22:08:18 UTC
back to top