index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
Commit message (
Expand
)
Author
Age
*
Allow psql to print COPY command status in more cases.
Tom Lane
2014-03-13
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Fix tracking of psql script line numbers during \copy from another place.
Tom Lane
2014-03-10
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
*
Correct copy/pasto in comment for REPLICA IDENTITY
Simon Riggs
2014-03-09
*
pg_ctl: improve handling of invalid data directory
Bruce Momjian
2014-03-08
*
pg_dump: make argument combination error exit code consistent
Bruce Momjian
2014-03-05
*
Remove unused field "evttype".
Tom Lane
2014-03-05
*
Allocate fresh memory for post_opts/exec_path
Stephen Frost
2014-03-05
*
Fix issues with pg_ctl
Stephen Frost
2014-03-05
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Fix whitespace
Peter Eisentraut
2014-03-03
*
pg_dump et al: Add --if-exists option
Alvaro Herrera
2014-03-03
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-27
*
psql: add separate \d display for disabled system triggers
Bruce Momjian
2014-02-24
*
pg_dump: fix subtle memory leak in func and arg signature processing
Bruce Momjian
2014-02-24
*
pg_basebackup: Add support for relocating tablespaces
Peter Eisentraut
2014-02-22
*
Remove inappropriate EXPORTS line.
Tom Lane
2014-02-19
*
Avoid using dllwrap to build pgevent in Mingw builds.
Tom Lane
2014-02-19
*
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-17
*
Centralize getopt-related declarations in a new header file pg_getopt.h.
Tom Lane
2014-02-15
*
Remove use of sscanf in pg_upgrade, and add C comment to pg_dump
Bruce Momjian
2014-02-15
*
psql: Add C comment about gset_prefix being freed later
Bruce Momjian
2014-02-15
*
Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.
Tom Lane
2014-02-13
*
Add missing include, required on some platforms
Magnus Hagander
2014-02-12
*
Kill pg_basebackup background process when exiting
Magnus Hagander
2014-02-12
*
scripts: Remove newlines from end of generated SQL
Peter Eisentraut
2014-02-10
*
Further pg_dump / ftello improvements
Stephen Frost
2014-02-09
*
Focus on ftello result < 0 instead of errno
Stephen Frost
2014-02-09
*
Limit pg_basebackup progress output to 1/second
Magnus Hagander
2014-02-09
*
Avoid printing uninitialized filename variable in verbose mode
Magnus Hagander
2014-02-09
*
Minor pg_dump improvements
Stephen Frost
2014-02-08
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
*
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-02-03
*
Switch in psql_scan() must cover all lexer states (except backslash cases).
Tom Lane
2014-02-02
*
Fix typos in docs and comments.
Fujii Masao
2014-02-02
*
Introduce replication slots.
Robert Haas
2014-01-31
*
pg_restore: make help output plural for multi-enabled options
Bruce Momjian
2014-01-31
*
Add tab completion for ALTER TABLESPACE MOVE in psql.
Fujii Masao
2014-02-01
*
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-29
*
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-27
*
Fix minor leak in pg_dump
Stephen Frost
2014-01-26
*
Move the options column of \db+ before the description
Magnus Hagander
2014-01-26
*
Include tablespace options in verbose output of \db
Magnus Hagander
2014-01-26
*
Enable building with Visual Studion 2013.
Andrew Dunstan
2014-01-26
*
psql: Mention SSL protocol version in \conninfo.
Noah Misch
2014-01-24
*
Avoid minor leak in parallel pg_dump
Stephen Frost
2014-01-24
*
Add libpq function PQhostaddr().
Fujii Masao
2014-01-24
[next]