| Commit message (Expand) | Author | Age |
* | process_implied_equality must copy the substructure of the clauses it | Tom Lane | 2004-02-27 |
* | Replace opendir/closedir calls throughout the backend with AllocateDir | Tom Lane | 2004-02-23 |
* | Do a direct probe during postmaster startup to determine the maximum | Tom Lane | 2004-02-23 |
* | Implement a solution to the 'Turkish locale downcases I incorrectly' | Tom Lane | 2004-02-21 |
* | Repair optimization bug I introduced in a moment of brain fade back in | Tom Lane | 2004-02-13 |
* | Translation updates | Peter Eisentraut | 2004-02-12 |
* | Ensure that memcmp() does not run off the end of memory, per Kurt Roeckx. | Tom Lane | 2004-02-03 |
* | Avoid generating invalid character encoding sequences in make_greater_string. | Tom Lane | 2004-02-02 |
* | Fix text_position to not scan past end of source string in multibyte | Tom Lane | 2004-01-31 |
* | Fix oversight in check_ungrouped_columns optimization that avoids | Tom Lane | 2004-01-28 |
* | simplify_function() mustn't try to evaluate functions that return | Tom Lane | 2004-01-28 |
* | Repair incorrect order of operations in GetNewTransactionId(). We must | Tom Lane | 2004-01-26 |
* | Repair planner failure for cases involving Cartesian products inside | Tom Lane | 2004-01-24 |
* | Fix oversight in optimization that avoids an unnecessary projection step | Tom Lane | 2004-01-22 |
* | Back-patch repairs for --disable-shared support. | Tom Lane | 2004-01-21 |
* | Fix typo. | Peter Eisentraut | 2004-01-19 |
* | Don't use %s-with-precision format spec to truncate data being displayed | Tom Lane | 2004-01-18 |
* | Repair faulty plan generation in cases where we choose to implement an | Tom Lane | 2004-01-18 |
* | The no-updates-to-system-catalogs-unless-usecatupd restriction should | Tom Lane | 2004-01-14 |
* | Revert ill-starred change of 13-Feb-02: it appeared to fix a problem of | Tom Lane | 2004-01-14 |
* | Fix format string error. | Peter Eisentraut | 2004-01-13 |
* | Fix subquery pullup logic to not be fooled when a view that appears | Tom Lane | 2004-01-10 |
* | Translation updates | Peter Eisentraut | 2004-01-07 |
* | Fix discrepancy in prototypes for HPUX pg_dlerror. | Tom Lane | 2004-01-04 |
* | Avoid running out of memory during hash_create, by not passing a | Tom Lane | 2003-12-30 |
* | Fix broken IDENT support for FreeBSD (appears to have been broken by | Tom Lane | 2003-12-20 |
* | Forbid REVOKE on untrusted languages, and don't dump privileges of | Peter Eisentraut | 2003-12-19 |
* | Make to_hex() behave portably on negative input values (treat them as | Tom Lane | 2003-12-19 |
* | Use a shutdown callback to ensure proper clean up when rescanning | Joe Conway | 2003-12-19 |
* | Fix memory leak with SSL connections due to missing X509_free() calls. | Tom Lane | 2003-12-18 |
* | Use a shutdown callback to clear setArgsValid in a FuncExprState that is | Tom Lane | 2003-12-18 |
* | Ensure set-returning functions in the targetlist of a plan node will be | Tom Lane | 2003-12-18 |
* | information_schema.constraint_column_usage and key_column_usage should | Tom Lane | 2003-12-17 |
* | Fix DecodeInterval to handle '-0.1' sanely, per gripe from Tilo Schwarz. | Tom Lane | 2003-12-17 |
* | Reorder tests in parse_coerce so that ANY/ANYELEMENT/ANYARRAY coercion | Tom Lane | 2003-12-17 |
* | Repair planner failure when there are multiple IN clauses, each with | Tom Lane | 2003-12-17 |
* | Fix constraint_column_usage for foreign keys. | Peter Eisentraut | 2003-12-16 |
* | query_tree_mutator should copy RangeTblEntry nodes even when it's not | Tom Lane | 2003-12-09 |
* | Whole-row references were broken for subqueries and functions, because | Tom Lane | 2003-12-08 |
* | Remove test on c.relkind from check_constraints view; unnecessary and | Tom Lane | 2003-12-07 |
* | Fix typmod interpretation for bit types. (It was erroneously assumed that | Peter Eisentraut | 2003-12-07 |
* | Repair indexed bytea like operations, and related selectivity | Joe Conway | 2003-12-07 |
* | Guard against bug in Solaris' bsearch(), per Michael Wildpaner. | Tom Lane | 2003-12-05 |
* | Planner failed to be smart about binary-compatible expressions in pathkeys | Tom Lane | 2003-12-03 |
* | netmask() and hostmask() functions should return maximum-length masklen, | Tom Lane | 2003-12-01 |
* | Force zero_damaged_pages to be effectively ON during recovery from WAL, | Tom Lane | 2003-12-01 |
* | Make PQescapeBytea and byteaout consistent with each other, and | Joe Conway | 2003-11-30 |
* | Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage. | Tom Lane | 2003-11-26 |
* | Repair subselect.c's occasional assignment of the wrong vartypmod to | Tom Lane | 2003-11-25 |
* | Band-aid solution for problems with SubPlans used in hash join clauses, | Tom Lane | 2003-11-25 |