Commit Graph

929 Commits (f8ffb604923d06b340bbc4e95f2bb2f9d4728d9a)

Author SHA1 Message Date
Tom Lane f6a1a8e254 In 'make installcheck' for contrib/, insert 'sleep 1' between subdirectory 21 years ago
Bruce Momjian 9269699b9d > > 8.0beta3 has pg_autovacuum included, when I want to run this as a 21 years ago
Bruce Momjian 1646586271 Attached is a patch that adds the function xml_encode_special_chars to 21 years ago
Bruce Momjian e8d46bcd44 Prevent pg_autovacuum -D from needing an argument. 21 years ago
Neil Conway e02ef267fc Fix a potential free() of string literal in oid2name, per report from 21 years ago
Tom Lane db086aa962 Make pg_dumplo schema-aware. Karel Zak 21 years ago
Tom Lane 90c3ebe4d7 Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley. 21 years ago
Tom Lane b82323e05e This adds mention of my latest tweak to the tsearch2/pg_trgm 21 years ago
Neil Conway dec2c77c1f Prevent pgcrypto from successfully compiling if no valid random source 21 years ago
Tom Lane c87ddbafe4 Rename vacuum_cost_limit switch from -N to -l to avoid conflict with 21 years ago
Tom Lane 5d72ef83fd Miscellaneous Cygwin build fixes from Reini Urban. 21 years ago
Tom Lane c47fc6d050 Add options to pg_autovacuum to support setting the cost-based-vacuum 21 years ago
Tom Lane cf956d512d Remove now-redundant description of Postgres file layout, in favor of 21 years ago
Neil Conway 1b3e769682 This patch makes some cleanups to contrib/ to silence some sparse 21 years ago
Tom Lane 98e8b48053 Create 'default_tablespace' GUC variable that supplies a TABLESPACE 21 years ago
Neil Conway c874e7727a Fix build break, per report from Kris Jurka. Rename README to README.mysql, 21 years ago
Neil Conway 8f012ac89b Contrib build fixes: 21 years ago
Bruce Momjian c21214f1c0 Honor TMPDIR. 21 years ago
Bruce Momjian ed9e8f5480 Move trap to after the directory is created. 21 years ago
Bruce Momjian 0f7a2a5fbe Create temporary files securely. 21 years ago
Neil Conway feac3364ed Trivial fixes for English grammar in contrib/btree_gist and contrib/rtree_gist 22 years ago
Tom Lane fe2bfa6332 This makes dblink pass its installcheck test on platforms where 22 years ago
Tom Lane 0636d55843 Fix some more 'old-style parameter declaration' warnings. 22 years ago
Tom Lane f1283ed6cc Fix a bunch of 'old-style parameter declaration' warnings induced by 22 years ago
Neil Conway 8ec05b28b7 Modify hash_create() to elog(ERROR) if an error occurs, rather than 22 years ago
Tom Lane 7e89f63c46 Add comparison file for exp-three-digits formatting. 22 years ago
Tom Lane 0f845a9f09 Add comparison file for exp-three-digits formatting. 22 years ago
Tom Lane a1f585139b Replace ad-hoc atof() code with call to float4in, per Andrew Dunstan. 22 years ago
Tom Lane 3fdd33ab99 Avoid macro-redefinition warnings on Windows, per Andrew Dunstan. 22 years ago
Tom Lane 380bd04c16 Standardize on using the Min, Max, and Abs macros that are in our c.h file, 22 years ago
Tom Lane a171fc1a4f Use temp files in current directory, not /tmp, to reduce security risk 22 years ago
Tom Lane d3e36da789 Make the standard stopword files be sought relative to share_dir, so 22 years ago
Tom Lane b3d58ea7ec Include dllist.c directly instead of assuming that libpq will provide it. 22 years ago
Tom Lane 9ffc8ed58b Repair possible failure to update hint bits back to disk, per 22 years ago
Neil Conway 04a1a24e9c Cleanup some unnecessary void * casts when using pfree() in contrib/xml 22 years ago
Tom Lane 1bef379d08 Update reference to pgsql-server. 22 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 22 years ago
Neil Conway 125bb6cee4 Pickup fix from upstream OpenBSD sources: mark a read-only local array as 22 years ago
Tom Lane 1b7f214071 Refer to ll_to_earth() function by its actual name. 22 years ago
Tom Lane c8196c87a7 Adjust postmaster to recognize that a lockfile containing its parent's PID 22 years ago
Tom Lane 392b187a21 Remove DROPs from contrib object creation scripts, per Dave Page. 22 years ago
Tom Lane d674884306 Add variant regression file to handle machines that convert -1e-700 22 years ago
Tom Lane d9b68c8061 Code review for recent dbsize changes. Fix some thinkos, enforce coding 22 years ago
Tom Lane f7332e88b9 Remove duplicate PQclear(res) operations leading to double free() and 22 years ago
Tom Lane 0428840864 Here is a patch bringing oid2name into the 21st century. 22 years ago
Tom Lane 914e177a3e Remove contrib/pg_logger, per recent discussion. 22 years ago
Tom Lane db64df4b1c Fix contrib/cube and contrib/seg to compile on Windows. 22 years ago
Tom Lane 92244e8e54 Fix some minor issues with the new Win32 service code for autovacuum, 22 years ago
Tom Lane b04e70b11e Adjust tsearch2.sql to avoid use of COPY FROM STDIN, so as to 22 years ago
Tom Lane 4f7d3e0faf Win32 compile fix for misc_utils. 22 years ago