]> granicus.if.org Git - postgresql/shortlog
postgresql
2011-09-07 Bruce MomjianAllow bcc32 and win32 batch files to compile libpq.
2011-09-07 Bruce MomjianIn pg_upgrade, disallow migration of 8.3 clusters using...
2011-09-07 Tom LaneFix typo in error message.
2011-09-07 Tom LaneFix get_name_for_var_field() to deal with RECORD Params.
2011-09-07 Bruce MomjianRevert documentation patch about NEW/OLD and triggers.
2011-09-07 Bruce MomjianProperly document the existance of OLD/NEW trigger...
2011-09-06 Bruce MomjianFix spelling mistake in pgpass documentation change.
2011-09-06 Bruce MomjianAdd documentation suggestion about adding a comment...
2011-09-06 Bruce MomjianFix plpgsql "PERFORM" markup.
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in SJIS2...
2011-09-06 Tom LaneAvoid possibly accessing off the end of memory in exami...
2011-09-06 Bruce MomjianDocument PERFORM limitation when using WITH queries.
2011-09-06 Tom LaneAdd an "incompatibility" entry to 9.1 release notes...
2011-09-06 Tom LaneUpdate type-conversion documentation for long-ago changes.
2011-09-06 Bruce MomjianProperly document semphore requirements by accounting...
2011-09-06 Bruce MomjianAdd documentation link to strftime supported options.
2011-09-05 Alvaro HerreraAdjust translator comment format to xgettext expectations
2011-09-05 Alvaro HerreraMark some untranslatable messages with errmsg_internal
2011-09-05 Bruce MomjianAdd mention that UTC really means UT1.
2011-09-05 Tom LaneUpdate time zone data files to tzdata release 2011i.
2011-09-05 Bruce MomjianDocument that contrib/pgtrgm only processes ASCII alpha...
2011-09-05 Tom LaneGuard against using plperl's Makefile without specifyin...
2011-09-04 Tom LaneFix #include problems in 9.1 branch.
2011-09-03 Tom LaneFix typo in pg_srand48 (srand48 in older branches).
2011-09-02 Michael MeskesFix brace indentation of commit 5ad0e899f08136a00f56bf2...
2011-09-01 Heikki LinnakangasRemove spurious comma. Spotted by Tom.
2011-09-01 Heikki Linnakangaslibpq compiles various pgport files like ecpg does...
2011-09-01 Michael MeskesIn ecpglib restore LC_NUMERIC in case of an error.
2011-09-01 Heikki LinnakangasFix MinGW build, broken by my previous patch to add...
2011-09-01 Heikki Linnakangassetlocale() on Windows doesn't work correctly if the...
2011-09-01 Heikki LinnakangasMove the line to undefine setlocale() macro on Win32...
2011-09-01 Tom LaneFurther repair of eqjoinsel ndistinct-clamping logic.
2011-09-01 Bruce MomjianFix pg_upgrade to preserve toast relfrozenxids for...
2011-08-31 Tom LaneImprove eqjoinsel's ndistinct clamping to work for...
2011-08-31 Heikki LinnakangasThe replication status values in pg_stat_replication...
2011-08-30 Tom LaneFix not-backwards-compatible pg_upgrade test for prepar...
2011-08-30 Tom LaneFix a missed case in code for "moving average" estimate...
2011-08-29 Tom LaneFix concat_ws() to not insert a separator after leading...
2011-08-29 Tom LaneActually, all of parallel restore's limitations should...
2011-08-29 Tom LaneBe more user-friendly about unsupported cases for paral...
2011-08-27 Tom LaneDon't assume that "E" response to NEGOTIATE_SSL_CODE...
2011-08-27 Tom LaneEnsure we discard unread/unsent data when abandoning...
2011-08-27 Peter EisentrautSpelling improvement
2011-08-26 Tom LaneFix potential memory clobber in tsvector_concat().
2011-08-26 Bruce MomjianIn pg_upgrade, limit schema name filter to include...
2011-08-25 Alvaro HerreraAdd expected isolationtester output when prepared xacts...
2011-08-25 Tom LaneFix psql lexer to avoid use of backtracking.
2011-08-25 Robert HaasProperly quote SQL/MED generic options in pg_dump output.
2011-08-25 Robert HaasRevert "Tweak postgresql.conf.sample's comments on...
2011-08-25 Robert HaasTweak postgresql.conf.sample's comments on listen_addre...
2011-08-25 Robert HaasAdjust CREATE DOMAIN example for standard_conforming_st...
2011-08-25 Tom LaneFix pgstatindex() to give consistent results for empty...
2011-08-24 Tom LaneFix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB...
2011-08-24 Peter EisentrautBuild src/ before contrib/ in make world
2011-08-24 Tom LaneAvoid locale dependency in expected output.
2011-08-24 Tom LaneFix multiple bugs in extension dropping.
2011-08-24 Tom LaneMake CREATE EXTENSION check schema creation permissions.
2011-08-23 Tom LaneFix overoptimistic assumptions in column width estimati...
2011-08-23 Heikki LinnakangasAdd recovery.conf to the index in the user manual.
2011-08-22 Tom LaneFix handling of extension membership when filling in...
2011-08-21 Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-08-20 Tom LaneFix performance problem when building a lossy tidbitmap.
2011-08-19 Robert HaasFix contrib/sepgsql and contrib/xml2 to always link...
2011-08-19 Robert HaasAllow sepgsql regression tests to be run from a user...
2011-08-18 Tom LaneTag 9.1rc1. REL9_1_RC1
2011-08-18 Tom LaneExplain max_prepared_transactions requirement in isolat...
2011-08-18 Heikki LinnakangasReport libpq errors correctly if session setup or teard...
2011-08-18 Heikki LinnakangasAdd an SSI regression test that tests all interesting...
2011-08-18 Heikki LinnakangasStrip whitespace from SQL blocks in the isolation test...
2011-08-18 Peter EisentrautImprove detection of Python 3.2 installations
2011-08-18 Peter EisentrautChange PyInit_plpy to external linkage
2011-08-18 Tom LaneUpdate 9.1 release notes to reflect commits through...
2011-08-17 Tom LaneFix two issues in plpython's handling of composite...
2011-08-17 Andrew DunstanProperly handle empty arrays returned from plperl funct...
2011-08-17 Peter EisentrautTranslation updates
2011-08-17 Magnus HaganderAdjust wording now that estimated size can increase
2011-08-17 Heikki LinnakangasIf backup-end record is not seen, and we reach end...
2011-08-17 Peter EisentrautMove \r out of translatable strings
2011-08-17 Peter EisentrautMacOS -> Mac OS
2011-08-16 Tom LaneForget about targeting catalog cache invalidations...
2011-08-16 Tom LaneFix incorrect order of operations during sinval reset...
2011-08-16 Tom LanePreserve toast value OIDs in toast-swap-by-content...
2011-08-16 Tom LaneFix race condition in relcache init file invalidation.
2011-08-16 Magnus HaganderAdjust total size in pg_basebackup progress report...
2011-08-16 Peter EisentrautMake pg_basebackup progress report translatable
2011-08-16 Peter EisentrautUse less cryptic variable names
2011-08-16 Bruce MomjianIn pg_upgrade, avoid dumping orphaned temporary tables...
2011-08-15 Peter EisentrautAdjust regression tests for error message change
2011-08-15 Peter EisentrautAdd "Reason code" prefix to internal SSI error messages
2011-08-14 Tom LaneFix unsafe order of operations in foreign-table DDL...
2011-08-14 Peter EisentrautMessage style improvements
2011-08-14 Peter EisentrautFix typo
2011-08-13 Tom LaneFix incorrect timeout handling during initial authentic...
2011-08-11 Bruce MomjianAdd major features list and introductory text for 9...
2011-08-11 Robert HaasUnbreak legacy syntax "COMMENT ON RULE x IS y", with...
2011-08-10 Tom LaneBack-patch assorted latch-related fixes.
2011-08-09 Tom LaneMeasure WaitLatch's timeout parameter in milliseconds...
2011-08-09 Tom LaneDocumentation improvement and minor code cleanups for...
2011-08-09 Tom LaneFix nested PlaceHolderVar expressions that appear only...
2011-08-07 Peter EisentrautAdd "Compatibility" section to ALTER EXTENSION referenc...
next