summaryrefslogtreecommitdiff
path: root/src/backend/replication/libpqwalreceiver
AgeCommit message (Expand)Author
2014-05-06Fix use of free in walsender error handling after a sysid mismatch.Heikki Linnakangas
2011-01-13Fix the logic in libpqrcv_receive() to determine if there's any incoming dataHeikki Linnakangas
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-11Use "replication" as the database name when constructing a connectionHeikki Linnakangas
2010-04-21Fix pg_hba.conf matching so that replication connections only match recordsTom Lane
2010-04-19Add wrapper function libpqrcv_PQexec() in the walreceiver that uses asyncMagnus Hagander
2010-03-21Message tuningPeter Eisentraut
2010-03-19Add connection messages for streaming replication. log_connectionsSimon Riggs
2010-03-19Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] isSimon Riggs
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-25Fix streaming replication starting at the very first WAL segment.Heikki Linnakangas
2010-02-03Add a message type header to the CopyData messages sent from primaryHeikki Linnakangas
2010-01-20Fix bogus subdir setting. Again. I must've unfixed it by accident whileHeikki Linnakangas
2010-01-20Add missing "!= NULL", for the sake of consistency.Heikki Linnakangas
2010-01-20Rethink the way walreceiver is linked into the backend. Instead than shovingHeikki Linnakangas