Commit Graph

909 Commits (f4127feacf9be141734630958e24de4cd09f6253)

Author SHA1 Message Date
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 21 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
Tom Lane bf06825e31 Win32 compile fixes for pgbench, pgcrypto, and tsearch. 22 years ago
Tom Lane fc564686a7 Fix contrib/dbase to compile under Win32. Laurent Ballester 22 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 22 years ago
Neil Conway bc4911bb43 Fix two typos in comments. 22 years ago
Neil Conway 87438cb90e Apply patch from Steven Singer for contrib/dbmirror. Changes: 22 years ago
Bruce Momjian cef30c650b Improve README with mention of new functions. 22 years ago
Tom Lane 3475fd1178 Fix ancient declaration inconsistency in cube & seg ... came across a 22 years ago
Bruce Momjian baace400c7 Remove line specifying Andreas as author. 22 years ago
Bruce Momjian 528ac10c7c The current implementation of dbsize doesn't handle tables in 22 years ago
Bruce Momjian 3afd7eaffd Add Win32 service capability to pg_autovacuum. 22 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 22 years ago
Tom Lane b83e592671 Replace bcopy by memmove for more portability. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 22 years ago
Tom Lane d77f74fa7e Remove contrib/rserv, since there are better replication solutions 22 years ago
Tom Lane 1785acebf2 Introduce local hash table for lock state, as per recent proposal. 22 years ago
Tom Lane 3bd726333c Recent tightening of allowed array-literal syntax broke one test case 22 years ago
Tom Lane 86d78021a4 Whack btree_gist code around until it has some small hope of building 22 years ago
Bruce Momjian ee85595d46 > Please find enclose a submission to fix these problems. 22 years ago
Bruce Momjian b43fd16eec I notice that contrib/fuzzystrmatch/dmetaphone.c doesn't compile cleanly 22 years ago