aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add collation support on Windows (MSVC build)Peter Eisentraut2011-04-10
* Don't show unusable collations in psql's \dO command.Tom Lane2011-04-09
* Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers.Robert Haas2011-04-08
* Modify initdb to complain only when no usable system locales are found.Tom Lane2011-04-08
* Have pg_upgrade properly preserve relfrozenxid in toast tables.Bruce Momjian2011-04-08
* Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane2011-04-07
* Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.Bruce Momjian2011-04-07
* Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.Robert Haas2011-04-01
* pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-01
* fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...Greg Stark2011-03-27
* Make initdb ignore locales for client-only encodings.Tom Lane2011-03-22
* Fix up handling of C/POSIX collations.Tom Lane2011-03-20
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-19
* Properly clear the verbose output of pg_basebackupMagnus Hagander2011-03-19
* Woops. Previous patch to remove -X options missed getopt_long calls().Robert Haas2011-03-18
* Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.Robert Haas2011-03-18
* Tab completion for \pset format and \pset linestyle.Robert Haas2011-03-16
* Add database comments to template0 and postgres databases, and improveBruce Momjian2011-03-15
* Remove special case allowing parameters to ident auth for initdbMagnus Hagander2011-03-14
* Create an explicit concept of collations that work for any encoding.Tom Lane2011-03-11
* Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fastBruce Momjian2011-03-11
* Remove pg_dump -X options that are only in 9.1 and not needed forBruce Momjian2011-03-10
* Add C comment that new new pg_dump -X options are to be created.Bruce Momjian2011-03-10
* When a smart pg_ctl shutdown fails, mention -m fast as a tip.Bruce Momjian2011-03-10
* Revert addition of third argument to format_type().Tom Lane2011-03-10
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-10
* Fix pg_dump's dump order for collations versus extensions.Tom Lane2011-03-06
* Convert createlang/droplang to use CREATE/DROP EXTENSION.Tom Lane2011-03-05
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-04
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* Further refine patch for commenting operator implementation functions.Tom Lane2011-03-03
* Add tab-completion for table name after JOIN.Heikki Linnakangas2011-03-03