- 25 Jan, 2002 6 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
> o Allow UPDATE/DELETE WHERE CURRENT OF cursor using per-cursor tid
-
Bruce Momjian authored
> o Allow DELETE WHERE CURRENT OF cursor using per-cursor tid > stored in the backend
-
Bruce Momjian authored
-
PostgreSQL Daemon authored
let's roll up rc2 ..
-
Bruce Momjian authored
> * Increase identifier length (NAMEDATALEN) if small performance hit, > perhaps to standard length of 128; change struct pgNotify to use pid > first, breaks notify API;
-
- 24 Jan, 2002 10 commits
-
-
Bruce Momjian authored
> * Increase identifier length (NAMEDATALEN) if small performance hit; > change struct pgNotify to use pid first, breaks notify API
-
Bruce Momjian authored
> * Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
cturner@redhat.com.
-
Tom Lane authored
-
Tom Lane authored
It would try to call the input conversion routines for them anyway. So, a valid input string for the datatype had to be supplied.
-
Tom Lane authored
-
Tom Lane authored
allows plperl routines to return NULL as intended.
-
Tom Lane authored
removes any empty chunks, the chunk previously added won't be there anymore, so it's possible there is zero free space in the rel's page list afterwards. Must loop back and rerun the part that adds a chunk to the list.
-
- 23 Jan, 2002 7 commits
-
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
value of TCL_SHLIB_LD in the shell script that creates Makefile.tcldefs, rather than trying to persude gmake to do it.
-
Bruce Momjian authored
-
Michael Meskes authored
-
Bruce Momjian authored
> * Reorder postgresql.conf WAL items in order of importance > * Remove wal_files postgresql.conf option because WAL files are now recycled > * Find proper defaults for postgresql.conf WAL entries > * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints > that are too frequent
-
- 22 Jan, 2002 8 commits
-
-
Bruce Momjian authored
< http://www1.distributed.net/source, in client/common/cpucheck.cpp --- > from distributted.net, http://www1.distributed.net/source, > in client/common/cpucheck.cpp
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add code to detect an SMP machine and handle spinlocks accordingly
-
Bruce Momjian authored
-
Tom Lane authored
compile in client apps that use the standard installed header set. To allow removing that include, move DLLIMPORT definitions out of c.h and into the appropriate port-specific header files.
-
PostgreSQL Daemon authored
okay, sorry for delay all ... here is the tag for RC1 ...
-
- 21 Jan, 2002 1 commit
-
-
Tom Lane authored
-
- 20 Jan, 2002 4 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
options. Document --with-pam and --enable-depend, do some minor copy-editing.
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
-
- 18 Jan, 2002 4 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Tom Lane authored
choke at 2Gb of output. From Andrew Sullivan.
-
Bruce Momjian authored
> * Use thread-safe crypt() in libpq, if available
-