OSDN Git Service

Async dblink functions require a named connection, and therefore should
[pg-rex/syncrep.git] / src / bin /
2011-06-17 Tom LaneObtain table locks as soon as practical during pg_dump.
2011-06-15 Tom LaneFix oversights in pg_basebackup's -z (compression)...
2011-06-14 Peter EisentrautAllow psql \d tab completion to complete all relation...
2011-06-12 Robert HaasTab completion improvements for COMMENT.
2011-06-09 Peter EisentrautTranslation updates for 9.1beta2
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-06-09 Magnus HaganderUse the correct eventlog severity for error
2011-06-09 Magnus HaganderSupport silent mode for service registrations on win32
2011-06-08 Peter EisentrautReorder pg_ctl promote after pg_ctl status
2011-06-08 Alvaro HerreraRevert psql bits to display NOT VALID for FKs
2011-06-01 Tom LaneFurther improvements in pg_ctl's new wait-for-postmaste...
2011-05-30 Peter EisentrautSuppress foreign data wrappers and foreign servers...
2011-05-30 Alvaro HerreraMake message more consistent
2011-05-29 Peter EisentrautAdd pg_basebackup -z option for compression with defaul...
2011-05-28 Peter EisentrautAllow pg_basebackup compressed tar output to stdout
2011-05-28 Peter EisentrautAvoid compiler warning when building without zlib
2011-05-27 Tom LaneImprove corner cases in pg_ctl's new wait-for-postmaste...
2011-05-25 Tom LaneSuppress extensions in partial dumps.
2011-05-25 Peter EisentrautPut options in some sensible order
2011-05-24 Peter EisentrautMessage improvements
2011-05-23 Peter EisentrautMessage style improvements
2011-05-22 Peter EisentrautMessage style improvements
2011-05-21 Peter EisentrautMessage improvement
2011-05-21 Heikki LinnakangasIn binary-upgrade mode, dump dropped attributes of...
2011-05-19 Peter EisentrautRename pg_dump --no-security-label to --no-security...
2011-05-19 Magnus HaganderAdd example for replication in pg_hba.conf
2011-05-16 Tom LaneFix pg_dump's handling of extension-member casts and...
2011-05-13 Robert HaasMore cleanup of FOREIGN TABLE permissions handling.
2011-05-10 Bruce MomjianFor create/dropdb, only connect once to the server...
2011-05-10 Tom LaneBe more wary in initdb's creation of platform-dependent...
2011-05-04 Peter EisentrautRemove redundant port number check
2011-05-04 Peter EisentrautMessage style cleanup
2011-05-04 Peter EisentrautFix alignment of --help output
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-27 Peter EisentrautFix binary upgrade of altered typed tables
2011-04-27 Magnus Hagandertimeline is not needed in BaseBackup()
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-20 Heikki LinnakangasQuotes in strings injected into bki file need to escape...
2011-04-17 Tom LaneFix assorted infelicities in collation handling in...
2011-04-17 Tom LaneFix pg_dump to handle collations applied to columns...
2011-04-15 Tom LaneSuppress unused-function warning on non-WIN32 builds.
2011-04-15 Heikki Linnakangassetlocale() on Windows doesn't work correctly if the...
2011-04-15 Heikki LinnakangasOn Windows, if the encoding implied by locale is not...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Peter EisentrautAdd collation support on Windows (MSVC build)
2011-04-09 Tom LaneDon't show unusable collations in psql's \dO command.
2011-04-08 Robert HaasMake psql use pg_table_size instead of pg_relation_size...
2011-04-08 Tom LaneModify initdb to complain only when no usable system...
2011-04-08 Bruce MomjianHave pg_upgrade properly preserve relfrozenxid in toast...
2011-04-07 Tom LaneFix SortTocFromFile() to cope with lines that are too...
2011-04-07 Bruce MomjianPreserve pg_largeobject_metadata.relfrozenxid in pg_upg...
2011-04-01 Robert HaasTab completion for COMMENT ON FOREIGN DATA WRAPPER...
2011-04-01 Robert Haaspg_dump support for comments on FOREIGN DATA WRAPPER...
2011-03-27 Greg Starkfix up a couple non-prototypes of the form foo() to...
2011-03-22 Tom LaneMake initdb ignore locales for client-only encodings.
2011-03-20 Tom LaneFix up handling of C/POSIX collations.
2011-03-19 Magnus HaganderRename ident authentication over local connections...
2011-03-19 Magnus HaganderProperly clear the verbose output of pg_basebackup
2011-03-19 Robert HaasWoops. Previous patch to remove -X options missed...
2011-03-18 Robert HaasRemove ancient -X options to pg_dump, pg_dumpall, pg_re...
2011-03-16 Robert HaasTab completion for \pset format and \pset linestyle.
2011-03-15 Bruce MomjianAdd database comments to template0 and postgres databas...
2011-03-14 Magnus HaganderRemove special case allowing parameters to ident auth...
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-11 Bruce MomjianChange "TIP" to "HINT" to match backend message style...
2011-03-11 Bruce MomjianRemove pg_dump -X options that are only in 9.1 and...
2011-03-11 Bruce MomjianAdd C comment that new new pg_dump -X options are to...
2011-03-11 Bruce MomjianWhen a smart pg_ctl shutdown fails, mention -m fast...
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-10 Itagaki TakahiroCleanup copyright years and file names in the header...
2011-03-06 Tom LaneFix pg_dump's dump order for collations versus extensions.
2011-03-05 Tom LaneConvert createlang/droplang to use CREATE/DROP EXTENSION.
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-03-03 Tom LaneFurther refine patch for commenting operator implementa...
2011-03-03 Heikki LinnakangasAdd tab-completion for table name after JOIN.
2011-03-03 Tom LaneMark operator implementation functions as such in their...
2011-03-01 Peter EisentrautDump the COLLATABLE attribute in CREATE TYPE
2011-02-27 Magnus HaganderFix verbose display of REPLICATION role attribute
2011-02-24 Itagaki TakahiroMore psql tab-completion for new commands.
2011-02-24 Itagaki TakahiroAdd tab-completion for CREATE UNLOGGED TABLE in psql,
2011-02-23 Itagaki TakahiroMake the second words lowercase in psql's \d titles...
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-02-19 Tom LaneCreate the catalog infrastructure for foreign-data...
2011-02-18 Tom LaneFix parallel pg_restore to handle comments on POST_DATA...
2011-02-16 Peter EisentrautAlso process psqlrc when running psql -l
2011-02-16 Robert Haaspg_ctl promote
2011-02-15 Tom LaneFix corner case for binary upgrade: extension functions...
2011-02-15 Tom LaneRearrange extension-related views as per recent discussion.
2011-02-15 Simon RiggsAdd version-sensitive SQL for psql when constraints...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-11 Robert HaasAllow tab-completion of :variable even as first word...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-10 Magnus HaganderUse NOWAIT when including WAL in base backup
2011-02-10 Tom LaneFix pg_upgrade to handle extensions.
2011-02-09 Tom LaneRethink order of operations for dumping extension membe...
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
next