timer database - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-09-30 19:51:21 | Infrastructure changes for recovery (v8) (Simon Riggs)
database is now in a consistent state, PM_RECOVERY. This state change is also linked to startup of the bgwriter and stats processes (and will in the future be the place where read only backends
Mailing lists >> pgsql-patches >> Thread
2008-09-18 05:06:00 | Re: [HACKERS] Infrastructure changes for recovery (Simon Riggs)
database-wide boolean state seems impossible. We need a local canInsertWAL flag that is set at different times
Mailing lists >> pgsql-patches >> Thread
2008-09-14 23:26:00 | Re: hash index improving v3 (Tom Lane)
timed queries like this: select * from tab a join tab b using(f2) where f2 = (select f2 from tab c where c.f1 = (select int4(random() * 2e6))); using pgbench like this: pgbench
Mailing lists >> pgsql-patches >> Thread
2008-09-05 16:13:13 | libpq events patch (with sgml docs) (Andrew Chernow)
time to initialize any instanceData + an event procedure may need. Only one register event will be fired per connection. + If the event procedure fails, the registration is aborted. + + + typedef struct + { + const PGconn *conn; + } PGEventRegister; + + When
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-07-26 15:03:34 | Re: pg_dump additional options for performance (Joshua D. Drake)
database over 50G has unacceptable restore times. 3. We have to continue develop hacks to define
Mailing lists >> pgsql-patches >> Thread
2008-07-04 08:06:00 | Re: Relation forks & FSM rewrite patches (Simon Riggs)
time. Few thoughts: Contention on FSM pages concerns me. Every change has the potential to bubble up to the top, which would cause a significant problem. I'd like to find a way to minimise
Mailing lists >> pgsql-patches >> Thread
2008-06-27 05:06:57 | Explain XML patch (raneyt@cecs.pdx.edu)
time_end CDATA #REQUIRED\n" + " rows CDATA #REQUIRED\n" + " loops CDATA #REQUIRED >\n" + "\n" + "\n" + "\n" + "
Mailing lists >> pgsql-patches >> Thread
2008-06-23 03:23:03 | WIP: executor_hook for pg_stat_statements (ITAGAKI Takahiro)
database query | text | query's SQL text planned | bigint | number of planned calls | bigint | number of executed total_time
Mailing lists >> pgsql-patches >> Thread
2008-06-18 10:50:07 | Re: [HACKERS] Hint Bits and Write I/O (Simon Riggs)
time, but that's it. There is one minor strangeness in the patch, which is the change of initdb's command order when "vacuuming database
Mailing lists >> pgsql-patches >> Thread
2008-06-10 11:50:10 | Refactoring xlogutils.c (Heikki Linnakangas)
time in this * database, so create a per-database subdirectory if needed. *** a/src/backend/utils/init/flatfiles.c --- b/src/backend/utils/init/flatfiles.c *************** *** 704,715 **** BuildFlatFiles
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-06-02 03:54:08 | Re: Feature: give pg_dump a WHERE clause expression (daveg)
databases on 40+ hosts with more coming online all the time, they have a couple
Mailing lists >> pgsql-patches >> Thread
2008-05-16 15:03:29 | Re: Partial match in GIN (next vesrion) (Tom Lane)
time convincing myself that anyone will find wildspeed useful in its current form. I did a simple experiment using a table of titles of database
Mailing lists >> pgsql-patches >> Thread
2008-05-16 05:01:12 | Re: Patch to change psql default banner v6 (David Fetter)
time. This is a pretty clear POLA violation, IMHO. On my laptop, I have two pg instances running: 8.3.0 on port 5432, CVS TIP on 2225. Here's what I get if I invoke psql
Mailing lists >> pgsql-patches >> Thread
2008-05-14 15:09:33 | Re: libpq object hooks (Andrew Chernow)
Database --- 241,252 ---- *************** *** 979,990 **** --- 978,990 ---- * o If your backend wants to use Kerberos authentication then you must * supply both a host name and a host address, otherwise this function * may block on gethostname
Mailing lists >> pgsql-patches >> Thread
2008-05-11 12:41:32 | Re: Database owner installable modules patch (Tom Dunstan)
On Sat, May 10, 2008 at 11:02 AM, Bruce Momjian