aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add file_ops.c to GETTEXT_FILES in nls.mk.Fujii Masao2015-04-08
* Mark the second argument of pg_log as the translatable string in nls.mk.Fujii Masao2015-04-08
* Fix assorted inconsistent function declarations.Tom Lane2015-04-07
* Fix reporting of missing or invalid command line arguments in pg_rewind.Heikki Linnakangas2015-04-07
* Fix process startup in pg_rewind.Heikki Linnakangas2015-04-07
* Fix TAP tests to use only standard command-line argument ordering.Tom Lane2015-04-04
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Fix error handling of XLogReaderAllocate in case of OOMFujii Masao2015-04-03
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-02
* Revert "psql: fix \connect with URIs and conninfo strings"Robert Haas2015-04-02
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-01
* Make pg_ctl use SIGINT as a default shutdown signal.Fujii Masao2015-04-01
* initdb: remove unnecessary VACUUM FULLBruce Momjian2015-03-31
* pg_ctl: change default shutdown mode from 'smart' to 'fast'Bruce Momjian2015-03-31
* psql: add asciidoc output formatBruce Momjian2015-03-31
* Run pg_upgrade and pg_resetxlog with restricted token on WindowsAndrew Dunstan2015-03-30
* Clean up all the cruft after a pg_rewind test run.Tom Lane2015-03-29
* Fix multiple bugs and infelicities in pg_rewind.Tom Lane2015-03-29
* Remove a couple other vestigial yylex() declarations.Tom Lane2015-03-29
* Add a pager_min_lines setting to psqlAndrew Dunstan2015-03-28
* Fix whitespacePeter Eisentraut2015-03-27
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* psql: show proper row count in \x mode for zero-column outputBruce Momjian2015-03-24
* vacuumdb: Check result status of PQsendQueryAlvaro Herrera2015-03-23
* Add pg_rewind, for re-synchronizing a master server after failback.Heikki Linnakangas2015-03-23
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* pg_recvlogical: update --help descriptionBruce Momjian2015-03-20
* C comment: clearify SQL command mentionBruce Momjian2015-03-20
* vacuumdb --help text: clarify analyze-onlyBruce Momjian2015-03-20
* psql: allow DROP INDEX CONCURRENTLY in AUTOCOMMIT off modeBruce Momjian2015-03-19
* Remove workaround for ancient incompatibility between readline and libedit.Tom Lane2015-03-14
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Clean up the mess from => patch.Tom Lane2015-03-10
* Sort SUBDIRS variable in src/bin/MakefilePeter Eisentraut2015-03-08
* Rethink function argument sorting in pg_dump.Tom Lane2015-03-06
* Fix pg_dump handling of extension config tablesStephen Frost2015-03-02
* Error when creating names too long for tar formatPeter Eisentraut2015-02-24
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Fix placement of "SET row_security" command issuance in pg_dump.Tom Lane2015-02-18
* Fix failure to honor -Z compression level option in pg_dump -Fd.Tom Lane2015-02-18
* pg_upgrade: preserve freeze info for postgres/template1 dbsBruce Momjian2015-02-11
* Fix more memory leaks in failure path in buildACLCommands.Tom Lane2015-02-11
* Fix pg_dump's heuristic for deciding which casts to dump.Tom Lane2015-02-10
* Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas2015-02-03
* Translation updatesPeter Eisentraut2015-02-01
* Fix documentation of psql's ECHO all mode.Tom Lane2015-01-31
* Allow pg_dump to use jobs and serializable transactions together.Kevin Grittner2015-01-30
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Replace a bunch more uses of strncpy() with safer coding.Tom Lane2015-01-24