aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* Add some strings that were not marked for translationPeter Eisentraut2011-06-27
* Remove redundant DEF_PGPORT handlingPeter Eisentraut2011-06-27
* Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut2011-06-27
* Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut2011-06-26
* Replace := by = in nls.mk filesPeter Eisentraut2011-06-26
* Remove some cruft from nls.mk filesPeter Eisentraut2011-06-26
* Obtain table locks as soon as practical during pg_dump.Tom Lane2011-06-17
* Fix oversights in pg_basebackup's -z (compression) option.Tom Lane2011-06-15
* Allow psql \d tab completion to complete all relation kindsPeter Eisentraut2011-06-14
* Tab completion improvements for COMMENT.Robert Haas2011-06-11
* Translation updates for 9.1beta2Peter Eisentraut2011-06-09
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Use the correct eventlog severity for errorMagnus Hagander2011-06-09
* Support silent mode for service registrations on win32Magnus Hagander2011-06-09
* Reorder pg_ctl promote after pg_ctl statusPeter Eisentraut2011-06-08
* Revert psql bits to display NOT VALID for FKsAlvaro Herrera2011-06-07
* Further improvements in pg_ctl's new wait-for-postmaster-start logic.Tom Lane2011-06-01
* Suppress foreign data wrappers and foreign servers in partial dumpsPeter Eisentraut2011-05-30
* Make message more consistentAlvaro Herrera2011-05-30
* Add pg_basebackup -z option for compression with default levelPeter Eisentraut2011-05-30
* Allow pg_basebackup compressed tar output to stdoutPeter Eisentraut2011-05-29
* Avoid compiler warning when building without zlibPeter Eisentraut2011-05-29
* Improve corner cases in pg_ctl's new wait-for-postmaster-startup code.Tom Lane2011-05-27
* Suppress extensions in partial dumps.Tom Lane2011-05-25
* Put options in some sensible orderPeter Eisentraut2011-05-25
* Message improvementsPeter Eisentraut2011-05-24
* Message style improvementsPeter Eisentraut2011-05-23
* Message style improvementsPeter Eisentraut2011-05-22
* Message improvementPeter Eisentraut2011-05-22
* In binary-upgrade mode, dump dropped attributes of composite types.Heikki Linnakangas2011-05-21
* Rename pg_dump --no-security-label to --no-security-labelsPeter Eisentraut2011-05-19
* Add example for replication in pg_hba.confMagnus Hagander2011-05-19
* Fix pg_dump's handling of extension-member casts and languages.Tom Lane2011-05-16
* More cleanup of FOREIGN TABLE permissions handling.Robert Haas2011-05-13
* For create/dropdb, only connect once to the server since we now have aBruce Momjian2011-05-10
* Be more wary in initdb's creation of platform-dependent collations.Tom Lane2011-05-10
* Remove redundant port number checkPeter Eisentraut2011-05-04
* Message style cleanupPeter Eisentraut2011-05-04
* Fix alignment of --help outputPeter Eisentraut2011-05-04
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Fix binary upgrade of altered typed tablesPeter Eisentraut2011-04-27
* timeline is not needed in BaseBackup()Magnus Hagander2011-04-27
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* Quotes in strings injected into bki file need to escaped. In particular,Heikki Linnakangas2011-04-20
* Fix assorted infelicities in collation handling in psql's describe.c.Tom Lane2011-04-17
* Fix pg_dump to handle collations applied to columns of composite types.Tom Lane2011-04-17
* Suppress unused-function warning on non-WIN32 builds.Tom Lane2011-04-15
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-04-15
* On Windows, if the encoding implied by locale is not allowed as aHeikki Linnakangas2011-04-15
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11