OSDN Git Service

Replace strdup() with pstrdup(), to avoid leaking memory.
[pg-rex/syncrep.git] / src / bin /
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
2011-02-08 Simon RiggsExtend ALTER TABLE to allow Foreign Keys to be added...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-03 Magnus HaganderInclude more status information in walsender results
2011-01-31 Heikki LinnakangasFix typo
2011-01-30 Magnus HaganderAdd option to include WAL in base backup
2011-01-27 Heikki LinnakangasUpdate psql's \copyright to match the text we have...
2011-01-24 Peter EisentrautDocument the "S" option for psql's \dn command in the...
2011-01-24 Heikki LinnakangasFix typo in the psql \d query handling, so that we...
2011-01-24 Heikki LinnakangasSilence compiler warning about uninitialized variable...
2011-01-23 Magnus HaganderReorder includes to unbreak MSVC
2011-01-23 Heikki LinnakangasAdd 'directory' format to pg_dump. The new directory...
2011-01-23 Tom LaneFix another portability issue in pg_basebackup.
2011-01-23 Tom LaneAdd .gitignore file to silence complaints about pg_base...
2011-01-23 Tom LaneSuppress uninitialized-variable warning.
2011-01-23 Magnus HaganderUse pg_strcasecmp instead of strcasecmp for portability
2011-01-23 Magnus Haganderfilemode is parsed on win32 even if never used
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-22 Tom LaneSuppress possibly-uninitialized-variable warnings from...
2011-01-20 Robert HaasAdd new psql command \dL to list languages.
2011-01-14 Tom LaneCode review for postmaster.pid contents changes.
2011-01-08 Bruce MomjianFix pg_upgrade of large object permissions by preservin...
2011-01-08 Bruce MomjianForce pg_upgrade's to preserve pg_class.oid, not pg_cla...
2011-01-05 Bruce MomjianClarify pg_upgrade's creation of the map file structure...
2011-01-04 Itagaki TakahiroImprove psql tab completion for CREATE/ALTER ROLE ...
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Robert HaasFix pg_dump support for security labels on columns.
next