Commit Graph

1465 Commits (895a94de6dffa71741586a2228275f66db03f8ca)

Author SHA1 Message Date
Tom Lane 895a94de6d Avoid incrementing the CommandCounter when CommandCounterIncrement is called 18 years ago
Tom Lane 11fccbeaeb Adjust the names of a couple of tsearch index support functions that had 18 years ago
Andrew Dunstan d6eaeb335b Adjust contrib/tsearch2 regression results to use XML tag and XML entity descriptions, as now used by core text search default parser. 18 years ago
Bruce Momjian 5f0bf6cb0d Run pgindent on remaining files now that LOOPBYTE is a usable macro. 18 years ago
Tom Lane f00d75b8d7 Add snb_ru_init(internal) to list of stub functions in tsearch2 18 years ago
Bruce Momjian 224f91f66d Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the 18 years ago
Bruce Momjian f6e8730d11 Re-run pgindent with updated list of typedefs. (Updated README should 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane 4394c1b09c Resurrect the code for the rewrite(ARRAY[...]) aggregate function, 18 years ago
Tom Lane abd183e4e7 Ooops, missed one file to remove. 18 years ago
Tom Lane 7341a0a0f9 Update description of contrib/tsearch2. 18 years ago
Tom Lane f85252097f Re-add contrib/tsearch2 to the set of buildable contrib modules. 18 years ago
Tom Lane 90e3f2aca7 Replace the now-incompatible-with-core contrib/tsearch2 module with a 18 years ago
Tom Lane 30e2c42e00 Fix a few contrib regression test scripts that hadn't gotten the word 18 years ago
Bruce Momjian 0614c5e5fd Adjust expected file for new CVS version label. 18 years ago
Bruce Momjian 33e2e02493 Add CVS version labels to all install/uninstall scripts. 18 years ago
Tom Lane 1afbbcac20 Fix more script breakage. 18 years ago
Tom Lane e0b15e2748 Fix insufficient search-path paranoia in SQL function definitions. 18 years ago
Bruce Momjian 14f461d506 Adjust script to be consistent (thanks Tom for the fix). 18 years ago
Tom Lane 15fecdec5c Undo damage from yesterday's script "cleanup". 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
Bruce Momjian 554683f9a1 Remove /contrib/dblink/doc directory, now in SGML. 18 years ago
Bruce Momjian 47fe868831 Adjust pg_trgm expected output for new *.sql file. 18 years ago
Bruce Momjian 926bbab448 Make /contrib install/uninstall script consistent: 18 years ago
Bruce Momjian 541ff409cc Remove references to READMEs from /contrib Makefiles. 18 years ago
Bruce Momjian c3c69ab4fd Move most /contrib README files into SGML. Some still need conversion 18 years ago
Joe Conway 01496439e9 Have crosstab variants treat NULL rowid as a category in its own right, 18 years ago
Peter Eisentraut 5f9869d0ee Use "alternative" instead of "alternate" where it is clearer. 18 years ago
Tom Lane 07d0a370c1 Make configure probe for the location of the <uuid.h> header file. 18 years ago
Tom Lane 7ec280e117 Be careful to get share lock on each page before computing its free space. 18 years ago
Magnus Hagander f04b8a8e2c Increase FD_SETSIZE on Win32 to allow for more than 54 clients. 18 years ago
Tom Lane 9a4b29d832 Teach pgxs.mk and Install.pm how to install files from a contrib module 18 years ago
Tom Lane 5fcb079858 Add sample text search dictionary templates and parsers, to replace the 18 years ago
Tom Lane 17333b6d09 Remove contrib/txid, in preparation for migrating it into core. 18 years ago
Tom Lane d77717bae7 Code review for txid patch: add binary I/O functions, avoid dependence 18 years ago
Tom Lane 9f3bd2994c Faster test for overflow in str2txid, from Marko. 18 years ago
Tom Lane b196b7fb72 Get rid of dependency on strtoull() --- Marko Kreen. 18 years ago
Jan Wieck 1f92630fc4 Added the Skytools extended transaction ID module to contrib as discussed 18 years ago
D'Arcy J.M. Cain c2862e3cad Add some examples. 19 years ago
D'Arcy J.M. Cain ca87db23ea Fix a minor typo. 19 years ago
Tom Lane 47d2347167 Properly mark mergeable/hashable equality operators (found by opr_sanity 19 years ago
Tom Lane f8203f908e Support functions for index opclasses should be immutable. 19 years ago
Tom Lane ae57efed4a Support functions for index opclasses should be immutable. 19 years ago
Tom Lane 2e0c47e5bf Support functions for index opclasses should be immutable. 19 years ago
Tom Lane d80d8acbce Support functions for index opclasses should be immutable. 19 years ago
Tom Lane 92266303e8 Support functions for index opclasses should be immutable. 19 years ago
Tom Lane 591abe1b72 Remove bogus commutator marking --- the module doesn't actually supply 19 years ago
Tom Lane 24ad7d4628 Support functions for index opclasses should be immutable. 19 years ago
Tom Lane 6e7e0b5350 Defend against openssl libraries that fail on keys longer than 128 bits; 19 years ago
Tom Lane ffda674769 Tweak pgbench.c to remove the hidden assumption that a WIN32 machine 19 years ago