Commit Graph

19062 Commits (3e3f283e31b4e1da061970e048efe239a70b294d)
 

Author SHA1 Message Date
Tom Lane 3e3f283e31 Avoid scanning the relcache during AtEOSubXact_RelationCache when there 21 years ago
Tom Lane 8ecbc46bdb Reduce the default size of the local lock hash table. There's usually 21 years ago
Tom Lane 193a97c2d3 Fix plperl's elog() function to convert elog(ERROR) into Perl croak(), 21 years ago
Tom Lane d5013ab50f Fix one more place where we were expecting lcons() to be nondestructive 21 years ago
Tom Lane 0b5c72d9ba On some HPUX versions/hardware, it seems we need to include libgcc.a in 21 years ago
Tom Lane 83fea34b5b Fix unportable isdigit() call --- must cast arg to unsigned char. 21 years ago
Tom Lane 8a7025f0bb Move pgstat_report_tabstat() call so that stats are not reported to the 21 years ago
Tom Lane e719591ea3 Make sure we produce a useful error message for the case where the 21 years ago
Tom Lane 7506677b62 Improve error reporting for SSL connection failures. Remove redundant 21 years ago
Tom Lane 88969ea11a Fix incorrect documentation of plperl's method for accessing the number 21 years ago
Tom Lane 8e57975219 Clean up rpath handling for HPUX --- we can't use the cc-style rpath 21 years ago
Tom Lane 466fb06739 Set rpath for plperl and plpython to ensure we can find the .so files 21 years ago
Tom Lane a9ddd649df Modify the platform-specific makefiles so that macro 'rpath' is defined 21 years ago
Tom Lane b6038484f8 Fix memory clobber problem reported by John Hansen: plperl_safe_init() 21 years ago
Tom Lane da1c19aa57 Whoops, missed converting the other sleep() call to pg_usleep(). 21 years ago
Peter Eisentraut 050a0074c2 Translation update 21 years ago
Tom Lane b2a2f4cef7 Force pg_database updates out to disk immediately after ALTER DATABASE; 21 years ago
Tom Lane c36496a101 Include <getopt.h> if available, to avoid warnings on Windows. 21 years ago
Tom Lane c87ddbafe4 Rename vacuum_cost_limit switch from -N to -l to avoid conflict with 21 years ago
Tom Lane 1c1f2f5b96 Remove ill-considered suppression of gcc warnings in plperl, and fix 21 years ago
Tom Lane edcaa8f691 Fix off-by-one memory allocation, as reported by Rod Taylor. Also 21 years ago
Tom Lane 6444bc3535 Set DEFAULT_EDITOR to notepad.exe on Windows, as per recent discussion. 21 years ago
Tom Lane b9d8ea278b Some further editorial adjustment of PITR recovery procedure description. 21 years ago
Tom Lane 4a6fd46950 Force LANG=en on Windows, since system may fail to default to English. 21 years ago
Tom Lane 98640c3130 Add installcheck-parallel regression test target. Magnus Hagander 21 years ago
Tom Lane 77fe4fd656 Use pg_usleep() not sleep(), per Andrew Dunstan. 21 years ago
Tom Lane 5d72ef83fd Miscellaneous Cygwin build fixes from Reini Urban. 21 years ago
Tom Lane ede8f4e311 Add variant regression file to support BSDen that underflow to plus zero instead 21 years ago
Tom Lane e5f7a9f404 Install include/port header files, and fix PGXS build to use them. 21 years ago
Tom Lane 86b5545260 Adjust SHLIB_LINK for cygwin case. 21 years ago
Tom Lane c47fc6d050 Add options to pg_autovacuum to support setting the cost-based-vacuum 21 years ago
Tom Lane 18b58350db Be sure length limit passed to snprintf matches what malloc was given. 21 years ago
Tom Lane 37d693033d Minor adjustment of message style. 21 years ago
Neil Conway 2fa36d7e41 Win32 build cleanups, from Andrew Dunstan. 21 years ago
Neil Conway ffe130f52e Remove debugging printf from #ifdef WIN32 section. 21 years ago
Neil Conway 5d1dd2bc55 Micro-optimization of markpos() and restrpos() in btree and hash indexes. 21 years ago
Neil Conway a51e54cf5b Document a limitation of COPY's new CSV mode. Doc patch from Andrew 21 years ago
Neil Conway b25d23e1e6 Don't allow pg_start_backup() to be invoked if archive_command has not 21 years ago
Tom Lane 0021ae06be Fix Win32 problems with signals and sockets, by making the forkexec code 21 years ago
Neil Conway e1bf6527f6 Prevent a backend crash when processing CREATE TABLE commands with 21 years ago
Peter Eisentraut 8a1821ab5b Translation update 21 years ago
Tom Lane 4a0bee976c Adjust safety restrictions for plperl functions. Andrew Dunstan's 21 years ago
Tom Lane bb85f1b9b1 Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin. 21 years ago
Tom Lane 6beb6fa495 Use dynamically-sized buffers in pgwin32_is_service(). 21 years ago
Tom Lane 7efa8411cc Rethink plpgsql's way of handling SPI execution during an exception block. 21 years ago
Tom Lane 2bb3bcfcf9 Trivial wording improvement. 21 years ago
Neil Conway 23185085b9 Add index entries for all GUC configuration parameters. 21 years ago
Tom Lane 3d1e269e7e Don't quote the value of EDITOR on Unix, only on Windows. Per discussion. 21 years ago
Neil Conway ec7a6bd9a2 Replace "--" and "---" with "&mdash;" as appropriate, for better-looking 21 years ago
Neil Conway db1531f6d8 Fix typo, other minor improvements. 21 years ago