]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
2011-08-07 Peter EisentrautRemove whitespace from end of lines
2011-08-07 Peter EisentrautRename "Example" sections to "Examples" in dblink chapter
2011-08-07 Peter EisentrautFix a whitespace issue with the man pages
2011-08-06 Tom LaneClean up ill-advised attempt to invent a private set...
2011-08-06 Tom LaneFix thinko in documentation of local_preload_libraries.
2011-08-06 Tom LaneReduce PG_SYSLOG_LIMIT to 900 bytes.
2011-08-04 Bruce MomjianFix markup for recent wal_level clarification.
2011-08-04 Bruce MomjianIn documentaiton, clarify which commands have reduced...
2011-08-02 Tom LaneMove CheckRecoveryConflictDeadlock() call to a safer...
2011-08-02 Tom LaneFix incorrect initialization of ProcGlobal->startupBuff...
2011-08-02 Heikki LinnakangasAvoid integer overflow when LIMIT + OFFSET >= 2^63.
2011-07-31 Peter EisentrautAdd host name resolution information to pg_hba.conf...
2011-07-30 Bruce MomjianFix pg_update to properly test for the data directory...
2011-07-28 Tom LaneFix pg_restore's direct-to-database mode for standard_c...
2011-07-27 Peter EisentrautMinor message style adjustment
2011-07-27 Robert HaasFix typo.
2011-07-26 Peter EisentrautAdd missing newlines at end of error messages
2011-07-26 Robert HaasClarify which relkinds accept column comments.
2011-07-26 Andrew DunstanDon't build replacement getpeereid function on mingw.
2011-07-25 Robert HaasImprovements to SQL/MED documentation.
2011-07-25 Tom LaneFix previous patch so it also works if not USE_SSL...
2011-07-24 Tom LaneImprove libpq's error reporting for SSL failures.
2011-07-24 Tom LaneUse OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
2011-07-24 Bruce MomjianIn pg_upgrade on Windows, check if the directory is...
2011-07-23 Andrew DunstanUnbreak Windows builds broken by EDITOR_LINENUMBER_ARG...
2011-07-23 Peter EisentrautChange EDITOR_LINENUMBER_SWITCH to an environment variable
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
2011-07-22 Robert HaasUnbreak unlogged tables.
2011-07-21 Tom LaneFix PQsetvalue() to avoid possible crash when adding...
2011-07-20 Bruce MomjianIn pg_upgrade, fix the -l/log option to work on Windows.
2011-07-20 Robert HaasImprove sepgsql and SECURITY LABEL documentation.
2011-07-20 Robert HaasMinor improvement to pg_seclabel documentation.
2011-07-19 Peter EisentrautFix typo
2011-07-19 Peter EisentrautChange debug message from ereport to elog
2011-07-18 Michael MeskesAdapted expected result for latest change to ecpglib.
next