]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-07-18  Michael MeskesMade ecpglib write double with a precision of 15 digits.
2011-07-18  Robert HaasCreate a "fast path" for acquiring weak relation locks.
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-18  Robert HaasAdd pg_opfamily_is_visible.
2011-07-17  Tom LaneFurther thoughts about temp_file_limit patch.
2011-07-17  Tom LaneAdd temp_file_limit GUC parameter to constrain temporar...
2011-07-16  Tom LaneImprove make_subplanTargetList to avoid including Vars...
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  Alvaro HerreraSet different deadlock_timeout on each session in new...
2011-07-15  Peter EisentrautSet information_schema.tables.commit_action to null
2011-07-15  Bruce MomjianDoc clarification for pg_locks columns.
2011-07-15  Heikki LinnakangasChange the way the offset of downlink is stored in...
2011-07-15  Heikki LinnakangasFix two ancient bugs in GiST code to re-find a parent...
2011-07-14  Bruce MomjianIn docs, start window function sentence with "The aster...
2011-07-14  Tom LaneIn planner, don't assume that empty parent tables aren...
2011-07-14  Alvaro HerreraFix broken markup
2011-07-14  Peter EisentrautSet information_schema.routines.is_udt_dependent to NO
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-14  Tom LaneUpdate some comments to clarify who does what in target...
2011-07-13  Peter EisentrautImplement information schema interval_type columns
2011-07-13  Bruce MomjianUse clearer woring for pg_locks columns, identifying...
2011-07-13  Alvaro HerreraBlind attempt at fixing isolation_tester on Win32
2011-07-12  Tom LaneAvoid listing ungrouped Vars in the targetlist of Agg...
2011-07-12  Alvaro HerreraAdd support for blocked commands in isolationtester
2011-07-12  Magnus Haganderperltidy run over msvc build system
2011-07-12  Peter EisentrautMake pg_upgrade output more consistent with project...
2011-07-12  Bruce MomjianAdd C comment that txid_current() assigns an XID if...
2011-07-11  Peter EisentrautFix and clarify information schema interval_precision...
2011-07-11  Andrew DunstanImprove wording of documentation on default privileges.
2011-07-09  Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-07-08  Tom LaneFix another oversight in logging of changes in postgres...
2011-07-08  Heikki LinnakangasIntroduce a pipe between postmaster and each backend...
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-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-07  Andrew DunstanFix comments over eagerly c&p'd.
2011-07-06  Andrew DunstanReimplement pgbison and pgflex as perl scripts instead...
2011-07-06  Tom LaneRemove assumptions that not-equals operators cannot...
2011-07-06  Robert HaasAdd \ir command to psql.
2011-07-06  Robert HaasAttempt to standardize formatting of psql queries.
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  Peter EisentrautSet user_defined_types.data_type to null
2011-07-04  Heikki LinnakangasClarify that you need ActiveState perl 5.8 *or later...
2011-07-04  Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-07-04  Alvaro HerreraDon't try to use a constraint name as domain name
2011-07-04  Peter EisentrautRemove unused variable to silence compiler warning
2011-07-04  Tom LaneRemove missed reference to SilentMode.
2011-07-04  Heikki LinnakangasRemove silent_mode. You get the same functionality...
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-03  Andrew DunstanFix bat file quoting of %ENV.
2011-07-03  Magnus HaganderMark pg_stat_reset_shared as strict
2011-07-02  Tom LaneSuppress compiler warning about potentially uninitializ...
2011-07-01  Bruce MomjianIn the pg_upgrade docs, move 50432 port mention to...
2011-07-01  Bruce MomjianChange pg_upgrade to use port 50432 by default to avoid...
2011-06-30  Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-06-29  Alvaro HerreraFix outdated comment
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-29  Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-06-28  Simon RiggsIntroduce compact WAL record for the common case of...
2011-06-28  Alvaro HerreraRemove rel.h from objectaddress.h; only relcache.h...
2011-06-28  Alvaro HerreraModernise pg_hba.conf token processing
2011-06-28  Peter EisentrautImplement the collation columns of various information...
2011-06-28  Peter EisentrautAdd composite-type attributes to information_schema...
2011-06-28  Robert HaasAdd a missing_ok argument to get_object_address().
2011-06-27  Simon RiggsReduce impact of btree page reuse on Hot Standby by...
2011-06-27  Robert HaasAllow callers to pass a missing_ok flag when opening...
2011-06-27  Robert HaasTry again to make the visibility map crash safe.
2011-06-27  Robert HaasMention that SSPI authentication can use GSSAPI on...
2011-06-27  Robert HaasAvoid having two copies of the HOT-chain search logic.
next