- 31 Jan, 2002 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 30 Jan, 2002 5 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
and doesn't make sense strictly speaking.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
- 29 Jan, 2002 3 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
inline routines do.
-
Tom Lane authored
taken care of in pg_config.h.
-
- 27 Jan, 2002 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Allow ORDER BY ... LIMIT to select top values without sort or index
-
- 26 Jan, 2002 2 commits
-
-
Bruce Momjian authored
> * -Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison
-
Peter Eisentraut authored
-
- 25 Jan, 2002 9 commits
-
-
Tom Lane authored
-
Tom Lane authored
the individual privilege bits. I regard this as an important change for cross-version compatibility: without this, a 7.1 dump loaded into 7.2 is likely to be short a few privileges.
-
Tom Lane authored
-
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
-