[COMMITTERS] pgmemcache: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in

2004-12-24 Thread seanc
seanc 2004/12/25 03:00:17 GMT PostgreSQL src repository Modified files: .README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in Log: Add memcache_server_find(/* hash */ INT4): returns the hostname:port of the server assigne

[COMMITTERS] cvs commit: CVSROOT log_accum.pl

2004-12-24 Thread seanc
seanc 2004/12/25 02:56:05 GMT PostgreSQL src repository Modified files: .log_accum.pl Log: Use pgmemcache as the Subject commit msg prefix. Revision ChangesPath 1.3 +1 -1 CVSROOT/log_accum.pl ---(end of broadca

[COMMITTERS] cvs commit: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in

2004-12-24 Thread seanc
seanc 2004/12/25 02:42:42 GMT PostgreSQL src repository Modified files: .README.pgmemcache pgmemcache.c pgmemcache.h pgmemcache.sql.in Log: Add a new function, memcache_server_find(/* key */ TEXT). Returns the hostname:port of th

[COMMITTERS] cvs commit: pgmemcache pgmemcache.h

2004-12-24 Thread seanc
seanc 2004/12/25 01:15:20 GMT PostgreSQL src repository Modified files: .pgmemcache.h Log: Commit miss. > Umm... the day ends in 'Y', where'd everyone go? > > *grin* Update the API so it compiles against libmemcache(3) 1.2.0. I hate > to do this,

[COMMITTERS] cvs commit: pgmemcache README.pgmemcache pgmemcache.c pgmemcache.sql.in

2004-12-24 Thread seanc
seanc 2004/12/25 01:10:08 GMT PostgreSQL src repository Modified files: .README.pgmemcache pgmemcache.c pgmemcache.sql.in Log: Umm... the day ends in 'Y', where'd everyone go? *grin* Update the API so it compiles against libmem

[COMMITTERS] pgsql: Improve Win32 install instructions.

2004-12-24 Thread Bruce Momjian
Log Message: --- Improve Win32 install instructions. Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.20 -> r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml.diff?r1=1.20&r2=1.21) installation.sgml

[COMMITTERS] pgsql: Minor updates and copy-editing.

2004-12-24 Thread Tom Lane
Log Message: --- Minor updates and copy-editing. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.218 -> r1.219) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.218&r2=1.219) postgres.sgml (r1.6

[COMMITTERS] pgsql: Adjust documention for Win32 installation options.

2004-12-24 Thread Bruce Momjian
Log Message: --- Adjust documention for Win32 installation options. Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.18 -> r1.19) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml.diff?r1=1.18&r2=1.19) in

[COMMITTERS] pgsql: Back out Win32 changes until Tom is done.

2004-12-24 Thread Bruce Momjian
Log Message: --- Back out Win32 changes until Tom is done. Modified Files: -- pgsql/doc/src/sgml: install-win32.sgml (r1.19 -> r1.20) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml.diff?r1=1.19&r2=1.20) installatio

[COMMITTERS] pgsql: Update docs for Win32 installation, per Tom.

2004-12-24 Thread Bruce Momjian
Log Message: --- Update docs for Win32 installation, per Tom. Modified Files: -- pgsql/doc/src/sgml: installation.sgml (r1.215 -> r1.216) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml.diff?r1=1.215&r2=1.216) -

[COMMITTERS] pgsql: Updates from Ian Barwick.

2004-12-24 Thread Bruce Momjian
Log Message: --- Updates from Ian Barwick. Update FAQ with new URL's for site. Modified Files: -- pgsql/doc: FAQ (r1.280 -> r1.281) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.280&r2=1.281) pgsql/doc/src/FAQ: FAQ.html (r1

[COMMITTERS] pgsql: Update FAQ.

2004-12-24 Thread Bruce Momjian
Log Message: --- Update FAQ. Modified Files: -- pgsql/doc: FAQ (r1.279 -> r1.280) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.279&r2=1.280) ---(end of broadcast)--- TIP 1: subscribe an

[COMMITTERS] pgsql: Remove 'optimization' to skip resolve_symlinks() when the found

2004-12-24 Thread Tom Lane
Log Message: --- Remove 'optimization' to skip resolve_symlinks() when the found executable file isn't itself a symlink. We still need to run the algorithm so that any directory symlinks in the path to the executable are replaced by a true path. Noticed this on seeing pg_config give me a

[COMMITTERS] pgsql: Update FAQ with new URL's for site.

2004-12-24 Thread Bruce Momjian
Log Message: --- Update FAQ with new URL's for site. Modified Files: -- pgsql/doc: FAQ (r1.278 -> r1.279) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.278&r2=1.279) ---(end of broadcast)---

[COMMITTERS] pgsql: Switch order of WHERE clauses in tab completion queries, as

2004-12-24 Thread Tom Lane
Log Message: --- Switch order of WHERE clauses in tab completion queries, as suggested by Rod Taylor. The foo_is_visible() functions are relatively slow and so it pays to check them after checking the name pattern match. Modified Files: -- pgsql/src/bin/psql: tab-c