cores - Search results in mailing lists
Mailing lists >> pgsql-patches >> Thread
2008-09-03 04:15:48 | pg_typeof() (was: Mysterious Bus Error with get_fn_expr_argtype()) (Brendan Jurd)
core. The function accepts one argument (type "any") and returns the regtype of that argument
Mailing lists >> pgsql-patches >> Thread
2008-08-31 17:42:53 | [PgFoundry] Unsigned Data Types [1 of 2] (Ryan Bradetich)
core of the unsigned integer type. uint-tests.tar.bz2 -- The regression tests. I am suspecting
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-07-25 20:16:52 | Re: pg_dump additional options for performance (Tom Lane)
core logic has to be in RestoreArchive.) Another issue is that the rules for deciding
Mailing lists >> pgsql-patches >> Thread
2008-07-10 16:03:55 | Re: [HACKERS] get_relation_stats_hook() (Tom Lane)
core planner handles those cases better. My feeling is that the hooks ought to be at more
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-07-05 06:36:22 | Re: Explain XML patch v2 (Simon Riggs)
core for 8.4, so if you're saying you'd definitely like it in core
Mailing lists >> pgsql-patches >> Thread
2008-07-05 05:48:05 | Re: [HACKERS] WITH RECURSIVE updated to CVS TIP (Hans-Juergen Schoenig)
core dump. i found one more issue; -- broken: wrong result test=# select count(*) from ( WITH
Mailing lists >> pgsql-patches >> Thread
2008-06-23 03:23:03 | WIP: executor_hook for pg_stat_statements (ITAGAKI Takahiro)
core. The extension module would be better to be developed separately from the core. The attached
Mailing lists >> pgsql-patches >> Thread
2008-05-29 10:02:45 | Re: pg_lzcompress patch for 8.3, 8.2 branch (Zdenek Kotala)
able to mine ctid of affected row or any other row specification from core dump. Zdenek
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-05-06 08:05:51 | Re: Verified fix for Bug 4137 (Heikki Linnakangas)
core problem is that we use ControlFile->checkPointCopy.redo in RestoreArchivedFile to determine the safe
Mailing lists >> pgsql-patches >> Thread
2008-05-03 14:34:10 | Re: create or replace language (Tom Lane)
core properties --- which might only be the handler function, though you could make a case
Mailing lists >> pgsql-patches >> Thread
2008-05-02 20:12:18 | Re: plpgsql CASE statement - last version (Tom Lane)
comparisons using CaseTestExpr, the same way the core CASE-expression code works? regards, tom lane
Mailing lists >> pgsql-patches >> Thread
2008-04-15 06:20:01 | Sorting writes during checkpoint (ITAGAKI Takahiro)
core Xeon, 16GB RAM, 4x HDD (RAID-0) [postgresql.conf] shared_buffers = 2GB wal_buffers
Mailing lists >> pgsql-patches >> Thread
2008-04-14 12:03:56 | libpq hooks patch v2 (Merlin Moncure)
core, pgfoundry, etc. This is much more direct and useful to libpq developers than a abstract
Mailing lists >> pgsql-patches >> Thread >> Search in thread (4)
2008-04-11 18:52:24 | Re: libpq Win32 Mutex performance patch (Andrew Chernow)
core dump an app by choice. I'd be pretty upset if a library I was using
Mailing lists >> pgsql-patches >> Thread >> Search in thread (2)
2008-04-04 02:29:14 | Re: Expose checkpoint start/finish times into SQL. (Greg Smith)
Core Wars veteran). I'm familiar with that part of the checkpoint code path, and everything