Commit Graph

949 Commits (2a6c03250341dfdcef7de62768314eb443d3f255)

Author SHA1 Message Date
Tom Lane b7d236d663 Make sure contrib C functions are marked strict where needed. 21 years ago
Tom Lane 728775d781 Now that I look at it, int_array_enum() didn't work either. 21 years ago
Tom Lane 368964e153 Fix security and 64-bit issues in contrib/intagg. This code could 21 years ago
Teodor Sigaev 5e95311442 Add intset() to README 21 years ago
Tom Lane b0e3dd7e61 Adjust Windows autovacuum service to retry for up to 5 minutes waiting 21 years ago
Tom Lane c0e0d3e2e9 Avoid unnecessary dependence on u_int16_t, per buildfarm failure. 21 years ago
Neil Conway 1ac9f0e9f7 The attached patch implements the soundex difference function which 21 years ago
Teodor Sigaev 324300bc7c improve support of agglutinative languages (query with compound words). 21 years ago
Teodor Sigaev fe30edbab8 Change 21 years ago
Neil Conway 810de88d35 Fix typo. 21 years ago
Neil Conway e02e0564f1 pg_autovacuum fixes from Dave Page: 21 years ago
Bruce Momjian 2d16f7c458 Update version restriction on xml2. 21 years ago
Bruce Momjian 082283b9b9 Fix README /contrib/xml2 reference in 8.0 and HEAD. 21 years ago
Teodor Sigaev 5b354d2c7e Fixes: 21 years ago
Tom Lane 0549de06ba Fix segfault when xpath_list function is applied to an invalid document. 21 years ago
Tom Lane 8afe005f42 Consistently use geteuid() not getuid(); there were a few places deviating 21 years ago
Tom Lane 7e1c8ef4fc Some more missed copyright notices. Many of these look like they 21 years ago
Bruce Momjian 2daed8c5b3 Update copyrights that were missed. 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane 1ade4b33f6 Triggers should return TRIGGER not OPAQUE. Looks like this script got 21 years ago
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 21 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