pgsql-hackers since 2014-12-15 00:00
The PostgreSQL developers team lives here. Discussion of current development issues, problems and bugs, and proposed new features. If your question cannot be answered by people in the other lists, and it is likely that only a developer will know the answer, you may re-post your question in this list. You must try elsewhere first!
Search the Archives
Browse Archives
Prev
|
Next
Dec. 15, 2014
Thread |
Author |
Time |
Re: Custom timestamp format in logs
|
Michael Paquier |
00:01 |
Re: [REVIEW] Re: Fix xpath() to return namespace definitions
|
Ali Akbar |
00:05 |
Re: pg_basebackup vs. Windows and tablespaces
|
Tom Lane |
00:09 |
Re: Custom timestamp format in logs
|
Michael Paquier |
00:09 |
Re: pg_basebackup vs. Windows and tablespaces
|
Andrew Dunstan |
00:19 |
DROP PRIVILEGES OWNED BY 📎
|
Marko Tiikkaja |
00:43 |
Re: DROP PRIVILEGES OWNED BY
|
Michael Paquier |
00:48 |
Re: pg_basebackup vs. Windows and tablespaces
|
Amit Kapila |
01:07 |
Re: Status of CF 2014-10 and upcoming 2014-12
|
Michael Paquier |
01:22 |
Re: Doing better at HINTing an appropriate column within
errorMissingColumn()
|
Michael Paquier |
01:24 |
Re: Final Patch for GROUPING SETS
|
Michael Paquier |
01:32 |
Re: inherit support for foreign tables
|
Michael Paquier |
01:35 |
Re: GiST kNN search queue (Re: KNN-GiST with recheck)
|
Michael Paquier |
01:49 |
Re: KNN-GiST with recheck
|
Michael Paquier |
01:56 |
Re: moving from contrib to bin 📎
|
Peter Eisentraut |
01:59 |
Re: pgcrypto: PGP signatures
|
Michael Paquier |
02:05 |
Re: moving from contrib to bin
|
Michael Paquier |
02:08 |
Re: On partitioning
|
Amit Langote |
02:12 |
Re: INSERT ... ON CONFLICT {UPDATE | IGNORE}
|
Michael Paquier |
02:20 |
Re: B-Tree support function number 3 (strxfrm() optimization)
|
Michael Paquier |
02:22 |
Re: 9.5: Better memory accounting, towards memory-bounded HashAgg
|
Michael Paquier |
02:26 |
Re: [Bug] Inconsistent result for inheritance and FOR UPDATE.
|
Etsuro Fujita |
02:33 |
Re: replicating DROP commands across servers
|
Michael Paquier |
02:42 |
Re: moving from contrib to bin
|
Peter Eisentraut |
02:45 |
Re: pgaudit - an auditing extension for PostgreSQL
|
Michael Paquier |
02:49 |
Re: moving from contrib to bin
|
Michael Paquier |
02:53 |
Re: WIP: multivariate statistics / proof of concept
|
Michael Paquier |
02:55 |
Re: [PATCH] add ssl_protocols configuration option
|
Michael Paquier |
03:02 |
Re: WIP: dynahash replacement for buffer table
|
Michael Paquier |
03:13 |
Re: [REVIEW] Re: Fix xpath() to return namespace definitions
|
Michael Paquier |
03:19 |
Re: Add generate_series(numeric, numeric) 📎
|
Andrew Gierth |
03:25 |
Re: alter user/role CURRENT_USER
|
Michael Paquier |
03:26 |
Re: Final Patch for GROUPING SETS
|
Andrew Gierth |
03:28 |
Re: pg_basebackup vs. Windows and tablespaces
|
Tom Lane |
03:28 |
Re: Final Patch for GROUPING SETS
|
Michael Paquier |
03:29 |
Re: Escaping from blocked send() reprised.
|
Michael Paquier |
03:37 |
Re: alter user set local_preload_libraries.
|
Michael Paquier |
03:45 |
Re: RLS with check option - surprised design
|
Michael Paquier |
03:49 |
Re: Status of CF 2014-10 and upcoming 2014-12
|
Michael Paquier |
03:58 |
Re: [REVIEW] Re: Fix xpath() to return namespace definitions
|
Ali Akbar |
04:02 |
Re: [REVIEW] Re: Fix xpath() to return namespace definitions
|
Ali Akbar |
04:06 |
Re: [REVIEW] Re: Fix xpath() to return namespace definitions
|
Michael Paquier |
04:06 |
Re: [REVIEW] Re: Fix xpath() to return namespace definitions
|
Ali Akbar |
04:11 |
Re: pg_basebackup vs. Windows and tablespaces
|
Amit Kapila |
04:11 |
Re: Add generate_series(numeric, numeric)
|
Ali Akbar |
04:47 |
Commit fest 2014-12, let's begin!
|
Michael Paquier |
05:37 |
Re: Add generate_series(numeric, numeric)
|
Andrew Gierth |
05:38 |
Logical Replication Helpers WIP for discussion 📎
|
Petr Jelinek |
05:57 |
Re: Commit fest 2014-12, let's begin!
|
Tom Lane |
06:09 |
Re: [PATCH] Add transforms feature 📎
|
Peter Eisentraut |
06:10 |
Re: [PATCH] Add transforms feature
|
Tom Lane |
06:19 |
Re: Commit fest 2014-12, let's begin!
|
Michael Paquier |
06:37 |
Re: [REVIEW] Re: Compression of full-page-writes
|
Michael Paquier |
06:41 |
Re: On partitioning
|
Claudio Freire |
06:42 |
Comment typo in typedef struct BrinTuple 📎
|
Amit Langote |
07:04 |
ctidscan as an example of custom-scan (Re: [v9.5] Custom
Plan API) 📎
|
Kouhei Kaigai |
07:55 |
Re: tracking commit timestamps 📎
|
Michael Paquier |
08:12 |
Re: ctidscan as an example of custom-scan (Re: [v9.5] Custom Plan API)
|
Michael Paquier |
08:14 |
Re: ctidscan as an example of custom-scan (Re: [v9.5] Custom Plan API)
|
Kouhei Kaigai |
08:40 |
Re: Join push-down support for foreign tables 📎
|
Shigeru Hanada |
08:40 |
Re: tracking commit timestamps
|
Petr Jelinek |
08:41 |
Async execution of postgres_fdw. 📎
|
Kyotaro HORIGUCHI |
09:09 |
Re: pg_rewind in contrib
|
Samrat Revagade |
09:16 |
Re: Escaping from blocked send() reprised.
|
Kyotaro HORIGUCHI |
09:19 |
Re: alter user/role CURRENT_USER
|
Kyotaro HORIGUCHI |
09:21 |
Re: On partitioning
|
Amit Langote |
09:53 |
Re: Escaping from blocked send() reprised.
|
Andres Freund |
09:58 |
Re: Sequence Access Method WIP 📎
|
Petr Jelinek |
10:36 |
Re: TODO : Allow parallel cores to be used by vacuumdb [
WIP ] 📎
|
Dilip kumar |
10:48 |
Re: Support UPDATE table SET(*)=...
|
Atri Sharma |
10:50 |
Re: On partitioning
|
José Luis Tallón |
11:09 |
Minor binary-search int overflow in timezone code 📎
|
Christoph Berg |
11:17 |
Re: replicating DROP commands across servers
|
Alvaro Herrera |
11:42 |
Re: On partitioning
|
Claudio Freire |
11:59 |
Re: GiST kNN search queue (Re: KNN-GiST with recheck) 📎
|
Heikki Linnakangas |
13:08 |
Re: Commit fest 2014-12, let's begin!
|
Heikki Linnakangas |
13:12 |
Re: GiST kNN search queue (Re: KNN-GiST with recheck)
|
Andres Freund |
13:14 |
Re: speedup tidbitmap patch: hash BlockNumber
|
Heikki Linnakangas |
13:36 |
Re: Commit fest 2014-12, let's begin!
|
Alexander Korotkov |
13:45 |
Re: Fractions in GUC variables
|
Heikki Linnakangas |
13:56 |
Re: Commit fest 2014-12, let's begin!
|
Heikki Linnakangas |
13:58 |
Re: [PATCH] add ssl_protocols configuration option 📎
|
Alex Shulgin |
14:15 |
Re: Custom timestamp format in logs
|
Heikki Linnakangas |
14:29 |
Re: Minor binary-search int overflow in timezone code
|
Tom Lane |
14:51 |
Re: speedup tidbitmap patch: hash BlockNumber
|
Tom Lane |
15:01 |
Something is broken in logical decoding with CLOBBER_CACHE_ALWAYS
|
Tom Lane |
15:15 |
Re: KNN-GiST with recheck
|
Heikki Linnakangas |
15:16 |
Re: Fractions in GUC variables
|
Peter Eisentraut |
15:19 |
Re: Commit fest 2014-12, let's begin!
|
Tom Lane |
15:20 |
Re: Commit fest 2014-12, let's begin!
|
Alexander Korotkov |
15:22 |
Re: Join push-down support for foreign tables
|
Tom Lane |
15:45 |
Re: Something is broken in logical decoding with CLOBBER_CACHE_ALWAYS
|
Andres Freund |
15:49 |
Re: Fractions in GUC variables
|
Bruce Momjian |
15:50 |
Re: Making BackgroundWorkerHandle a complete type or
offering a worker enumeration API?
|
Robert Haas |
16:12 |
Re: Commitfest problems
|
Bruce Momjian |
16:21 |
Re: Join push-down support for foreign tables
|
Robert Haas |
16:22 |
Re: PATCH: Reducing lock strength of trigger and foreign key DDL
|
Robert Haas |
16:24 |
Re: Commitfest problems
|
Andres Freund |
16:28 |
Re: Making BackgroundWorkerHandle a complete type or offering
a worker enumeration API?
|
Craig Ringer |
16:28 |
Re: pgbench -f and vacuum
|
Robert Haas |
16:29 |
Re: Something is broken in logical decoding with CLOBBER_CACHE_ALWAYS
|
Tom Lane |
16:30 |
Re: Making BackgroundWorkerHandle a complete type or
offering a worker enumeration API?
|
Robert Haas |
16:31 |
Re: Making BackgroundWorkerHandle a complete type or offering
a worker enumeration API?
|
Craig Ringer |
16:34 |
Re: [PATCH] HINT: pg_hba.conf changed since last config reload 📎
|
Alex Shulgin |
16:38 |
Re: Role Attribute Bitmask Catalog Representation 📎
|
Adam Brightwell |
16:42 |
Re: Doing better at HINTing an appropriate column within
errorMissingColumn()
|
Robert Haas |
16:44 |
Re: Commit fest 2014-12, let's begin!
|
Heikki Linnakangas |
16:47 |
Re: [PATCH] explain sortorder
|
Mike Blackwell |
16:49 |
Re: Something is broken in logical decoding with CLOBBER_CACHE_ALWAYS
|
Andres Freund |
17:04 |
Re: Doing better at HINTing an appropriate column within
errorMissingColumn()
|
Tom Lane |
17:04 |
Re: Status of CF 2014-10 and upcoming 2014-12
|
Robert Haas |
17:22 |
Re: [Bug] Inconsistent result for inheritance and FOR UPDATE.
|
Tom Lane |
17:59 |
Re: Commitfest problems
|
Mark Cave-Ayland |
18:20 |
Re: Commit fest 2014-12, let's begin!
|
Alexander Korotkov |
18:32 |
Re: WIP: dynahash replacement for buffer table
|
Robert Haas |
18:39 |
Re: Logical Replication Helpers WIP for discussion
|
Robert Haas |
18:42 |
Re: [REVIEW] Re: Compression of full-page-writes
|
Robert Haas |
18:46 |
Re: Commitfest problems
|
Jeff Janes |
18:49 |
WALWriter active during recovery 📎
|
Simon Riggs |
18:51 |
Logical Decoding follows timelines 📎
|
Simon Riggs |
18:54 |
Re: On partitioning
|
Robert Haas |
18:55 |
Re: pgbench -f and vacuum
|
Jeff Janes |
18:55 |
Re: Commitfest problems
|
Robert Haas |
19:08 |
Re: Commitfest problems
|
Tom Lane |
19:19 |
Re: Commitfest problems
|
Andrew Dunstan |
19:24 |
Re: Commitfest problems
|
Robert Haas |
19:27 |
Re: Minor binary-search int overflow in timezone code
|
Christoph Berg |
19:39 |
Re: Commitfest problems
|
Josh Berkus |
19:52 |
Re: Commitfest problems
|
Peter Geoghegan |
20:05 |
Re: WALWriter active during recovery
|
Andres Freund |
20:11 |
Re: pgbench -f and vacuum
|
Andres Freund |
20:12 |
Re: [REVIEW] Re: Compression of full-page-writes
|
Merlin Moncure |
20:14 |
Re: Commitfest problems
|
Andres Freund |
20:16 |
Re: Turning off HOT/Cleanup sometimes
|
Jeff Janes |
20:26 |
Re: Commitfest problems
|
Andrew Dunstan |
20:29 |
Re: Commitfest problems
|
Tom Lane |
20:34 |
Re: Commit fest 2014-12, let's begin!
|
Heikki Linnakangas |
20:44 |
Re: Commit fest 2014-12, let's begin!
|
Rodrigo Gonzalez |
21:12 |
Re: Commit fest 2014-12, let's begin!
|
Alvaro Herrera |
21:24 |
Re: PATCH: decreasing memory needlessly consumed by array_agg
|
Jeff Janes |
21:35 |
Re: Minor binary-search int overflow in timezone code
|
Jim Nasby |
21:58 |
Re: GiST kNN search queue (Re: KNN-GiST with recheck)
|
Jeff Janes |
21:59 |
Re: PATCH: decreasing memory needlessly consumed by array_agg 📎
|
Tomas Vondra |
23:27 |
Re: [REVIEW] Re: Compression of full-page-writes
|
Michael Paquier |
23:35 |
Re: [REVIEW] Re: Compression of full-page-writes
|
Michael Paquier |
23:37 |
Re: Status of CF 2014-10 and upcoming 2014-12
|
Michael Paquier |
23:39 |
Re: On partitioning
|
Amit Langote |
23:55 |
Dec. 16, 2014
Browse Archives
Prev
|
Next