summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-08-10Translation updatePeter Eisentraut
2004-07-25Change declared encodingPeter Eisentraut
2004-07-25New translationPeter Eisentraut
2004-07-17When renaming a column that participates in a foreign key, we mustTom Lane
2004-07-10Test HAVING condition before computing targetlist of an Aggregate node.Tom Lane
2004-07-06Fix broken logic for pretty-printing parenthesis-suppression in UNIONTom Lane
2004-07-02Translation updatePeter Eisentraut
2004-06-13Translation updatePeter Eisentraut
2004-06-13Suppress compile warnings on machines where the INT64CONST() decorationTom Lane
2004-06-10Translation updatesPeter Eisentraut
2004-06-10Translation updatesPeter Eisentraut
2004-06-10Translation updatePeter Eisentraut
2004-06-08Add missing check for too-few-inputs when replacing a zero-dimensionalTom Lane
2004-05-31I think I've finally identified the cause of the off-by-one-secondTom Lane
2004-05-29Translation updatePeter Eisentraut
2004-05-25Fix erroneous error message printout when a configuration file containsTom Lane
2004-05-22Reduce pg_listener lock taken by NOTIFY et al from AccessExclusiveLockTom Lane
2004-05-12Tighten up overflow check in path_recv, pursuant to code review inspiredTom Lane
2004-05-11Add tests to enlargeStringInfo() to avoid possible buffer-overrun orTom Lane
2004-05-11Fix oversights in processing of LIMIT expressions during planning.Tom Lane
2004-05-11Repair recalculation failure for nested sub-SELECTs, per bug report fromTom Lane
2004-05-07NATURAL CROSS JOIN is a contradiction in terms, not to mention disallowedTom Lane
2004-05-05Don't assume that struct timeval's tv_sec field is the same datatype asTom Lane
2004-04-24Ensure getaddrinfo_all returns null result on failure.Tom Lane
2004-04-18Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane
2004-04-07Still another place to make the world safe for zero-column tables.Tom Lane
2004-04-06Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.Tom Lane
2004-04-06ALTER SEQUENCE RESTART did the wrong thing if sequence last_value wasTom Lane
2004-03-13Repair memory leakage introduced into the non-hashed aggregate case byTom Lane
2004-03-05Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.Bruce Momjian
2004-03-02Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane
2004-02-29make_sort_from_pathkeys()'s method for choosing which of severalTom Lane
2004-02-27genericcostestimate() neglected to include qual startup cost inTom Lane
2004-02-27process_implied_equality must copy the substructure of the clauses itTom Lane
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-23Do a direct probe during postmaster startup to determine the maximumTom Lane
2004-02-21Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane
2004-02-13Repair optimization bug I introduced in a moment of brain fade back inTom Lane
2004-02-12Translation updatesPeter Eisentraut
2004-02-03Ensure that memcmp() does not run off the end of memory, per Kurt Roeckx.Tom Lane
2004-02-02Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane
2004-01-31Fix text_position to not scan past end of source string in multibyteTom Lane
2004-01-28Fix oversight in check_ungrouped_columns optimization that avoidsTom Lane
2004-01-28simplify_function() mustn't try to evaluate functions that returnTom Lane
2004-01-26Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane
2004-01-24Repair planner failure for cases involving Cartesian products insideTom Lane
2004-01-22Fix oversight in optimization that avoids an unnecessary projection stepTom Lane
2004-01-21Back-patch repairs for --disable-shared support.Tom Lane
2004-01-19Fix typo.Peter Eisentraut