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