aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove URL for specific pljava implementation:Bruce Momjian2004-02-12
* Check only live tuples for OID validity, to avoid issues after ALTERTom Lane2004-02-12
* Added hints about the reason, why the command string inJan Wieck2004-02-12
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-11
* Repair some problems in bgwriter start/stop logic. In particular, don'tTom Lane2004-02-11
* Add:Bruce Momjian2004-02-11
* Check and set thread-safe functions separately, rather than as a singleBruce Momjian2004-02-11
* Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.Bruce Momjian2004-02-11
* Does not apply anymore:Bruce Momjian2004-02-11
* No need to link libpq into these programs ...Tom Lane2004-02-10
* SGML markup improvements.Neil Conway2004-02-10
* Add configure support for determining UINT64_FORMAT, the appropriateTom Lane2004-02-10
* More clearly describe why PQinSend returns false for non-threaded libpq.Bruce Momjian2004-02-10
* Add URL for most current version.Bruce Momjian2004-02-10
* Repair missing inclusions of -lintl for shared libraries.Tom Lane2004-02-10
* Looks like we need <unistd.h> for select() on Darwin.Tom Lane2004-02-10
* Centralize implementation of delay code by creating a pg_usleep()Tom Lane2004-02-10
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Add mention of the developer's FAQ.Bruce Momjian2004-02-08
* Add mention of PostgreSQL as a community project.Bruce Momjian2004-02-08
* Add PITR web page:Bruce Momjian2004-02-08
* Add missing dependency, per Wade Klaver.Tom Lane2004-02-07
* Cost based vacuum delay feature.Jan Wieck2004-02-06
* Documentation for generate_series() functions committed a few days ago.Joe Conway2004-02-05
* Backing out the background writer sync() option.Jan Wieck2004-02-04
* Use memmove() rather than memcpy() in set_var_from_var(). If this functionNeil Conway2004-02-04
* pwdTom Lane2004-02-03
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* Add:Bruce Momjian2004-02-03
* Add function (actually an int4 and an int8 version) that generatesJoe Conway2004-02-03
* Win32 adjustments for dirmod and configure/configure.in.Bruce Momjian2004-02-02
* autoconf run.Tom Lane2004-02-02
* Set only LC_ALL for sort in tags creation.Bruce Momjian2004-02-02
* > src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian2004-02-02
* Fix a read of uninitialized memory in next_token() of hba.c, spotted viaNeil Conway2004-02-02
* Adjustments for Win32-specific rename code, and add include file.Bruce Momjian2004-02-02
* Move win32 changes from configure to configure.in, per Tom, autoconfBruce Momjian2004-02-02
* Do not let external specification of CFLAGS stop us from addingTom Lane2004-02-02
* Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane2004-02-02
* Use Tcl_PutEnv() in place of putenv() in libpgtcl, as the latter canNeil Conway2004-02-02
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-02
* Briefly,Bruce Momjian2004-02-02
* Set locale to C before doing sort in make_ctags.Bruce Momjian2004-02-01
* Update char_length() example for new semantics.Tom Lane2004-02-01
* Make length() disregard trailing spaces in char(n) values, per discussionTom Lane2004-02-01
* Fix a probably-harmless read of uninitialized memory in mkdir_p(), toNeil Conway2004-01-31
* Remove a superfluous semi-colon.Neil Conway2004-01-31
* Micro-opt: replace calls likeNeil Conway2004-01-31
* Fix text_position to not scan past end of source string in multibyteTom Lane2004-01-31