Commit Graph

19092 Commits (df21a52950e75f1461a537fa99e2b068b0218dca)
 

Author SHA1 Message Date
Bruce Momjian df21a52950 Add mention of Cygwin. Update version number. 21 years ago
Bruce Momjian 3aa9776d95 Add to CPPFLAGS/CFLAGS in template files, don't over-ride them. 21 years ago
Tom Lane b82323e05e This adds mention of my latest tweak to the tsearch2/pg_trgm 21 years ago
Tom Lane c2e5631760 RelOptInfo.pages should really be declared as BlockNumber, not long. 21 years ago
Tom Lane d4c4d28427 Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from 21 years ago
Tom Lane 236404fcd1 Our interface code for Spencer's regexp package was checking for regexp 21 years ago
Tom Lane cf796cc702 A client_encoding specification coming from the connection request has 21 years ago
Tom Lane 5597fee8d7 Avoid getting bit by roundoff error while checking $Safe::VERSION. 21 years ago
Neil Conway e17766c12e Trivial fix for a bug introduced in r1.94 of help.c: we want to only 21 years ago
Neil Conway 4acc97d7e4 Assert that BufferIsPinned() in IncrBufferRefCount(), rather than using 21 years ago
Neil Conway dec2c77c1f Prevent pgcrypto from successfully compiling if no valid random source 21 years ago
Peter Eisentraut 2663e0c2e9 New translations 21 years ago
Peter Eisentraut 98f5efe774 Translation updates 21 years ago
Peter Eisentraut fab33917f4 Clean files generated by htmlhelp target. 21 years ago
Peter Eisentraut a4cf1ba6a1 Add htmlhelp stylesheet and build target. 21 years ago
Tom Lane 28e9b26f4d Further plperl cleanup: be more paranoid about checking the type of 21 years ago
Tom Lane 25fcfdf6f4 The beginnings of a regression test for plperl. Right now it only 21 years ago
Tom Lane f5206262c8 Try to instill some sanity in plperl's function result processing. 21 years ago
Neil Conway 90f6f4b4b4 Fix typo in release notes. Michael Fuhr. 21 years ago
PostgreSQL Daemon 5776feab0a update us to beta5 21 years ago
Tom Lane de8113fcdb Update release notes for recent changes; also minor editorialization. 21 years ago
Tom Lane 294c34bb9d Fix rounding problem in dynahash.c's decision about when the target 21 years ago
Tom Lane 7f1711f29d Reduce the default size of the PortalHashTable in order to save a 21 years ago
Tom Lane 183e8b911c While fixing plperl and pltcl, I realized plpgsql wasn't doing 21 years ago
Tom Lane 32c97fd58f Suppress remaining compile warnings, and add a comment about why 21 years ago
Tom Lane 35f4994133 Fix plperl and pltcl error handling per my previous proposal. SPI 21 years ago
Bruce Momjian a3b663dfea Fix typo. 21 years ago
Tom Lane c584103f56 Patch of 2004-03-30 corrected date_part(timestamp) for extracting 21 years ago
Tom Lane 19dacd4492 Fix typo, per Bruno Wolff. 21 years ago
Tom Lane a34d76ef65 Fix up makefile dependencies for pg_config_paths.h. 21 years ago
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