summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-22Add missing function prototype.Robert Haas
2010-07-22Add options to force quoting of all identifiers.Robert Haas
2010-07-22Centralize DML permissions-checking logic.Robert Haas
2010-07-20CVS test: please ignoreBruce Momjian
2010-07-20Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian
2010-07-20Add restart_after_crash GUC.Robert Haas
2010-07-20Change the default value of standard_conforming_strings to on.Robert Haas
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-18Simplify missing tablespace replay error hint message, but only in HEADBruce Momjian
2010-07-16Add a log_file_mode GUC that allows control of the file permissions set onTom Lane
2010-07-16Add support for dividing money by money (yielding a float8 result) and forTom Lane
2010-07-16Remove a sanity check in the exclusion-constraint code that prevented usersTom Lane
2010-07-16Remove duplicate code in DefineOpFamily().Tom Lane
2010-07-13Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,Tom Lane
2010-07-13Oops, in the previous fix to prevent a cursor that's being used in a FORHeikki Linnakangas
2010-07-12Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane
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-09Add a hook in ExecCheckRTPerms().Robert Haas
2010-07-08Translation updates for 9.0beta3Peter 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-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-06Support setting the keepalive idle time on MacOS X.Robert Haas
2010-07-06Undo pgindent breakage (again). Per buildfarm.Tom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
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-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
2010-07-02Move copydir.c from src/port to src/backend/storage/fileRobert Haas
2010-07-02Issue 'mkdir' hint when replying CREATE TABLESPACE in recovery mode.Bruce Momjian
2010-07-01Allow ALTER TABLE .. SET TABLESPACE to be interrupted.Robert Haas
2010-06-30stringToNode() and deparse_expression_pretty() crash on invalid input,Heikki Linnakangas
2010-06-29Add C comment about why synchronous_commit=off behavior can loseBruce Momjian
2010-06-29Message tuningPeter Eisentraut
2010-06-28emode_for_corrupt_record shouldn't reduce LOG messages to WARNING.Robert Haas
2010-06-25Fix log_temp_files docs and comments to say bytes not kilobytes.Simon Riggs
2010-06-24Add stray "else" that seems to have gone missing.Robert Haas
2010-06-22Deprecate the use of => as an operator name.Robert Haas
2010-06-21Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane
2010-06-17Clean up some randomness associated with trace_recovery_messages: don'tTom Lane