Commit Graph

12399 Commits (ebf4bb7f2e7aa5338debe7a5394a35db69ea9ed0)

Author SHA1 Message Date
Jan Wieck fc65a3e1fd Fixed bug where FlushRelationBuffers() did call StrategyInvalidateBuffer() 22 years ago
Tom Lane 7bed6df184 Check only live tuples for OID validity, to avoid issues after ALTER 22 years ago
Jan Wieck 1ecd035b31 Added hints about the reason, why the command string in 22 years ago
Tom Lane c3c09be34b Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to 22 years ago
Tom Lane 0cb117eb33 Repair some problems in bgwriter start/stop logic. In particular, don't 22 years ago
Bruce Momjian c6f0559371 Check and set thread-safe functions separately, rather than as a single 22 years ago
Bruce Momjian 15b330b648 Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. 22 years ago
Tom Lane 94a67cce7e No need to link libpq into these programs ... 22 years ago
Tom Lane 127ea18f48 Add configure support for determining UINT64_FORMAT, the appropriate 22 years ago
Bruce Momjian feed7cf1c1 More clearly describe why PQinSend returns false for non-threaded libpq. 22 years ago
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
Tom Lane 2d330199c4 Add missing dependency, per Wade Klaver. 22 years ago
Jan Wieck f425b605f4 Cost based vacuum delay feature. 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
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
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
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 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
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
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