Commit Graph

16973 Commits (f425b605f4e97a4571372b116a1ec81daf88dfc8)
 

Author SHA1 Message Date
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
Bruce Momjian 50491963cb Here's the latest win32 signals code, this time in the form of a patch 22 years ago
Bruce Momjian eec08b95e7 [all] Removed call to getppid in SendPostmasterSignal, replacing with a 22 years ago
Bruce Momjian ede3b762a3 Back out win32 patch so we can apply it separately. 22 years ago
Bruce Momjian f4921e5ca3 Attached is a patch that fixes some trivial typos and alignment. Please 22 years ago
Bruce Momjian af29187f2e Add Name: 22 years ago
Bruce Momjian ee96c82cc2 Done: 22 years ago
Tom Lane c77f363384 Ensure that close() and fclose() are checked for errors, at least in 22 years ago
Neil Conway e0707cbae9 The attached patch clarifies (or, rather, makes explicit) to readers how 22 years ago
Tom Lane be11fa26e3 Repair incorrect order of operations in GetNewTransactionId(). We must 22 years ago