]> granicus.if.org Git - postgresql/shortlog
postgresql
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.
2011-07-18 Michael MeskesMade ecpglib write double with a precision of 15 digits.
2011-07-18 Peter EisentrautRemove claim that the project is not represented in...
2011-07-18 Peter EisentrautNote that information_schema.sql_languages was removed...
2011-07-16 Tom LaneReplace errdetail("%s", ...) with errdetail_internal...
2011-07-16 Tom LaneUse errdetail_internal() for SSI transaction cancellati...
2011-07-16 Tom LaneAdd an errdetail_internal() ereport auxiliary routine.
2011-07-16 Magnus HaganderFix SSPI login when multiple roundtrips are required
2011-07-15 Heikki LinnakangasFix two ancient bugs in GiST code to re-find a parent...
2011-07-14 Tom LaneIn planner, don't assume that empty parent tables aren...
2011-07-14 Peter EisentrautSmall update on suggested startup file locations
2011-07-14 Peter EisentrautRemove README.mb.big5 and README.mb.jp
2011-07-12 Peter EisentrautMark collation-related information schema columns as...
2011-07-12 Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-07-08 Tom LaneFix another oversight in logging of changes in postgres...
2011-07-08 Heikki LinnakangasFix one overflow and one signedness error, caused by...
2011-07-08 Peter EisentrautAdd item about Clang support to 9.1 release notes
2011-07-08 Peter EisentrautMessage style improvements
2011-07-08 Tom LaneTag 9.1beta3. REL9_1_BETA3
2011-07-07 Tom LaneUpdate examples for string-related functions.
2011-07-07 Tom LaneUpdate 9.1 release notes to reflect commits through...
2011-07-07 Heikki LinnakangasThere's a small window wherein a transaction is committ...
2011-07-07 Heikki LinnakangasSSI has a race condition, where the order of commit...
2011-07-07 Peter EisentrautFix use of unportable %m format
2011-07-07 Tom LaneReclassify replication-related GUC variables as "master...
2011-07-07 Robert HaasAdjust OLDSERXID_MAX_PAGE based on BLCKSZ.
2011-07-07 Tom LaneFinish disabling reduced-lock-levels-for-DDL feature.
2011-07-07 Heikki LinnakangasFix a bug with SSI and prepared transactions:
2011-07-06 Tom LaneRemove assumptions that not-equals operators cannot...
2011-07-05 Tom LaneMake the file_fdw validator check that a filename optio...
2011-07-05 Tom LaneCall FDW validator functions even when the options...
2011-07-05 Peter EisentrautMessage style improvements of errmsg_internal() calls
2011-07-05 Tom LaneRestructure foreign data wrapper chapter so it has...
2011-07-05 Peter EisentrautPostgres -> PostgreSQL in error message
2011-07-05 Tom LaneImprove documentation about foreign data wrapper valida...
2011-07-05 Tom LaneFix psql's counting of script file line numbers during...
2011-07-05 Magnus HaganderFix typo in sslmode documentation
2011-07-04 Peter EisentrautMessage style tweaks
2011-07-04 Peter EisentrautSmall documentation tweaks
2011-07-04 Heikki LinnakangasClarify that you need ActiveState perl 5.8 *or later...
2011-07-04 Andrew DunstanBack-patch Fix bat file quoting of %ENV from commit...
2011-07-04 Simon RiggsAlter test results to comply with new ALTER TABLE behav...
2011-07-04 Simon RiggsReset ALTER TABLE lock levels to AccessExclusiveLock...
2011-07-04 Tom LaneFix omissions in documentation of the pg_roles view.
2011-07-03 Tom LanePut comments on the installable procedural languages.
2011-07-03 Robert HaasFix bugs in relpersistence handling during table creation.
2011-07-03 Tom LaneMake distprep and *clean build targets recurse into...
2011-07-02 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-07-02 Peter EisentrautAdd some strings that were not marked for translation
2011-07-02 Bruce MomjianIn pg_upgrade 9.0 and 9.1, document suggestion of using...
2011-06-29 Tom LaneRestore correct btree preprocessing of "indexedcol...
2011-06-29 Heikki LinnakangasMove the PredicateLockRelation() call from nodeSeqscan...
2011-06-29 Heikki LinnakangasGrab predicate locks on matching tuples in a lossy...
2011-06-29 Magnus HaganderProtect pg_stat_reset_shared() against NULL input
2011-06-27 Simon RiggsReduce impact of btree page reuse on Hot Standby by...
2011-06-27 Robert HaasMention that SSPI authentication can use GSSAPI on...
2011-06-25 Joe ConwayAsync dblink functions require a named connection,...
next