summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2011-07-19Make isolationtester more robust on locked commandsAlvaro Herrera
2011-07-19Increase deadlock_timeout to 100ms in FK isolation testsAlvaro Herrera
2011-07-19Add expected regress output on stricter isolation levelsAlvaro Herrera
2011-07-19Remove O(N^2) performance issue with multiple SAVEPOINTs.Simon Riggs
2011-07-19Some refinement for the "fast path" lock patch.Robert Haas
2011-07-19Remove superfluous variable.Robert Haas
2011-07-19Introduce sending servers as new category for replication paramsSimon Riggs
2011-07-19Fix typoPeter Eisentraut
2011-07-19Change debug message from ereport to elogPeter Eisentraut
2011-07-19Cascading replication feature for streaming log-based replication.Simon Riggs
2011-07-18Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info.Tom Lane
2011-07-18Adapted expected result for latest change to ecpglib.Michael Meskes
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-07-18Made ecpglib write double with a precision of 15 digits.Michael Meskes
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-07-18Add pg_opfamily_is_visible.Robert Haas
2011-07-17Further thoughts about temp_file_limit patch.Tom Lane
2011-07-17Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane
2011-07-16Improve make_subplanTargetList to avoid including Vars unnecessarily.Tom Lane
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-16Use errdetail_internal() for SSI transaction cancellation details.Tom Lane
2011-07-16Add an errdetail_internal() ereport auxiliary routine.Tom Lane
2011-07-16Fix SSPI login when multiple roundtrips are requiredMagnus Hagander
2011-07-15Set different deadlock_timeout on each session in new isolation testsAlvaro Herrera
2011-07-15Set information_schema.tables.commit_action to nullPeter Eisentraut
2011-07-15Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas
2011-07-15Fix two ancient bugs in GiST code to re-find a parent after page split:Heikki Linnakangas
2011-07-14In planner, don't assume that empty parent tables aren't really empty.Tom Lane
2011-07-14Set information_schema.routines.is_udt_dependent to NOPeter Eisentraut
2011-07-14Update some comments to clarify who does what in targetlist creation.Tom Lane
2011-07-13Implement information schema interval_type columnsPeter Eisentraut
2011-07-13Blind attempt at fixing isolation_tester on Win32Alvaro Herrera
2011-07-12Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane
2011-07-12Add support for blocked commands in isolationtesterAlvaro Herrera
2011-07-12perltidy run over msvc build systemMagnus Hagander
2011-07-12Add C comment that txid_current() assigns an XID if one is not alreadyBruce Momjian
2011-07-11Fix and clarify information schema interval_precision fieldsPeter Eisentraut
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-07-08Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane
2011-07-08Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas
2011-07-08Fix one overflow and one signedness error, caused by the patch to calculateHeikki Linnakangas
2011-07-08Message style improvementsPeter Eisentraut
2011-07-07There's a small window wherein a transaction is committed but not yetHeikki Linnakangas
2011-07-07SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas
2011-07-07Reclassify replication-related GUC variables as "master" and "standby".Tom Lane
2011-07-07Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.Robert Haas
2011-07-07Finish disabling reduced-lock-levels-for-DDL feature.Tom Lane
2011-07-07Fix a bug with SSI and prepared transactions:Heikki Linnakangas