]> granicus.if.org Git - postgresql/shortlog
postgresql
2011-07-20 Bruce MomjianIn pg_upgrade, fix the -l/log option to work on Windows.
2011-07-20 Bruce MomjianIn pg_upgrade, use pg_strudup(), for consistency.
2011-07-20 Robert HaasSupport SECURITY LABEL on databases, tablespaces, and...
2011-07-20 Tom LaneRewrite libxml error handling to be more robust.
2011-07-20 Robert HaasImprove sepgsql and SECURITY LABEL documentation.
2011-07-20 Robert HaasMinor improvement to pg_seclabel documentation.
2011-07-19 Alvaro HerreraMake isolationtester more robust on locked commands
2011-07-19 Alvaro HerreraIncrease deadlock_timeout to 100ms in FK isolation...
2011-07-19 Alvaro HerreraAdd expected regress output on stricter isolation levels
2011-07-19 Simon RiggsRemove O(N^2) performance issue with multiple SAVEPOINTs.
2011-07-19 Robert HaasSome refinement for the "fast path" lock patch.
2011-07-19 Robert HaasRemove superfluous variable.
2011-07-19 Simon RiggsMinor doc additions for cascading replication.
2011-07-19 Simon RiggsIntroduce sending servers as new category for replicati...
2011-07-19 Peter EisentrautFix typo
2011-07-19 Peter EisentrautPut inline declaration before return type
2011-07-19 Peter EisentrautChange debug message from ereport to elog
2011-07-19 Simon RiggsCascading replication feature for streaming log-based...
2011-07-18 Tom LaneAdd GET STACKED DIAGNOSTICS plpgsql command to retrieve...
2011-07-18 Michael MeskesAdapted expected result for latest change to ecpglib.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
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
next