summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
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
2011-02-15Fix corner case for binary upgrade: extension functions in pg_catalog.Tom Lane
2011-02-15Rearrange extension-related views as per recent discussion.Tom Lane
2011-02-15Add version-sensitive SQL for psql when constraints NOT VALIDSimon Riggs
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-12Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane
2011-02-11Allow tab-completion of :variable even as first word on a line.Robert Haas
2011-02-10Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane
2011-02-10Use NOWAIT when including WAL in base backupMagnus Hagander
2011-02-10Fix pg_upgrade to handle extensions.Tom Lane
2011-02-09Rethink order of operations for dumping extension member objects.Tom Lane
2011-02-08Core support for "extensions", which are packages of SQL objects.Tom Lane
2011-02-08Per-column collation supportPeter Eisentraut
2011-02-08Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.Simon Riggs
2011-02-07Implement genuine serializable isolation level.Heikki Linnakangas
2011-02-03Include more status information in walsender resultsMagnus Hagander
2011-01-31Fix typoHeikki Linnakangas
2011-01-30Add option to include WAL in base backupMagnus Hagander
2011-01-27Update psql's \copyright to match the text we have in the COPYRIGHT file.Heikki Linnakangas
2011-01-24Document the "S" option for psql's \dn command in the psql helpPeter Eisentraut
2011-01-24Fix typo in the psql \d query handling, so that we use the correct queryHeikki Linnakangas
2011-01-24Silence compiler warning about uninitialized variable, noted byHeikki Linnakangas
2011-01-23Reorder includes to unbreak MSVCMagnus Hagander
2011-01-23Add 'directory' format to pg_dump. The new directory format is compatibleHeikki Linnakangas
2011-01-23Fix another portability issue in pg_basebackup.Tom Lane
2011-01-23Add .gitignore file to silence complaints about pg_basebackup.Tom Lane
2011-01-23Suppress uninitialized-variable warning.Tom Lane
2011-01-23Use pg_strcasecmp instead of strcasecmp for portabilityMagnus Hagander
2011-01-23filemode is parsed on win32 even if never usedMagnus Hagander
2011-01-23Add pg_basebackup tool for streaming base backupsMagnus Hagander
2011-01-22Suppress possibly-uninitialized-variable warnings from gcc 4.5.Tom Lane
2011-01-20Add new psql command \dL to list languages.Robert Haas
2011-01-14Code review for postmaster.pid contents changes.Tom Lane