| Commit message (Expand) | Author | Age |
* | Convert remaining builtin set-returning functions to use OUT parameters, making | Magnus Hagander | 2008-08-25 |
* | Add missing descriptions for aggregates, functions and conversions. | Bruce Momjian | 2008-08-23 |
* | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 |
* | Make "log_temp_files" super-user set only, like other logging options. | Bruce Momjian | 2008-08-22 |
* | Minor patch on pgbench | Bruce Momjian | 2008-08-22 |
* | Improve wording of error message when a postgresql.conf setting is | Bruce Momjian | 2008-08-22 |
* | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 |
* | Marginal improvement in sublink planning: allow unknownEqFalse optimization | Tom Lane | 2008-08-20 |
* | Fix obsolete comment. It's no longer the case that Param nodes don't | Tom Lane | 2008-08-20 |
* | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane | 2008-08-19 |
* | Add some defenses against constant-FALSE outer join conditions. Since | Tom Lane | 2008-08-17 |
* | Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery | Tom Lane | 2008-08-17 |
* | Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top | Tom Lane | 2008-08-17 |
* | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane | 2008-08-16 |
* | Performance fix for new anti-join code in nodeMergejoin.c: after finding a | Tom Lane | 2008-08-15 |
* | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander | 2008-08-15 |
* | Fix pull_up_simple_union_all to copy all rtable entries from child subquery to | Heikki Linnakangas | 2008-08-14 |
* | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 |
* | Have autovacuum consider processing TOAST tables separately from their | Alvaro Herrera | 2008-08-13 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a | Tom Lane | 2008-08-10 |
* | Install checks in executor startup to ensure that the tuples produced by an | Tom Lane | 2008-08-08 |
* | Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any | Tom Lane | 2008-08-07 |
* | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane | 2008-08-07 |
* | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 |
* | Do not allow Unique nodes to be scanned backwards. The code claimed that it | Tom Lane | 2008-08-05 |
* | Department of second thoughts: fix newly-added code in planner.c to make real | Tom Lane | 2008-08-05 |
* | In ReadOrZeroBuffer (and related entry points), don't bother to call | Tom Lane | 2008-08-05 |
* | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander | 2008-08-05 |
* | Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, | Tom Lane | 2008-08-05 |
* | Improve CREATE/DROP/RENAME DATABASE so that when failing because the source | Tom Lane | 2008-08-04 |
* | Make GROUP BY work properly for datatypes that only support hashing and not | Tom Lane | 2008-08-03 |
* | Tighten up the sanity checks in TypeCreate(): pass-by-value types must have | Tom Lane | 2008-08-03 |
* | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 |
* | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 |
* | Rearrange the code in auth.c so that all functions for a single authentication | Magnus Hagander | 2008-08-01 |
* | Move ident authentication code into auth.c along with the other authenciation | Magnus Hagander | 2008-08-01 |
* | Fix parser so that we don't modify the user-written ORDER BY list in order | Tom Lane | 2008-07-31 |
* | Require superuser privilege to create base types (but not composites, enums, | Tom Lane | 2008-07-31 |
* | Allow I/O conversion casts to be applied to or from any type that is a member | Tom Lane | 2008-07-30 |
* | Flip the default typispreferred setting from true to false. This affects | Tom Lane | 2008-07-30 |
* | Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType() | Tom Lane | 2008-07-30 |
* | As noted by Andrew Gierth, there's really no need any more to force a junk | Tom Lane | 2008-07-26 |
* | Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. | Tom Lane | 2008-07-24 |
* | Remove some redundant tests and improve comments in next_token(). | Tom Lane | 2008-07-24 |
* | Ratchet up patch to improve autovacuum wraparound messages. | Alvaro Herrera | 2008-07-23 |
* | Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in | Tom Lane | 2008-07-23 |
* | Publish more openly the fact that autovacuum is working for wraparound | Alvaro Herrera | 2008-07-21 |
* | Add comment about the two different query strings that ExecuteQuery() | Tom Lane | 2008-07-21 |
* | Code review for array_fill patch: fix inadequate check for array size overflow | Tom Lane | 2008-07-21 |