Commit Graph

16982 Commits (0eb69519150325ed902ebf6ec4ab0847fb96bf90)
 

Author SHA1 Message Date
Tom Lane 0eb6951915 Repair missing inclusions of -lintl for shared libraries. 22 years ago
Tom Lane d1587f1f5b Looks like we need <unistd.h> for select() on Darwin. 22 years ago
Tom Lane 58f337a343 Centralize implementation of delay code by creating a pg_usleep() 22 years ago
Tom Lane 87bd956385 Restructure smgr API as per recent proposal. smgr no longer depends on 22 years ago
Neil Conway f06e79525a Win32 signals cleanup. Patch by Magnus Hagander, with input from Claudio 22 years ago
Bruce Momjian 04e82e5008 Add mention of the developer's FAQ. 22 years ago
Bruce Momjian 9534fd73d8 Add mention of PostgreSQL as a community project. 22 years ago
Bruce Momjian 9f361350d7 Add PITR web page: 22 years ago
Tom Lane 2d330199c4 Add missing dependency, per Wade Klaver. 22 years ago
Jan Wieck f425b605f4 Cost based vacuum delay feature. 22 years ago
Joe Conway 687d7cf355 Documentation for generate_series() functions committed a few days ago. 22 years ago
Jan Wieck 8d09e25693 Backing out the background writer sync() option. 22 years ago
Neil Conway e66fcce672 Use memmove() rather than memcpy() in set_var_from_var(). If this function 22 years ago
Tom Lane d3917186b2 pwd 22 years ago
Tom Lane 391c3811a2 Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. 22 years ago
Bruce Momjian 39d715bee6 Add: 22 years ago
Joe Conway 12661642c8 Add function (actually an int4 and an int8 version) that generates 22 years ago
Bruce Momjian 9dac52649d Win32 adjustments for dirmod and configure/configure.in. 22 years ago
Tom Lane 67aa1962b7 autoconf run. 22 years ago
Bruce Momjian 011ad7efec Set only LC_ALL for sort in tags creation. 22 years ago
Bruce Momjian bd2a8078d3 > src/backend/commands/user.c file has some parse error at repalloc(), 22 years ago
Neil Conway 9e218af7ed Fix a read of uninitialized memory in next_token() of hba.c, spotted via 22 years ago
Bruce Momjian 4c29e21578 Adjustments for Win32-specific rename code, and add include file. 22 years ago
Bruce Momjian 98a5284170 Move win32 changes from configure to configure.in, per Tom, autoconf 22 years ago
Tom Lane 6f295328e5 Do not let external specification of CFLAGS stop us from adding 22 years ago
Tom Lane 9fe097577e Avoid generating invalid character encoding sequences in make_greater_string. 22 years ago
Neil Conway b8362d465d Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter can 22 years ago
Bruce Momjian d9d2ca8e8e Adjust rename on Win32 to only link to temp name while holding lock, 22 years ago
Bruce Momjian e5e5a323ca Briefly, 22 years ago
Bruce Momjian 10bb17e334 Set locale to C before doing sort in make_ctags. 22 years ago
Tom Lane e1826d037a Update char_length() example for new semantics. 22 years ago
Tom Lane f27976c85b Make length() disregard trailing spaces in char(n) values, per discussion 22 years ago
Neil Conway 08b0e60563 Fix a probably-harmless read of uninitialized memory in mkdir_p(), to 22 years ago
Neil Conway 25b8b69eec Remove a superfluous semi-colon. 22 years ago
Neil Conway 7b2cf1713d Micro-opt: replace calls like 22 years ago
Tom Lane d4fd7d85f3 Fix text_position to not scan past end of source string in multibyte 22 years ago
Tom Lane a3c969d522 Fix debug elog message to agree with name of its routine. 22 years ago
Bruce Momjian 5ee2ae2049 Remove sleep() and use single PG_SLEEP call for Win32 signal handling 22 years ago
Bruce Momjian 777babeced Add: 22 years ago
Neil Conway 940b87e722 Fix (debatable) spelling mistake in a comment: 'concatenate' is the usual 22 years ago
Tom Lane 18f9d7c74e Make USING and WITH optional to bring the syntax of \copy into exact 22 years ago
Tom Lane 2f0d43b251 Review uses of IsUnderPostmaster, change some tests to look at 22 years ago
Tom Lane b3ead7c045 Fix typo. 22 years ago
Michael Meskes 6d9a81b66f Removed some debugging output. 22 years ago
Michael Meskes 6ccfc4f430 - Issue a warning if a cursor is declared but not opened. 22 years ago
Tom Lane 31a0f1d33b Fix oversight in check_ungrouped_columns optimization that avoids 22 years ago
Tom Lane 4405b3e05e simplify_function() mustn't try to evaluate functions that return 22 years ago
Neil Conway 45842e6c52 Improve the documentation of the 'join_collapse_limit' GUC var. Thanks to 22 years ago
Tom Lane 7e34b2d73f Run stats test separately, not as part of a parallel group, to avoid 22 years ago
Bruce Momjian 70d5811514 Pgindent win32 signal code. 22 years ago