Архив рассылок [pgsql-hackers]
logical changeset generation v3 andres@anarazel.de (Andres Freund)
[PATCH 01/14] Add minimal binary heap implementation Andres Freund
[PATCH 04/14] Add a new RELFILENODE syscache to fetch a pg_class entry via (reltablespace, relfilenode) Andres Freund
[PATCH 05/14] Add a new relmapper.c function RelationMapFilenodeToOid that acts as a reverse of RelationMapOidToFilenode Andres Freund
[PATCH 03/14] Add simple xlogdump tool Andres Freund
[PATCH 06/14] Add a new function pg_relation_by_filenode to lookup up a relation given the tablespace and the filenode OIDs Andres Freund
[PATCH 08/14] Store the number of subtransactions in xl_running_xacts separately from toplevel xids Andres Freund
[PATCH 07/14] Introduce InvalidCommandId and declare that to be the new maximum for CommandCounterIncrement Andres Freund
[PATCH 09/14] Adjust all *Satisfies routines to take a HeapTuple instead of a HeapTupleHeader Andres Freund
[PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes Andres Freund
Re: logical changeset generation v3 - git repository Andres Freund
Re: Enabling Checksums Jeff Davis
Re: lcr - walsender integration Andres Freund
Re: logical changeset generation v3 Josh Berkus
Re: Enabling Checksums Robert Haas
Materialized views WIP patch Kevin Grittner
Re: recursive view syntax Peter Eisentraut
Re: logical changeset generation v3 Michael Paquier
Re: Materialized views WIP patch Alvaro Herrera
Re: Doc patch, put commas in the right place in
pg_restore docs Peter Eisentraut
Re: Move postgresql_fdw_validator into dblink Shigeru Hanada
add -Wlogical-op to standard compiler options? Peter Eisentraut
feature proposal - triggers by semantics Darren Duncan
Re: feature proposal - triggers by semantics Craig Ringer
Re: logical changeset generation v3 Andres Freund
Timing events WIP v1 Greg Smith
Re: feature proposal - triggers by semantics Michael Paquier
Re: feature proposal - triggers by semantics Hannu Krosing
Re: Materialized views WIP patch Greg Smith
Re: WIP patch for hint bit i/o mitigation Amit Kapila
Re: Switching timeline over streaming replication Heikki Linnakangas
Re: feature proposal - triggers by semantics Craig Ringer
Re: Switching timeline over streaming replication Heikki Linnakangas
Re: Switching timeline over streaming replication Heikki Linnakangas
Re: Hash id in pg_stat_statements Magnus Hagander
Re: Hash id in pg_stat_statements Peter Geoghegan
Re: [PATCH 08/14] Store the number of subtransactions in
xl_running_xacts separately from toplevel xids Simon Riggs
Re: [PATCH 08/14] Store the number of subtransactions in
xl_running_xacts separately from toplevel xids Andres Freund
Re: [PATCH 02/14] Add support for a generic wal reading
facility dubbed XLogReader Heikki Linnakangas
Re: [v9.3] Extra Daemons (Re: elegant and effective way
for running jobs inside a database) Heikki Linnakangas
Re: FDW for PostgreSQL Shigeru Hanada
Re: [v9.3] Extra Daemons (Re: elegant and effective way
for running jobs inside a database) Alvaro Herrera
Re: [PATCH] binary heap implementation Robert Haas
Re: Switching timeline over streaming replication Heikki Linnakangas
Re: [PATCH] binary heap implementation Alvaro Herrera
Re: [v9.3] Extra Daemons (Re: elegant and effective way
for running jobs inside a database) Heikki Linnakangas
Re: [PATCH] binary heap implementation Will Crawford
Re: [PATCH 02/14] Add support for a generic wal reading
facility dubbed XLogReader Heikki Linnakangas
Re: WIP patch for hint bit i/o mitigation Merlin Moncure
Re: [PATCH] binary heap implementation Andrew Dunstan
Re: tuplesort memory usage: grow_memtuples Robert Haas
Re: [PATCH] binary heap implementation Robert Haas
Re: [PATCH] binary heap implementation Andres Freund
Re: WIP patch for hint bit i/o mitigation Amit Kapila
Re: [PATCH] binary heap implementation Alvaro Herrera
Re: [PATCH 03/14] Add simple xlogdump tool Peter Eisentraut
Re: [PATCH] binary heap implementation Robert Haas
Re: [PATCH 03/14] Add simple xlogdump tool Andres Freund
Re: WIP patch for hint bit i/o mitigation Merlin Moncure
Re: [PATCH] binary heap implementation Andres Freund
Re: [PATCH 03/14] Add simple xlogdump tool Jeff Janes
Re: [PATCH] binary heap implementation Robert Haas
Re: [PATCH 03/14] Add simple xlogdump tool Andres Freund
Re: tuplesort memory usage: grow_memtuples Peter Geoghegan
Re: tuplesort memory usage: grow_memtuples Peter Geoghegan
another idea for changing global configuration settings from SQL Peter Eisentraut
Re: [v9.3] writable foreign tables Kohei KaiGai
Re: Proposal for Allow postgresql.conf values to be changed via SQL Cédric Villemain
Re: another idea for changing global configuration settings from SQL Cédric Villemain
Re: tuplesort memory usage: grow_memtuples Robert Haas
pg_ctl reload -o "...." Jeff Janes
Re: Timing events WIP v1 Josh Berkus
Re: Materialized views WIP patch Josh Berkus
Re: ALTER command reworks Kohei KaiGai
Re: tuplesort memory usage: grow_memtuples Peter Geoghegan
Re: tuplesort memory usage: grow_memtuples Robert Haas
Re: pg_ctl reload -o "...." Tom Lane
Re: tuplesort memory usage: grow_memtuples Peter Geoghegan
pg_trgm partial-match Fujii Masao
Re: Dumping an Extension's Script Robert Haas
Re: support for LDAP URLs Robert Haas
Re: Enabling Checksums Jeff Davis
Re: feature proposal - triggers by semantics Darren Duncan
Re: tuplesort memory usage: grow_memtuples Greg Stark
Re: feature proposal - triggers by semantics Christopher Browne
Re: Dumping an Extension's Script Dimitri Fontaine
[v9.3] OAT_POST_ALTER object access hooks Kohei KaiGai
Re: Timing events WIP v1 Alvaro Herrera
Re: pg_ctl reload -o "...." Jeff Janes
User control over psql error stream Karl O. Pinc
Re: Further pg_upgrade analysis for many tables Dimitri Fontaine
Re: [v9.3] Row-Level Security Kohei KaiGai
Re: pg_ctl reload -o "...." Andrew Dunstan
Re: tuplesort memory usage: grow_memtuples Peter Geoghegan
Re: pg_ctl reload -o "...." Tom Lane
Re: another idea for changing global configuration settings from SQL Dimitri Fontaine
Re: feature proposal - triggers by semantics Dimitri Fontaine
Re: Hash id in pg_stat_statements Dimitri Fontaine
Re: add -Wlogical-op to standard compiler options? Peter Eisentraut
Re: [v9.3] OAT_POST_ALTER object access hooks Kohei KaiGai
Re: feature proposal - triggers by semantics Darren Duncan
Re: Index only scans wiki page Peter Geoghegan
Re: autovacuum truncate exclusive lock round two Dimitri Fontaine
Re: autovacuum truncate exclusive lock round two Alvaro Herrera
Re: Materialized views WIP patch Jeff Davis