Commit Graph

17780 Commits (09a98e61c31938a5fb3c5a12b51fcfe08b8b3931)

Author SHA1 Message Date
Bruce Momjian 09a98e61c3 Fix pg_ctl -t to register -t value, per Alvaro. 18 years ago
Andrew Dunstan 1157f3cc81 Change descriptions of entity and tag objects to "XML entity" and "XML tag". 18 years ago
Bruce Momjian eeb8677761 Update comment. 18 years ago
Bruce Momjian 3b65c3b2e7 Add comment about COMMENT ON DATABASE failing for differently-named 18 years ago
Tom Lane 6f4cfe48ac Improve GIN index build's tracking of memory usage by using 18 years ago
Tom Lane 16dcd5e5ce GIN index build's allocatedMemory counter needs to be long, not uint32. 18 years ago
Alvaro Herrera 015794541d Fix inconsistent message wording, and split off a couple of duplicated strings. 18 years ago
Tom Lane 93190c3098 Repair still another bug in the btree page split WAL reduction patch: 18 years ago
Teodor Sigaev a867b40cf4 Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. 18 years ago
Marc G. Fournier 2a174e45dd update files for beta3 18 years ago
Bruce Momjian f639df0d61 Small comment spacing improvement. 18 years ago
Bruce Momjian d6fda1b0bb Better guard token used by pgindent. 18 years ago
Bruce Momjian 5f0bf6cb0d Run pgindent on remaining files now that LOOPBYTE is a usable macro. 18 years ago
Bruce Momjian 0c2c061eb0 Cleanup for new else/comment handling. 18 years ago
Tom Lane eae7e00f1f Fix stupid typo in recently-added code :-( 18 years ago
Bruce Momjian 224f91f66d Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the 18 years ago
Bruce Momjian 7d4c99b414 Fix pgindent to properly handle 'else' and single-line comments on the 18 years ago
Bruce Momjian f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
Bruce Momjian da0b2cdff8 Beef up README instructions, again. 18 years ago
Bruce Momjian 6c8f69cd58 CUpdate README to suggest 'gmake distclean'. Add library typedefs. 18 years ago
Bruce Momjian 2a754d70d7 Update pgtools README to be clearer about typdefs. 18 years ago
Bruce Momjian ab895f3b40 Update pgindent with current typedefs. 18 years ago
Peter Eisentraut b30769ee54 When logging the recovery.conf parameters, show them quoted as they would 18 years ago
Bruce Momjian 1f735c32b2 Add blank lines to pgindent. 18 years ago
Tom Lane 591b9b091c Use ftruncate() not truncate() in mdunlink. Seems Windows doesn't 18 years ago
Tom Lane d788c922d7 Update timezone data files to release 2007i of the zic database. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Peter Eisentraut 3adc760fb9 Translation updates 18 years ago
Tom Lane 6cc4451b5c Prevent re-use of a deleted relation's relfilenode until after the next 18 years ago
Peter Eisentraut 166f67cebe Message improvements 18 years ago
Peter Eisentraut e2776a0820 Add to synopsis that timeout option also applies to stop mode 18 years ago
Peter Eisentraut e4c26b03bf Make help synopsis consistent 18 years ago
Peter Eisentraut c938a4ea8d Make synopses of -t option consistent 18 years ago
Tom Lane 866bad9543 Add a rank/(rank+1) normalization option to ts_rank(). While the usefulness 18 years ago
Tom Lane 5858990f87 Fix incorrect calculation of elapsed_xlogs. Itagaki Takahiro 18 years ago
Tom Lane ca450a07ee Add an Accept parameter to "simple" dictionaries. The default of true 18 years ago
Tom Lane b40c0a4bb0 Clean up some stray references to tsearch2. 18 years ago
Tom Lane 07c23731f2 contrib/tsearch2 need not be special-cased any longer. 18 years ago
Tom Lane 4394c1b09c Resurrect the code for the rewrite(ARRAY[...]) aggregate function, 18 years ago
Tom Lane 1ef648cfbc I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs 18 years ago
Tom Lane 0bd4da23a4 Ensure that typmod decoration on a datatype name is validated in all cases, 18 years ago
Bruce Momjian 6e414a171e Add pg_ctl -t/timeout parameter to control amount of time to wait for 18 years ago
Tom Lane 2b477a2c73 Add missing closing / in xsd:restriction, and remove some unnecessary 18 years ago
Tom Lane d2d52bbb55 xmlGetUTF8Char()'s second argument is both input and output. Fix 18 years ago
Bruce Momjian d009992ba3 Have text search thesaurus files use "?" for stop words. 18 years ago
Bruce Momjian 82748bc253 Reduce error level of ROLLBACK outside a transaction from WARNING to 18 years ago
Tom Lane e5fe2e84d7 Recognize RETURN QUERY via a textual test, so that QUERY doesn't need to be 18 years ago
Tom Lane 0833081125 Add an expected-results file to get regression to pass cleanly in sv_SE 18 years ago
Tom Lane 654dcfb9e4 Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms 18 years ago
Tom Lane a96fa85025 Second pass at improving LIKE/regex estimation in non-C locales. It turns 18 years ago