summaryrefslogtreecommitdiff
path: root/src
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-29Clean up some inconsistencies in the volatility marking of various I/OTom Lane
2010-07-29Translation updates for 9.0beta4Peter Eisentraut
2010-07-29Fix another longstanding problem in copy_relation_data: it was blithelyTom Lane
2010-07-29Fix possible page corruption by ALTER TABLE .. SET TABLESPACE.Robert Haas
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-27Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.Alvaro Herrera
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-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-13Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas
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-09tag beta3REL9_0_BETA3Marc G. Fournier
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-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
2010-07-08Add support for TCP keepalives on Windows, both for backend and the newMagnus Hagander
2010-07-08Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane
2010-07-07Adjust mbutils.c so it won't get broken by future pgindent runs.Tom Lane
2010-07-06Make log_temp_files based on kB, and revert docs & comments to match.Robert Haas
2010-07-06Accept slightly grotty coding in Makefile.global in order to keep the -LTom Lane
2010-07-06Support setting the keepalive idle time on MacOS X.Robert Haas
2010-07-06Undo pgindent breakage (again). Per buildfarm.Tom Lane
2010-07-06Mention why one C file fails pgindent.Bruce Momjian
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-06Update pgindent testing instructions.Bruce Momjian
2010-07-06Still more third thoughts: when linking shared libraries, LDFLAGS probablyTom Lane
2010-07-06Allow for LDFLAGS_SL already having a value in Makefile.aix.Tom Lane
2010-07-05Dept. of third thoughts: PG_LIBS may contain a -L switch, so it had betterTom Lane
2010-07-05Make sure LDFLAGS come before LIBS when linking contrib programs.Tom Lane
2010-07-05Fix a few single-file (MODULES, not MODULE_big) contrib makefiles that wereTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-07-04Simplify test_fsync duration computation.Bruce Momjian
2010-07-04Report test_fynsc times in tests per second, instead of total seconds.Bruce Momjian
2010-07-03Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogusTom Lane
2010-07-03Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensibleTom Lane
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-07-03Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas