connects - Search results in mailing lists

2008-09-30 19:51:21 | Infrastructure changes for recovery (v8) (Simon Riggs)

connect also) * optional recovery_safe_start_location parameter now provided in recovery.conf, to allow

2008-09-05 16:13:13 | libpq events patch (with sgml docs) (Andrew Chernow)

connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \ fe-protocol2.o

2008-07-31 07:30:30 | Re: WIP: Transportable Optimizer Mode (chris)

connected to database "postgres". postgres=# explain select * from public.test_table ; QUERY PLAN ---------------------------------------------------------------- Seq Scan

2008-07-09 10:44:23 | Re: page macros cleanup (ver 04) (Zdenek Kotala)

connect both these patches and do bump only once. Perfect. Thanks Zdenek diff -rc pgsql

2008-06-01 21:39:36 | Re: [BUGS] BUG #4203: perform dblink() in begin/exception returns wrong SQLSTATE code (Joe Conway)

disconnect('myconn'); dblink_disconnect --- 560,567 ---- -- should generate 'cursor "rmt_foo_cursor" not found' error

2008-05-18 18:22:12 | Re: WITH RECURSIVE patch V0.1 (Zoltan Boszormenyi)

connect_by where parent is null union all select base.* from test_connect_by as base

2008-05-16 05:01:12 | Re: Patch to change psql default banner v6 (David Fetter)

connected to CVS TIP first: davidfetter@postgres=# \c - - - 5432 You are now connected to database

2008-05-14 15:09:33 | Re: libpq object hooks (Andrew Chernow)

connect.c =================================================================== RCS file: /projects/cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v retrieving revision 1.357 diff -C6 -r1.357 fe-connect.c *** fe-connect

2008-05-09 12:55:19 | Re: [GENERAL] pgbench not setting scale size correctly? (Tom Lane)

connect = 1; break; case 's': + scale_given = true; scale = atoi(optarg); if (scale <= 0) { *************** *** 1647,1662 **** remains

2008-05-03 16:20:37 | Re: [COMMITTERS] pgsql: Sigh ... (Magnus Hagander)

connected mode in a couple of days, unless they are already solved by then) //Magnus

2008-04-28 05:24:19 | Re: win32mak_patch (Hiroshi Saito)

connect.obj) : error LNK2001: (snip-sjis message) "_pgwin32_safestat" Then, Is containing in libpq wrong

2008-04-23 11:13:36 | Re: Improve shutdown during online backup, take 4 (Albe Laurenz)

connect (otherwise I think it would be a security leak that enables any attacker to find

2008-04-15 22:42:51 | Re: libpq object hooks patch (Andrew Chernow)

connect.c =================================================================== RCS file: /projects/cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v retrieving revision 1.357 diff -C6 -r1.357 fe-connect.c *** fe-connect

2008-04-12 10:37:34 | Re: libpq patch for pqtypes hook api and PGresult creation (Andrew Chernow)

connect.c =================================================================== RCS file: /projects/cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v retrieving revision 1.357 diff -C6 -r1.357 fe-connect.c *** fe-connect

2008-04-07 07:33:47 | Re: Improve shutdown during online backup (Albe Laurenz)

connect and call pg_stop_backup(). So even if I'd add a check for (pmState