Commit Graph

16996 Commits (76f02b51b67dbf23b471ab4382ea49908eb8739c)
 

Author SHA1 Message Date
Bruce Momjian 76f02b51b6 Remove URL for specific pljava implementation: 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 3b6bf0c07d Add: 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
Bruce Momjian ac4ad7bf2c Does not apply anymore: 22 years ago
Tom Lane 94a67cce7e No need to link libpq into these programs ... 22 years ago
Neil Conway e29d8f3c34 SGML markup improvements. 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
Bruce Momjian fd44e2fb14 Add URL for most current version. 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
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