aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Ensure getaddrinfo_all returns null result on failure.Tom Lane2004-04-24
* Tweak findTargetlistEntry so that bare names occurring in GROUP BY clausesTom Lane2004-04-18
* Still another place to make the world safe for zero-column tables.Tom Lane2004-04-07
* Support FULL JOIN with no join clauses, such as X FULL JOIN Y ON TRUE.Tom Lane2004-04-06
* ALTER SEQUENCE RESTART did the wrong thing if sequence last_value wasTom Lane2004-04-06
* Repair memory leakage introduced into the non-hashed aggregate case byTom Lane2004-03-13
* Fix log_executor_stats for non-multi queries. Backpatch to 7.4.X.Bruce Momjian2004-03-05
* Junkfilter logic to force a projection step during SELECT INTO was tooTom Lane2004-03-02
* make_sort_from_pathkeys()'s method for choosing which of severalTom Lane2004-02-29
* genericcostestimate() neglected to include qual startup cost inTom Lane2004-02-27
* process_implied_equality must copy the substructure of the clauses itTom Lane2004-02-27
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Do a direct probe during postmaster startup to determine the maximumTom Lane2004-02-23
* Implement a solution to the 'Turkish locale downcases I incorrectly'Tom Lane2004-02-21
* Repair optimization bug I introduced in a moment of brain fade back inTom Lane2004-02-13
* Translation updatesPeter Eisentraut2004-02-12
* Ensure that memcmp() does not run off the end of memory, per Kurt Roeckx.Tom Lane2004-02-03
* Avoid generating invalid character encoding sequences in make_greater_string.Tom Lane2004-02-02
* Fix text_position to not scan past end of source string in multibyteTom Lane2004-01-31
* Fix oversight in check_ungrouped_columns optimization that avoidsTom Lane2004-01-28
* simplify_function() mustn't try to evaluate functions that returnTom Lane2004-01-28
* Repair incorrect order of operations in GetNewTransactionId(). We mustTom Lane2004-01-26
* Repair planner failure for cases involving Cartesian products insideTom Lane2004-01-24
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-22
* Back-patch repairs for --disable-shared support.Tom Lane2004-01-21
* Fix typo.Peter Eisentraut2004-01-19
* Don't use %s-with-precision format spec to truncate data being displayedTom Lane2004-01-18
* Repair faulty plan generation in cases where we choose to implement anTom Lane2004-01-18
* The no-updates-to-system-catalogs-unless-usecatupd restriction shouldTom Lane2004-01-14
* Revert ill-starred change of 13-Feb-02: it appeared to fix a problem ofTom Lane2004-01-14
* Fix format string error.Peter Eisentraut2004-01-13
* Fix subquery pullup logic to not be fooled when a view that appearsTom Lane2004-01-10
* Translation updatesPeter Eisentraut2004-01-07
* Fix discrepancy in prototypes for HPUX pg_dlerror.Tom Lane2004-01-04
* Avoid running out of memory during hash_create, by not passing aTom Lane2003-12-30
* Fix broken IDENT support for FreeBSD (appears to have been broken byTom Lane2003-12-20
* Forbid REVOKE on untrusted languages, and don't dump privileges ofPeter Eisentraut2003-12-19
* Make to_hex() behave portably on negative input values (treat them asTom Lane2003-12-19
* Use a shutdown callback to ensure proper clean up when rescanningJoe Conway2003-12-19
* Fix memory leak with SSL connections due to missing X509_free() calls.Tom Lane2003-12-18
* Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane2003-12-18
* Ensure set-returning functions in the targetlist of a plan node will beTom Lane2003-12-18
* information_schema.constraint_column_usage and key_column_usage shouldTom Lane2003-12-17
* Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz.Tom Lane2003-12-17
* Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercionTom Lane2003-12-17
* Repair planner failure when there are multiple IN clauses, each withTom Lane2003-12-17
* Fix constraint_column_usage for foreign keys.Peter Eisentraut2003-12-16
* query_tree_mutator should copy RangeTblEntry nodes even when it's notTom Lane2003-12-09
* Whole-row references were broken for subqueries and functions, becauseTom Lane2003-12-08
* Remove test on c.relkind from check_constraints view; unnecessary andTom Lane2003-12-07