summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2011-04-17Fix assorted infelicities in collation handling in psql's describe.c.Tom Lane
2011-04-17Fix pg_dump to handle collations applied to columns of composite types.Tom Lane
2011-04-15Suppress unused-function warning on non-WIN32 builds.Tom Lane
2011-04-15setlocale() on Windows doesn't work correctly if the locale name containsHeikki Linnakangas
2011-04-15On Windows, if the encoding implied by locale is not allowed as aHeikki Linnakangas
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-09Add collation support on Windows (MSVC build)Peter Eisentraut
2011-04-09Don't show unusable collations in psql's \dO command.Tom Lane
2011-04-08Make psql use pg_table_size instead of pg_relation_size on 9.0+ servers.Robert Haas
2011-04-08Modify initdb to complain only when no usable system locales are found.Tom Lane
2011-04-08Have pg_upgrade properly preserve relfrozenxid in toast tables.Bruce Momjian
2011-04-07Fix SortTocFromFile() to cope with lines that are too long for its buffer.Tom Lane
2011-04-07Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.Bruce Momjian
2011-04-01Tab completion for COMMENT ON FOREIGN DATA WRAPPER / SERVER.Robert Haas
2011-04-01pg_dump support for comments on FOREIGN DATA WRAPPER and SERVER objects.Robert Haas
2011-03-27fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...Greg Stark
2011-03-22Make initdb ignore locales for client-only encodings.Tom Lane
2011-03-20Fix up handling of C/POSIX collations.Tom Lane
2011-03-19Rename ident authentication over local connections to peerMagnus Hagander
2011-03-19Properly clear the verbose output of pg_basebackupMagnus Hagander
2011-03-19Woops. Previous patch to remove -X options missed getopt_long calls().Robert Haas
2011-03-18Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.Robert Haas
2011-03-16Tab completion for \pset format and \pset linestyle.Robert Haas
2011-03-15Add database comments to template0 and postgres databases, and improveBruce Momjian
2011-03-14Remove special case allowing parameters to ident auth for initdbMagnus Hagander
2011-03-11Create an explicit concept of collations that work for any encoding.Tom Lane
2011-03-11Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fastBruce Momjian
2011-03-11Remove pg_dump -X options that are only in 9.1 and not needed forBruce Momjian
2011-03-11Add C comment that new new pg_dump -X options are to be created.Bruce Momjian
2011-03-11When a smart pg_ctl shutdown fails, mention -m fast as a tip.Bruce Momjian
2011-03-10Revert addition of third argument to format_type().Tom Lane
2011-03-10Cleanup copyright years and file names in the header comments of some files.Itagaki Takahiro
2011-03-06Fix pg_dump's dump order for collations versus extensions.Tom Lane
2011-03-05Convert createlang/droplang to use CREATE/DROP EXTENSION.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-03-04Allow non-superusers to create (some) extensions.Tom Lane
2011-03-03Further refine patch for commenting operator implementation functions.Tom Lane
2011-03-03Add tab-completion for table name after JOIN.Heikki Linnakangas
2011-03-03Mark operator implementation functions as such in their comments.Tom Lane
2011-03-01Dump the COLLATABLE attribute in CREATE TYPEPeter Eisentraut
2011-02-27Fix verbose display of REPLICATION role attributeMagnus Hagander
2011-02-24More psql tab-completion for new commands.Itagaki Takahiro
2011-02-24Add tab-completion for CREATE UNLOGGED TABLE in psql,Itagaki Takahiro
2011-02-23Make the second words lowercase in psql's \d titles for unlogged tables.Itagaki Takahiro
2011-02-19Set psql client encoding from locale by defaultPeter Eisentraut
2011-02-19Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane
2011-02-18Fix parallel pg_restore to handle comments on POST_DATA items correctly.Tom Lane
2011-02-16Also process psqlrc when running psql -lPeter Eisentraut
2011-02-16pg_ctl promoteRobert Haas