]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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,...
2011-06-24  Robert HaasDocumentation improvements for pg_locks with respect...
2011-06-23  Bruce MomjianIn pg_upgrade docs, clarify that link mode uses "hard...
2011-06-23  Tom LaneUndo overly enthusiastic de-const-ification.
2011-06-23  Bruce MomjianIn pg_upgrade, check that the binary and data directori...
2011-06-22  Bruce MomjianAdjust pg_upgrade check for pg_upgrade_support to happe...
2011-06-22  Bruce MomjianFix pg_upgrade status message capitalization mistake.
2011-06-22  Tom LaneAdd missing -I switch for VPATH builds.
2011-06-22  Tom LaneFix symlink for errcodes.h so it works in VPATH builds...
2011-06-22  Heikki LinnakangasRemove pointless const qualifiers from function argumen...
2011-06-22  Robert HaasPerformance tuning advice for SSI.
2011-06-21  Tom LaneMinor editing for README-SSI.
2011-06-21  Peter EisentrautMessage style and spelling improvements
2011-06-21  Tom LaneApply upstream fix for blowfish signed-character bug...
2011-06-21  Heikki LinnakangasAdjust the alternative expected output file for prepare...
2011-06-21  Heikki LinnakangasFix bug in PreCommit_CheckForSerializationFailure....
2011-06-21  Heikki LinnakangasFix bug introduced by recent SSI patch to merge ROLLED_...
2011-06-20  Tom LaneFix missed use of "cp -i" in an example, per Fujii...
2011-06-20  Tom LaneFix thinko in previous patch for optimizing EXISTS...
2011-06-19  Peter EisentrautProduce HISTORY file consistently as ASCII
2011-06-19  Tom LaneFix thinko in previous patch to always update pg_class...
2011-06-18  Peter EisentrautCapitalization fixes
2011-06-17  Tom LaneDon't use "cp -i" in the example WAL archive_command.
2011-06-17  Tom LaneObtain table locks as soon as practical during pg_dump.
2011-06-17  Robert HaasAdd overflow checks to int4 and int8 versions of genera...
2011-06-17  Robert HaasFix crash in CREATE UNLOGGED TABLE.
2011-06-17  Robert HaasFix typo.
2011-06-16  Heikki LinnakangasUpdate README-SSI. Add a section to describe the "dange...
2011-06-16  Alvaro HerreraFix typo
2011-06-16  Tom LaneRemove another no-longer-needed inclusion of predicate.h.
2011-06-16  Heikki Linnakangaspgindent run of recent SSI changes. Also, remove an...
2011-06-16  Simon RiggsRespect Hot Standby controls while recycling btree...
2011-06-16  Tom LaneUse single quotes in preference to double quotes for...
next