Commit Graph

1485 Commits (ec62bdff06d3d84fe99e280a0cd75c1928875b3b)

Author SHA1 Message Date
Tom Lane b7a67c2840 Add a comment explaining one of the ways that pgbench fails to fully 18 years ago
Tom Lane 9537739f7f Fix pgbench's getrand() function so that min and max have approximately 18 years ago
Tom Lane f4230d2937 Change patternsel() so that instead of switching from a pure 18 years ago
Tom Lane cd00406774 Replace time_t with pg_time_t (same values, but always int64) in on-disk 18 years ago
Tom Lane 97e3a6e9c5 Remove inappropriate cd commands, per David Wheeler. Also make 18 years ago
Tom Lane b775d93acb Fix pgstat_heap() to not be broken by syncscans starting from a block 18 years ago
Tom Lane 66661858ae Use an indexscan not a heapscan to search pg_index in get_pkey_attnames. 18 years ago
Tom Lane 919c9f6cce The original patch to disallow non-passworded connections to non-superusers 18 years ago
Tom Lane ce9baa06f0 Fix some missed copyright updates. 18 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Alvaro Herrera 4944852469 Add missing return code checks in the uuid-ossp contrib module, per bug #3841. 18 years ago
Tom Lane 1ebff9ba81 Make documentation of -W options more accurate and uniform. 18 years ago
Tom Lane 4192f2d85a Remove the -P options of oid2name and pgbench, as they are security 18 years ago
Tom Lane 5eb56611e3 Make vacuumlo prompt for password when needed, thus making its -W 18 years ago
Tom Lane cb1ab30fdc Fix completely-bogus volatility markings on pg_trgm functions. 18 years ago
Tom Lane aaff0a559f Clean up a couple of problems in crosstab_hash's use of a hash table. 18 years ago
Tom Lane 9dd4d271df Correct misattribution of earthdistance module --- according to its 18 years ago
Tom Lane 50eed107ae Remove contrib/spi/preprocessor, which has been uninteresting ever 18 years ago
Tom Lane 531f58688a Remove obsoleted README files. 18 years ago
Tom Lane 1308d6dd80 Remove README files now migrated to SGML docs. 18 years ago
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