summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2011-07-20Improve sepgsql and SECURITY LABEL documentation.Robert Haas
2011-07-20Minor improvement to pg_seclabel documentation.Robert Haas
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-19Minor doc additions for cascading replication.Simon Riggs
2011-07-19Introduce sending servers as new category for replication paramsSimon Riggs
2011-07-19Fix typoPeter Eisentraut
2011-07-19Put inline declaration before return typePeter 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-18Remove claim that the project is not represented in the SQL working groupPeter Eisentraut
2011-07-18Note that information_schema.sql_languages was removed in SQL:2008Peter Eisentraut
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-15Doc clarification for pg_locks columns.Bruce Momjian
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 docs, start window function sentence with "The asterisk (*)" ratherBruce Momjian
2011-07-14In planner, don't assume that empty parent tables aren't really empty.Tom Lane
2011-07-14Fix broken markupAlvaro Herrera
2011-07-14Set information_schema.routines.is_udt_dependent to NOPeter Eisentraut
2011-07-14Small update on suggested startup file locationsPeter Eisentraut
2011-07-14Remove README.mb.big5 and README.mb.jpPeter 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-13Use clearer woring for pg_locks columns, identifying which items areBruce Momjian
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-12Make pg_upgrade output more consistent with project stylePeter Eisentraut
2011-07-12Add C comment that txid_current() assigns an XID if one is not alreadyBruce Momjian