summaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane2011-04-071-5/+24
* Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.Bruce Momjian2011-04-071-4/+49
* Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.Robert Haas2011-04-011-2/+16
* pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas2011-04-011-0/+10
* fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...Greg Stark2011-03-271-2/+2
* Make initdb ignore locales for client-only encodings.Tom Lane2011-03-221-0/+2
* Fix up handling of C/POSIX collations.Tom Lane2011-03-201-9/+9
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-191-0/+19
* Properly clear the verbose output of pg_basebackupMagnus Hagander2011-03-191-6/+19
* Woops. Previous patch to remove -X options missed getopt_long calls().Robert Haas2011-03-183-3/+3
* Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.Robert Haas2011-03-183-72/+2
* Tab completion for \pset format and \pset linestyle.Robert Haas2011-03-161-0/+18
* Add database comments to template0 and postgres databases, and improveBruce Momjian2011-03-151-0/+3
* Remove special case allowing parameters to ident auth for initdbMagnus Hagander2011-03-141-1/+0
* Create an explicit concept of collations that work for any encoding.Tom Lane2011-03-111-1/+1
* Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fastBruce Momjian2011-03-111-2/+2
* Remove pg_dump -X options that are only in 9.1 and not needed forBruce Momjian2011-03-101-4/+0
* Add C comment that new new pg_dump -X options are to be created.Bruce Momjian2011-03-101-1/+4
* When a smart pg_ctl shutdown fails, mention -m fast as a tip.Bruce Momjian2011-03-101-0/+6
* Revert addition of third argument to format_type().Tom Lane2011-03-104-14/+80
* Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro2011-03-101-1/+1
* Fix pg_dump's dump order for collations versus extensions.Tom Lane2011-03-061-28/+28
* Convert createlang/droplang to use CREATE/DROP EXTENSION.Tom Lane2011-03-052-157/+15
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-042-14/+32
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-041-1/+15
* Further refine patch for commenting operator implementation functions.Tom Lane2011-03-031-0/+13
* Add tab-completion for table name after JOIN.Heikki Linnakangas2011-03-031-0/+4
* Mark operator implementation functions as such in their comments.Tom Lane2011-03-031-4/+17
* Dump the COLLATABLE attribute in CREATE TYPEPeter Eisentraut2011-03-011-1/+34
* Fix verbose display of REPLICATION role attributeMagnus Hagander2011-02-271-1/+1
* More psql tab-completion for new commands.Itagaki Takahiro2011-02-241-12/+46
* Add tab-completion for CREATE UNLOGGED TABLE in psql,Itagaki Takahiro2011-02-241-51/+35
* Make the second words lowercase in psql's \d titles for unlogged tables.Itagaki Takahiro2011-02-231-2/+2
* Set psql client encoding from locale by defaultPeter Eisentraut2011-02-192-6/+10
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-193-15/+42
* Fix parallel pg_restore to handle comments on POST_DATA items correctly.Tom Lane2011-02-181-15/+50
* Also process psqlrc when running psql -lPeter Eisentraut2011-02-161-1/+5
* pg_ctl promoteRobert Haas2011-02-151-2/+72
* Fix corner case for binary upgrade: extension functions in pg_catalog.Tom Lane2011-02-151-9/+38
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-141-1/+1
* Add version-sensitive SQL for psql when constraints NOT VALIDSimon Riggs2011-02-151-1/+1
* DDL support for collationsPeter Eisentraut2011-02-1211-12/+302
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-112-9/+3
* Allow tab-completion of :variable even as first word on a line.Robert Haas2011-02-111-11/+11