aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Fix typmod interpretation for bit types. (It was erroneously assumed thatPeter Eisentraut2003-12-07
* Repair indexed bytea like operations, and related selectivityJoe Conway2003-12-07
* Guard against bug in Solaris' bsearch(), per Michael Wildpaner.Tom Lane2003-12-05
* Planner failed to be smart about binary-compatible expressions in pathkeysTom Lane2003-12-03
* netmask() and hostmask() functions should return maximum-length masklen,Tom Lane2003-12-01
* Force zero_damaged_pages to be effectively ON during recovery from WAL,Tom Lane2003-12-01
* Make PQescapeBytea and byteaout consistent with each other, andJoe Conway2003-11-30
* Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage.Tom Lane2003-11-26
* Repair subselect.c's occasional assignment of the wrong vartypmod toTom Lane2003-11-25
* Band-aid solution for problems with SubPlans used in hash join clauses,Tom Lane2003-11-25