aboutsummaryrefslogtreecommitdiff
path: root/src/bin
Commit message (Expand)AuthorAge
* 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
* Mark operator implementation functions as such in their comments.Tom Lane2011-03-03
* Dump the COLLATABLE attribute in CREATE TYPEPeter Eisentraut2011-03-01
* Fix verbose display of REPLICATION role attributeMagnus Hagander2011-02-27
* More psql tab-completion for new commands.Itagaki Takahiro2011-02-24
* Add tab-completion for CREATE UNLOGGED TABLE in psql,Itagaki Takahiro2011-02-24
* Make the second words lowercase in psql's \d titles for unlogged tables.Itagaki Takahiro2011-02-23
* Set psql client encoding from locale by defaultPeter Eisentraut2011-02-19
* Create the catalog infrastructure for foreign-data-wrapper handlers.Tom Lane2011-02-19
* Fix parallel pg_restore to handle comments on POST_DATA items correctly.Tom Lane2011-02-18
* Also process psqlrc when running psql -lPeter Eisentraut2011-02-16
* pg_ctl promoteRobert Haas2011-02-15
* Fix corner case for binary upgrade: extension functions in pg_catalog.Tom Lane2011-02-15
* Rearrange extension-related views as per recent discussion.Tom Lane2011-02-14
* Add version-sensitive SQL for psql when constraints NOT VALIDSimon Riggs2011-02-15
* DDL support for collationsPeter Eisentraut2011-02-12
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Allow tab-completion of :variable even as first word on a line.Robert Haas2011-02-11
* Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane2011-02-10
* Use NOWAIT when including WAL in base backupMagnus Hagander2011-02-10
* Fix pg_upgrade to handle extensions.Tom Lane2011-02-09
* Rethink order of operations for dumping extension member objects.Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs2011-02-08
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-08
* Include more status information in walsender resultsMagnus Hagander2011-02-03
* Fix typoHeikki Linnakangas2011-01-31
* Add option to include WAL in base backupMagnus Hagander2011-01-30
* Update psql's \copyright to match the text we have in the COPYRIGHT file.Heikki Linnakangas2011-01-27
* Document the "S" option for psql's \dn command in the psql helpPeter Eisentraut2011-01-25
* Fix typo in the psql \d query handling, so that we use the correct queryHeikki Linnakangas2011-01-24
* Silence compiler warning about uninitialized variable, noted byHeikki Linnakangas2011-01-24
* Reorder includes to unbreak MSVCMagnus Hagander2011-01-23
* Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas2011-01-23
* Fix another portability issue in pg_basebackup.Tom Lane2011-01-23
* Add .gitignore file to silence complaints about pg_basebackup.Tom Lane2011-01-23
* Suppress uninitialized-variable warning.Tom Lane2011-01-23
* Use pg_strcasecmp instead of strcasecmp for portabilityMagnus Hagander2011-01-23
* filemode is parsed on win32 even if never usedMagnus Hagander2011-01-23
* Add pg_basebackup tool for streaming base backupsMagnus Hagander2011-01-23
* Suppress possibly-uninitialized-variable warnings from gcc 4.5.Tom Lane2011-01-22
* Add new psql command \dL to list languages.Robert Haas2011-01-20