index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
pg_basebackup
/
streamutil.c
Commit message (
Expand
)
Author
Age
*
Fix minor memory leak in pg_basebackup and pg_receivewal
Michael Paquier
2020-04-17
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Fix whitespace
Peter Eisentraut
2018-05-17
*
Remove extra newlines after PQerrorMessage()
Peter Eisentraut
2018-05-05
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Correct pg_recvlogical server version test.
Noah Misch
2018-04-25
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Fix pg_recvlogical for pre-10 versions
Magnus Hagander
2018-03-18
*
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-10-01
*
pg_basebackup: Add option to create replication slot
Peter Eisentraut
2017-09-27
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Fix out of date comment
Magnus Hagander
2017-07-07
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Update obsolete comment
Magnus Hagander
2017-03-19
*
Add option to control snapshot export to CREATE_REPLICATION_SLOT
Peter Eisentraut
2017-03-14
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-23
*
Make pg_basebackup use temporary replication slots
Magnus Hagander
2017-01-16
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Simplify correct use of simple_prompt().
Tom Lane
2016-08-30
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
*
Make pg_receivexlog silent with 9.3 and older servers
Alvaro Herrera
2016-01-05
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Handle PQresultErrorField(PG_DIAG_SQLSTATE) returning NULL in streamutil.c.
Andres Freund
2015-08-12
*
Fix assorted memory leaks.
Tom Lane
2015-07-12
*
Optionally don't error out due to preexisting slots in commandline utilities.
Andres Freund
2015-07-12
*
pg_basebackup: Remove redundant newline in error message
Peter Eisentraut
2015-06-22
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Clean up Create/DropReplicationSlot query buffer
Stephen Frost
2014-10-06
*
Refactor replication connection code of various pg_basebackup utilities.
Andres Freund
2014-10-01
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Add pg_recvlogical, a tool to receive data logical decoding data.
Robert Haas
2014-03-18
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Tweak streamutil.c further to avoid scan-build warning
Peter Eisentraut
2013-11-21
*
Clean up password prompting logic in streamutil.c.
Tom Lane
2013-11-15
*
Fix PQconninfoParse error message handling
Peter Eisentraut
2013-07-15
*
pg_receivexlog - Exit on failure to parse
Stephen Frost
2013-07-14
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Add -d option to pg_basebackup and pg_receivexlog, for connection string.
Heikki Linnakangas
2013-02-25
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
[next]