summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-30tag for beta4REL9_0_BETA4Marc G. Fournier
2010-07-29Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-29Update release notes for 9.0 beta 4. Back-patch some changes that were made ...Tom Lane
2010-07-29Clean up some inconsistencies in the volatility marking of various I/OTom Lane
2010-07-29Translation updates for 9.0beta4Peter Eisentraut
2010-07-29Fix indentation of verbatim block elementsPeter Eisentraut
2010-07-29Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane
2010-07-29Work around a documentation toolchain problem by replacing the "AIX-fixlevels"Tom Lane
2010-07-29Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas
2010-07-28Remove wildly obsolete type attribute externallength from chkpassPeter Eisentraut
2010-07-28Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMarkTom Lane
2010-07-28Fix potential failure when hashing the output of a subplan that producesTom Lane
2010-07-28Show psql timing output even in quiet modePeter Eisentraut
2010-07-27Fix typo in PL/pgsql code example.Robert Haas
2010-07-27Spelling fixesPeter Eisentraut
2010-07-27Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.Alvaro Herrera
2010-07-26Fix grammarPeter Eisentraut
2010-07-26Add table creation and population to examplePeter Eisentraut
2010-07-25Add INSERT statement to example so that it can be reproducedPeter Eisentraut
2010-07-25Adjust check_for_isn_and_int8_passing_mismatch() so it is called for allBruce Momjian
2010-07-25Prevent pg_upgrade from migrating databases that use reg* data typesBruce Momjian
2010-07-24Fix typoPeter Eisentraut
2010-07-24Tidy up boolean data type pagePeter Eisentraut
2010-07-23Add more checks against altering typed tablesPeter Eisentraut
2010-07-23Avoid deep recursion when assigning XIDs to multiple levels of subxacts.Robert Haas
2010-07-20Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian
2010-07-18Remove unnecessary "Not safe to send CSV data" complaint from elog.c's fallbackTom Lane
2010-07-18Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless ofTom Lane
2010-07-16Fix typo spotted by Thom Brown.Heikki Linnakangas
2010-07-16Add a paragraph explaining what restartpoints are. Mention thatHeikki Linnakangas
2010-07-14Use an <xref> for restore_command reference. Marko TiikkajaTom Lane
2010-07-14Fix several problems in pg_dump's handling of SQL/MED objects, notably failureTom Lane
2010-07-14Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane
2010-07-13Backpatch pg_upgrade fixes to 9.0:Bruce Momjian
2010-07-13Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas
2010-07-10Clarify that "psql -c" ignores psqlrc files.Robert Haas
2010-07-09Avoid an Assert failure in deconstruct_array() by making get_attstatsslot()Tom Lane
2010-07-09Fix ruleutils' get_variable() to print something useful for Vars referencingTom Lane
2010-07-09Properly report errno/out-of-disk-space error from pg_upgrade when inBruce Momjian
2010-07-09tag beta3REL9_0_BETA3Marc G. Fournier
2010-07-08Update release notes for 9.0 beta 3.Bruce Momjian
2010-07-08Some small changes for plperl.sgml:Peter Eisentraut
2010-07-08Translation updates for 9.0beta3Peter Eisentraut
2010-07-08Minor kibitzing on previous patch: no need to run check more than once.Tom Lane
2010-07-08Install safeguard against running PL/Python 2 and 3 in the same sessionPeter Eisentraut
2010-07-08Doc change: effected -> affected, per correction from Matthew WakelingBruce Momjian
2010-07-08Add a cross-reference to precedence information to CREATE OPERATOR'sTom Lane
2010-07-08Make the Windows tcp keepalive support depend on the existance of theMagnus Hagander
2010-07-08Update obsolete comment. Noted by Josh Tolley.Tom Lane
2010-07-08Fix variant float8 expected files to have exactly the expected spacing.Tom Lane