Commit Graph

16397 Commits (378c79dc78346ca8b54719ae33f99dc16152e2db)

Author SHA1 Message Date
Tom Lane 378c79dc78 Cleanup for pglz_compress code: remove dead code, const-ify API of 20 years ago
Tom Lane e378f82e00 Make use of qsort_arg in several places that were formerly using klugy 20 years ago
Tom Lane b2c04d5e6b Work around buggy strtod on (some versions of?) IRIX. Combination of 20 years ago
Tom Lane 9e6c3582dd Second try at fixing libedit configuration for Bob Friesenhahn. 20 years ago
Bruce Momjian 03ea9ecbda Update Solaris strtod() bug comment. 20 years ago
Bruce Momjian 50a3fb9f22 Update Solaris strtol() bug comment. 20 years ago
Tom Lane bdef2bf296 Adjust configure's handling of libedit to not look for a history.h file. 20 years ago
Bruce Momjian abcf7603c0 Exclude pgindent from affecting the ecpg regression directory. 20 years ago
Tom Lane ff40057116 Fix initdb's logic for picking shared_buffers/max_fsm_pages, which had 20 years ago
Tom Lane af0af42f85 Fix comment to agree with presentation. 20 years ago
Tom Lane 0d2aed94c2 Add qsort and qsort_arg to MSVC list of src/port files. 20 years ago
Michael Meskes fcc2fbac22 Reverted changes made by pgindent 20 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 20 years ago
Bruce Momjian 451e419e98 Udpate typedefs for pgindent. 20 years ago
Tom Lane 6edd2b4a91 Switch over to using our own qsort() all the time, as has been proposed 20 years ago
Bruce Momjian ed80f5701b pgevent fixes: 20 years ago
Bruce Momjian eff77a759a Update typedef list for 8.2 pgindent run. 20 years ago
Bruce Momjian fb541a1b59 Fix yesno_prompt() memory leak in /script tools, reported by Converity. 20 years ago
Bruce Momjian 0a42adcc32 Improve numeric overflow error message. 20 years ago
Bruce Momjian 45c8ed96b9 Make some sentences consistent with similar ones. 20 years ago
Bruce Momjian 5441a64164 The attached patch changes units of the some default values in 20 years ago
Bruce Momjian e15ce612b5 Cleanup pgwin32_open() 'if' test, and avoid possible error. 20 years ago
Tom Lane 0184c6835c Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. Magnus 20 years ago
Bruce Momjian 878f32feab Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was being 20 years ago
Bruce Momjian e3f1607cf8 Mention in postgresql.conf that autovacuum also needs 20 years ago
Bruce Momjian b65b2cead5 Add URL about strlcpy() creation history. 20 years ago
Tom Lane 1e05359f4b Properly handle the case where strlcpy() exists in libc but isn't 20 years ago
Tom Lane db2dcf58be Make some marginal performance improvements in reportErrorPosition(), 20 years ago
Tom Lane 8e4fe3ba1e Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR 20 years ago
Tom Lane 514ce7a331 Fix overly enthusiastic Assert introduced in 8.1: it's expecting a 20 years ago
Bruce Momjian a9c7c5c240 BSD/OS doesn't have a prototype for strlcpy() but has the function, so 20 years ago
Tom Lane 352a56ba68 Allow assignment to array elements not contiguous with those already 20 years ago
Tom Lane f213131f20 Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform to 20 years ago
Tom Lane 062421defb Fix a couple other places that need to know about (some) src/port/ files 20 years ago
Tom Lane 85bbd549d8 Oops, forgot that libpq needs extra steps to make use of src/port/ files. 20 years ago
Tom Lane c92f7e258e Replace strncpy with strlcpy in selected places that seem possibly relevant 20 years ago
Tom Lane 996b203e62 Add strlcpy() to the set of functions supported by src/port/ when not 20 years ago
Tom Lane 1d45168f4b Fix some misuses of strncat(). 20 years ago
Tom Lane 9ba4065312 Remove separate strdup.h header file; it's redundant with port.h. 20 years ago
Alvaro Herrera 4650c4fdb9 Degrade the transaction-id wraparound point message from LOG to DEBUG1, per 20 years ago
Michael Meskes 2c660c61cf Added new files 20 years ago
Michael Meskes 9897e35c56 Added Joachim's changes for MinGW. 20 years ago
Tom Lane 0f8fc35a5a Increase default value of effective_cache_size to 128MB, per discussion. 20 years ago
Tom Lane ffae5cc5a6 Add a check to prevent overwriting valid data if smgrnblocks() gives a 20 years ago
Tom Lane c232c8afa8 Fix notice message from DROP FUNCTION IF EXISTS, and improve message 20 years ago
Tom Lane 1d0969041e Fix incorrect mapping of fopen mode 'a' in recently-added code to 20 years ago
Tom Lane f375d5d6f9 Cause pg_regress to invoke the temporary postmaster as 'postgres' not 20 years ago
Tom Lane ccfafb4716 Suppress useless warning on pre-XP versions of Windows. Magnus 20 years ago
PostgreSQL Daemon bbed6678f3 Tag us Beta1 20 years ago
Tom Lane d40d34863e Fix pg_locks view to call advisory locks advisory locks, while preserving 20 years ago