summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* Obtain table locks as soon as practical during pg_dump.Tom Lane2011-06-171-5/+11
* Fix oversights in pg_basebackup's -z (compression) option.Tom Lane2011-06-151-7/+7
* Allow psql \d tab completion to complete all relation kindsPeter Eisentraut2011-06-141-3/+3
* Tab completion improvements for COMMENT.Robert Haas2011-06-111-7/+7
* Translation updates for 9.1beta2Peter Eisentraut2011-06-0989-14599/+36366
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-098-63/+63
* Use the correct eventlog severity for errorMagnus Hagander2011-06-091-1/+1
* Support silent mode for service registrations on win32Magnus Hagander2011-06-091-0/+6
* Reorder pg_ctl promote after pg_ctl statusPeter Eisentraut2011-06-081-43/+47
* Revert psql bits to display NOT VALID for FKsAlvaro Herrera2011-06-071-7/+2
* Further improvements in pg_ctl's new wait-for-postmaster-start logic.Tom Lane2011-06-011-66/+94
* Suppress foreign data wrappers and foreign servers in partial dumpsPeter Eisentraut2011-05-301-1/+9
* Make message more consistentAlvaro Herrera2011-05-301-1/+1
* Add pg_basebackup -z option for compression with default levelPeter Eisentraut2011-05-301-1/+10
* Allow pg_basebackup compressed tar output to stdoutPeter Eisentraut2011-05-291-10/+24
* Avoid compiler warning when building without zlibPeter Eisentraut2011-05-291-0/+1
* Improve corner cases in pg_ctl's new wait-for-postmaster-startup code.Tom Lane2011-05-271-1/+18
* Suppress extensions in partial dumps.Tom Lane2011-05-251-5/+6
* Put options in some sensible orderPeter Eisentraut2011-05-253-12/+12
* Message improvementsPeter Eisentraut2011-05-241-4/+4
* Message style improvementsPeter Eisentraut2011-05-231-1/+1
* Message style improvementsPeter Eisentraut2011-05-222-4/+4
* Message improvementPeter Eisentraut2011-05-221-1/+1
* In binary-upgrade mode, dump dropped attributes of composite types.Heikki Linnakangas2011-05-211-22/+78
* Rename pg_dump --no-security-label to --no-security-labelsPeter Eisentraut2011-05-195-20/+20
* Add example for replication in pg_hba.confMagnus Hagander2011-05-191-0/+5
* Fix pg_dump's handling of extension-member casts and languages.Tom Lane2011-05-161-35/+52
* More cleanup of FOREIGN TABLE permissions handling.Robert Haas2011-05-132-3/+1
* For create/dropdb, only connect once to the server since we now have aBruce Momjian2011-05-102-4/+12
* Be more wary in initdb's creation of platform-dependent collations.Tom Lane2011-05-101-9/+16
* Remove redundant port number checkPeter Eisentraut2011-05-041-6/+0
* Message style cleanupPeter Eisentraut2011-05-041-31/+31
* Fix alignment of --help outputPeter Eisentraut2011-05-042-2/+2
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-285-10/+10
* Fix binary upgrade of altered typed tablesPeter Eisentraut2011-04-271-4/+17
* timeline is not needed in BaseBackup()Magnus Hagander2011-04-271-20/+0
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-252-4/+9
* Quotes in strings injected into bki file need to escaped. In particular,Heikki Linnakangas2011-04-201-7/+7
* Fix assorted infelicities in collation handling in psql's describe.c.Tom Lane2011-04-171-14/+20
* Fix pg_dump to handle collations applied to columns of composite types.Tom Lane2011-04-171-11/+57
* Suppress unused-function warning on non-WIN32 builds.Tom Lane2011-04-151-2/+5
* setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas2011-04-151-7/+82
* On Windows, if the encoding implied by locale is not allowed as aHeikki Linnakangas2011-04-151-1/+14
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-115-80/+24
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-1019-490/+506
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-101-1/+1
* Don't show unusable collations in psql's \dO command.Tom Lane2011-04-091-3/+11
* Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers.Robert Haas2011-04-081-4/+15
* Modify initdb to complain only when no usable system locales are found.Tom Lane2011-04-081-17/+13
* Have pg_upgrade properly preserve relfrozenxid in toast tables.Bruce Momjian2011-04-082-10/+52