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
*
Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().
Noah Misch
2014-11-29
*
Revert "Add libpq function PQhostaddr()."
Noah Misch
2014-11-29
*
Add tab-completion for ALTER TABLE ALTER CONSTRAINT in psql.
Fujii Masao
2014-11-28
*
Make \watch respect the user's \pset null setting.
Fujii Masao
2014-11-28
*
Mark response messages for translation in pg_isready.
Fujii Masao
2014-11-28
*
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-27
*
Fix memory leaks introduced by commit eca2b9b
Andrew Dunstan
2014-11-23
*
Rework echo_hidden for \sf and \ef from commit e4d2817.
Andrew Dunstan
2014-11-22
*
Fix an error in psql that overcounted output lines.
Andrew Dunstan
2014-11-21
*
Make psql's \sf and \ef honor ECHO_HIDDEN.
Andrew Dunstan
2014-11-21
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Fix bug in the test of file descriptor of current WAL file in pg_receivexlog.
Fujii Masao
2014-11-19
*
Fix pg_receivexlog --slot so that it doesn't prevent the server shutdown.
Fujii Masao
2014-11-19
*
Fix some bogus direct uses of realloc().
Tom Lane
2014-11-18
*
Add pg_dump --snapshot option
Simon Riggs
2014-11-17
*
Add --synchronous option to pg_receivexlog, for more reliable WAL writing.
Fujii Masao
2014-11-18
*
Translation updates
Peter Eisentraut
2014-11-16
*
Fix initdb --sync-only to also sync tablespaces.
Andres Freund
2014-11-15
*
Fix pg_dumpall to restore its ability to dump from ancient servers.
Tom Lane
2014-11-13
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
Tab complete second argument to \c with role names.
Robert Haas
2014-11-10
*
pg_basebackup: Adjust tests for long file name issues
Peter Eisentraut
2014-11-07
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2014-11-04
*
Remove use of TAP subtests
Peter Eisentraut
2014-10-29
*
Avoid unportable strftime() behavior in pg_dump/pg_dumpall.
Tom Lane
2014-10-26
*
Fix undersized result buffer in pset_quoted_string().
Tom Lane
2014-10-26
*
Forgot #include "pg_getopt.h", now that pg_controldata uses getopt.
Heikki Linnakangas
2014-10-24
*
Complain if too many options are passed to pg_controldata or pg_resetxlog.
Heikki Linnakangas
2014-10-24
*
Oops, the commit accept pg_controldata -D datadir missed code changes.
Heikki Linnakangas
2014-10-24
*
psql: complain if pg_dump custom-format is detected
Alvaro Herrera
2014-10-24
*
Remove the unused argument of PSQLexec().
Fujii Masao
2014-10-23
*
Fix typos.
Robert Haas
2014-10-20
*
initdb: Fix compiler error in USE_PREFETCH case
Peter Eisentraut
2014-10-19
*
psql: Improve \pset without arguments
Peter Eisentraut
2014-10-18
*
Allow setting effective_io_concurrency even on unsupported systems
Peter Eisentraut
2014-10-18
*
Fix bug in handling of connections that pg_receivexlog creates.
Fujii Masao
2014-10-18
*
Fix core dump in pg_dump --binary-upgrade on zero-column composite type.
Tom Lane
2014-10-17
*
Re-pgindent src/bin/pg_dump/*.
Tom Lane
2014-10-17
*
Fix pg_dump for UPDATE policies
Stephen Frost
2014-10-17
*
Blind attempt at fixing Win32 pg_dump issues
Alvaro Herrera
2014-10-14
*
pg_dump: Reduce use of global variables
Alvaro Herrera
2014-10-14
*
psql: Fix \? output alignment
Peter Eisentraut
2014-10-13
*
pg_ctl: Cast DWORD values to avoid -Wformat warnings.
Noah Misch
2014-10-12
*
pg_recvlogical: Improve --help output
Peter Eisentraut
2014-10-12
*
Clean up Create/DropReplicationSlot query buffer
Stephen Frost
2014-10-06
*
Add support for managing physical replication slots to pg_receivexlog.
Andres Freund
2014-10-06
*
Rename pg_recvlogical's --create/--drop to --create-slot/--drop-slot.
Andres Freund
2014-10-06
*
Translation updates
Peter Eisentraut
2014-10-05
[next]