aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Update LSB URL in pg_ctlBruce Momjian2013-07-01
* Remove undocumented -h (help) optionBruce Momjian2013-07-01
* Update pg_resetxlog's documentation on multixactsAlvaro Herrera2013-06-27
* Mark index-constraint comments with correct dependency in pg_dump.Tom Lane2013-06-27
* pg_receivexlog: Fix logic errorPeter Eisentraut2013-06-26
* Properly dump dropped foreign table cols in binary-upgrade mode.Andrew Dunstan2013-06-25
* Translation updatesPeter Eisentraut2013-06-24
* initdb: Add blank line before output about checksumsPeter Eisentraut2013-06-19
* psql: Re-allow -1 together with -c or -lPeter Eisentraut2013-06-17
* Fix pg_restore -l with the directory archive to display the correct format name.Fujii Masao2013-06-16
* Fix pg_isready to handle conninfo properly.Fujii Masao2013-06-11
* Fix ordering of obj id for Rules and EventTriggers in pg_dump.Joe Conway2013-06-09
* Fix unportable usage of isspace().Tom Lane2013-06-01
* Add new source files to nls.mkPeter Eisentraut2013-05-31
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Fix escaping in generated recovery.conf file.Heikki Linnakangas2013-05-20
* Fix walsender failure at promotion.Heikki Linnakangas2013-05-08
* Move materialized views' is-populated status into their pg_class entries.Tom Lane2013-05-06
* Back out some recent translation updates.Tom Lane2013-05-06
* Execute SET TRANSACTION SNAPSHOT during pg_dumpSimon Riggs2013-05-06
* Translation updatesPeter Eisentraut2013-05-05
* Improve behavior of \watch with non-tuple-returning commands.Tom Lane2013-05-04
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Revert "pg_ctl: Add idempotent option"Peter Eisentraut2013-04-29
* Attempt to fix error recovery in COPY BOTH mode.Robert Haas2013-04-29
* pg_dump: Improve message formattingPeter Eisentraut2013-04-27
* Ensure that user created rows in extension tables get dumped if the table is ...Joe Conway2013-04-26
* pg_basebackup: Add missing newlines at end of linesPeter Eisentraut2013-04-24
* initdb: Improve some messagesPeter Eisentraut2013-04-24
* Add missing #include.Heikki Linnakangas2013-04-24
* Make fast promotion the default promotion mode.Simon Riggs2013-04-24
* pg_ctl: Add idempotent optionPeter Eisentraut2013-04-13
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-09
* Fix line count in slashUsage().Tom Lane2013-04-04
* Add \watch [SEC] command to psql.Tom Lane2013-04-04
* psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian2013-04-04
* Must check indisready not just indisvalid when dumping from 9.2 server.Tom Lane2013-03-28
* Move some pg_dump function around.Heikki Linnakangas2013-03-27
* Ignore invalid indexes in pg_dump.Tom Lane2013-03-26
* Fix pg_dump against 9.1/9.2 servers.Heikki Linnakangas2013-03-26
* Get rid of obsolete parse_version helper function.Heikki Linnakangas2013-03-26
* Fix a small logic bug in adjusted parallel restore code.Andrew Dunstan2013-03-25
* Make pg_basebackup work with pre-9.3 servers, and add server version check.Heikki Linnakangas2013-03-25
* Add PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.Heikki Linnakangas2013-03-25
* Fix some unportable constructs in parallel pg_dump code.Tom Lane2013-03-24
* Add parallel pg_dump option.Andrew Dunstan2013-03-24
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Fix inclusions in pg_receivexlog.c.Tom Lane2013-03-17
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Add lock_timeout configuration parameter.Tom Lane2013-03-16