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
*
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
*
Replace use of "diff -q".
Noah Misch
2015-07-08
*
Fix null pointer dereference in "\c" psql command.
Noah Misch
2015-07-08
*
Fix portability issue in pg_upgrade test script: avoid $PWD.
Tom Lane
2015-07-07
*
Add tab-completion for psql meta-commands.
Fujii Masao
2015-07-07
*
Fix pg_recvlogical not to fsync output when it's a tty or pipe.
Andres Freund
2015-07-07
*
Make a editorial pass over pgbench's error messages.
Tom Lane
2015-07-05
*
Fix pgbench progress report behaviour when pgbench or a query gets stuck.
Heikki Linnakangas
2015-07-03
*
Make WAL-related utilities handle .partial WAL files properly.
Fujii Masao
2015-07-03
*
Don't emit a spurious space at end of line in pg_dump of event triggers.
Heikki Linnakangas
2015-07-02
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
*
Make use of xlog_internal.h's macros in WAL-related utilities.
Fujii Masao
2015-07-02
*
Translation updates
Peter Eisentraut
2015-06-28
*
Don't choke on files that are removed while pg_rewind runs.
Heikki Linnakangas
2015-06-28
*
Fix function declaration style to respect the coding standard.
Tatsuo Ishii
2015-06-28
*
Remove unnecessary NULL test.
Robert Haas
2015-06-26
*
Add missing newline to debug-message.
Heikki Linnakangas
2015-06-23
*
pg_rewind: Improve message wording
Peter Eisentraut
2015-06-22
*
pg_basebackup: Remove redundant newline in error message
Peter Eisentraut
2015-06-22
*
psql: Add some tab completion for TABLESAMPLE.
Robert Haas
2015-06-22
*
Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().
Noah Misch
2015-06-21
*
Add PASSWORD to tab completions for CREATE/ALTER ROLE/USER/GROUP.
Robert Haas
2015-06-19
*
Clean up useless mention of RMGRDESCSOURCES in pg_rewind Makefile.
Fujii Masao
2015-06-12
*
Fix some issues in pg_rewind.
Fujii Masao
2015-06-11
*
Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.
Fujii Masao
2015-06-04
*
pg_upgrade: add missing period in C comment
Bruce Momjian
2015-05-29
*
initdb -S should now have an explicit check that $PGDATA is valid.
Tom Lane
2015-05-29
*
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-29
*
Adjust initdb to also not consider fsync'ing failures fatal.
Tom Lane
2015-05-29
*
Fix pg_rewind's handling of top-level symlinks.
Tom Lane
2015-05-28
*
Fix assorted inconsistencies in our calls of readlink().
Tom Lane
2015-05-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Remove the new UPSERT command tag and use INSERT instead.
Andres Freund
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Message string improvements
Peter Eisentraut
2015-05-18
*
Add new files to nls.mk
Peter Eisentraut
2015-05-17
*
pg_upgrade: no need to check for matching float8_pass_by_value
Bruce Momjian
2015-05-16
*
pg_upgrade: force timeline 1 in the new cluster
Bruce Momjian
2015-05-16
*
pg_upgrade: only allow template0 to be non-connectable
Bruce Momjian
2015-05-16
*
Support --verbose option in reindexdb.
Fujii Masao
2015-05-15
*
pg_upgrade: make controldata checks more consistent
Bruce Momjian
2015-05-14
*
pgbench: Don't fail during startup
Stephen Frost
2015-05-12
*
pg_basebackup -F t now succeeds with a long symlink target
Andrew Dunstan
2015-05-12
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
*
pg_upgrade: use single or double-quotes in command-line strings
Bruce Momjian
2015-05-11
*
initdb: only recommend pg_ctl to start the server
Bruce Momjian
2015-05-11
*
pg_dump: suppress "Tablespace:" comment for default tablespaces
Bruce Momjian
2015-05-11
*
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
[next]