aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add GUC to enable WAL-logging of hint bits, even with checksums disabled.Heikki Linnakangas2013-12-13
* Display old and new values in pg_resetxlog -n output.Heikki Linnakangas2013-12-12
* Add a new option, -g, to createuser, to add membership in a role.Robert Haas2013-12-11
* Add new wal_level, logical, sufficient for logical decoding.Robert Haas2013-12-10
* Translation updatesPeter Eisentraut2013-12-02
* Fix pg_dumpall to work for databases flagged as read-only.Kevin Grittner2013-11-30
* Fix assorted issues in pg_ctl's pgwin32_CommandLine().Tom Lane2013-11-29
* Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.Fujii Masao2013-11-27
* Tweak streamutil.c further to avoid scan-build warningPeter Eisentraut2013-11-21
* Fix pg_isready to handle -d option properly.Fujii Masao2013-11-21
* Add tab completion for \pset in psql.Fujii Masao2013-11-19
* Spell SQL keywords in uppercase in pg_dump's query.Heikki Linnakangas2013-11-18
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* Allow aggregates to provide estimates of their transition state data size.Tom Lane2013-11-16
* Speed up printing of INSERT statements in pg_dump.Tom Lane2013-11-15
* Clean up password prompting logic in streamutil.c.Tom Lane2013-11-15
* Fix incorrect column name in psql \d code.Tom Lane2013-11-14
* Don't abort pg_basebackup when receiving empty WAL blockMagnus Hagander2013-11-11
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-10
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-08
* Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.Tom Lane2013-11-05
* Fix parsing of xlog file name in pg_receivexlog.Heikki Linnakangas2013-11-04
* Ignore SIGSYS during initdb.Tom Lane2013-10-24
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-24
* Simplify tab completion rules for views and foreign tables.Robert Haas2013-10-23
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane2013-10-22
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-19
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-18
* Switch dependency order of libpgcommon and libpgportPeter Eisentraut2013-10-17
* initdb: Suppress dynamic shared memory when probing for max_connections.Robert Haas2013-10-16
* Translation updates to fix build failuresPeter Eisentraut2013-10-13
* Add use of asprintf()Peter Eisentraut2013-10-13
* initdb: Select working dynamic shared memory implementation.Robert Haas2013-10-10
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-09
* Translation updatesPeter Eisentraut2013-10-07
* Add DISCARD SEQUENCES command.Robert Haas2013-10-03
* psql: Make \pset without arguments show all settings.Robert Haas2013-10-03
* psql: Set up cancel handler laterPeter Eisentraut2013-10-02
* Fix two timeline handling bugs in pg_receivexlog.Heikki Linnakangas2013-09-23
* Fix typo in comment.Fujii Masao2013-09-19
* psql: fix \copy stdin trailing space requirementBruce Momjian2013-09-10
* psql: honor 'footer' option for expanded outputBruce Momjian2013-09-10
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-03
* Translation updatesPeter Eisentraut2013-09-02
* Accept multiple -I, -P, -T and -n options in pg_restore.Heikki Linnakangas2013-08-28
* Fix some "translator:" comments mangled by pgindentAlvaro Herrera2013-08-27
* Rename the "fast_promote" file to just "promote".Heikki Linnakangas2013-08-19
* Translation updatesPeter Eisentraut2013-08-18
* Add tab completion for \dx in psqlMagnus Hagander2013-08-15