| Commit message (Expand) | Author | Age | Files | Lines |
| * | HeapTupleHeaderAdjustCmax made the incorrect assumption that the raw | Heikki Linnakangas | 2008-09-01 | 1 | -2/+2 |
| * | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 | 11 | -88/+191 |
| * | In GCC-based builds, use a better newNode() macro that relies on GCC-specific | Tom Lane | 2008-08-29 | 1 | -1/+5 |
| * | Suppress gcc warning about possibly-uninitialized variable. It's not | Tom Lane | 2008-08-29 | 1 | -1/+2 |
| * | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 | 9 | -52/+33 |
| * | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 | 31 | -465/+1204 |
| * | Teach eval_const_expressions() to simplify an ArrayCoerceExpr to a constant | Tom Lane | 2008-08-26 | 1 | -1/+36 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 51 | -1864/+1825 |
| * | Get rid of the last remaining uses of var_is_rel(), to wit some debugging | Tom Lane | 2008-08-25 | 2 | -9/+11 |
| * | Unconditionally write the statsfile when SIGHUP is received, to minimize | Magnus Hagander | 2008-08-25 | 1 | -1/+4 |
| * | Update URL to Ross William's paper. | Alvaro Herrera | 2008-08-25 | 1 | -2/+2 |
| * | Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary | Magnus Hagander | 2008-08-25 | 3 | -6/+25 |
| * | Convert remaining builtin set-returning functions to use OUT parameters, making | Magnus Hagander | 2008-08-25 | 1 | -15/+5 |
| * | Add missing descriptions for aggregates, functions and conversions. | Bruce Momjian | 2008-08-23 | 1 | -1/+3 |
| * | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 | 2 | -90/+114 |
| * | Make "log_temp_files" super-user set only, like other logging options. | Bruce Momjian | 2008-08-22 | 1 | -2/+2 |
| * | Minor patch on pgbench | Bruce Momjian | 2008-08-22 | 1 | -3/+1 |
| * | Improve wording of error message when a postgresql.conf setting is | Bruce Momjian | 2008-08-22 | 2 | -8/+11 |
| * | Arrange to convert EXISTS subqueries that are equivalent to hashable IN | Tom Lane | 2008-08-22 | 14 | -307/+807 |
| * | Marginal improvement in sublink planning: allow unknownEqFalse optimization | Tom Lane | 2008-08-20 | 1 | -8/+18 |
| * | Fix obsolete comment. It's no longer the case that Param nodes don't | Tom Lane | 2008-08-20 | 1 | -9/+4 |
| * | Cause the output from debug_print_parse, debug_print_rewritten, and | Tom Lane | 2008-08-19 | 4 | -16/+16 |
| * | Add some defenses against constant-FALSE outer join conditions. Since | Tom Lane | 2008-08-17 | 1 | -15/+64 |
| * | Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery | Tom Lane | 2008-08-17 | 1 | -9/+1 |
| * | Improve sublink pullup code to handle ANY/EXISTS sublinks that are at top | Tom Lane | 2008-08-17 | 4 | -101/+319 |
| * | Clean up the loose ends in selectivity estimation left by my patch for semi | Tom Lane | 2008-08-16 | 6 | -449/+661 |
| * | Performance fix for new anti-join code in nodeMergejoin.c: after finding a | Tom Lane | 2008-08-15 | 3 | -59/+62 |
| * | Make the temporary directory for pgstat files configurable by the GUC | Magnus Hagander | 2008-08-15 | 3 | -9/+48 |
| * | Fix pull_up_simple_union_all to copy all rtable entries from child subquery to | Heikki Linnakangas | 2008-08-14 | 2 | -31/+58 |
| * | Implement SEMI and ANTI joins in the planner and executor. (Semijoins replace | Tom Lane | 2008-08-14 | 28 | -1108/+1980 |
| * | Have autovacuum consider processing TOAST tables separately from their | Alvaro Herrera | 2008-08-13 | 3 | -139/+170 |
| * | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 | 20 | -386/+623 |
| * | Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a | Tom Lane | 2008-08-10 | 2 | -4/+14 |
| * | Install checks in executor startup to ensure that the tuples produced by an | Tom Lane | 2008-08-08 | 1 | -1/+88 |
| * | Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any | Tom Lane | 2008-08-07 | 6 | -152/+269 |
| * | Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries. | Tom Lane | 2008-08-07 | 6 | -176/+547 |
| * | Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, | Tom Lane | 2008-08-07 | 12 | -187/+418 |
| * | Do not allow Unique nodes to be scanned backwards. The code claimed that it | Tom Lane | 2008-08-05 | 2 | -17/+15 |
| * | Department of second thoughts: fix newly-added code in planner.c to make real | Tom Lane | 2008-08-05 | 1 | -8/+30 |
| * | In ReadOrZeroBuffer (and related entry points), don't bother to call | Tom Lane | 2008-08-05 | 1 | -20/+23 |
| * | Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp. | Magnus Hagander | 2008-08-05 | 1 | -22/+38 |
| * | Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq, | Tom Lane | 2008-08-05 | 4 | -82/+346 |
| * | Improve CREATE/DROP/RENAME DATABASE so that when failing because the source | Tom Lane | 2008-08-04 | 2 | -34/+68 |
| * | Make GROUP BY work properly for datatypes that only support hashing and not | Tom Lane | 2008-08-03 | 3 | -58/+112 |
| * | Tighten up the sanity checks in TypeCreate(): pass-by-value types must have | Tom Lane | 2008-08-03 | 1 | -7/+64 |
| * | Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items | Tom Lane | 2008-08-02 | 24 | -763/+664 |
| * | Add a few more DTrace probes to the backend. | Alvaro Herrera | 2008-08-01 | 16 | -41/+231 |
| * | Rearrange the code in auth.c so that all functions for a single authentication | Magnus Hagander | 2008-08-01 | 1 | -381/+449 |
| * | Move ident authentication code into auth.c along with the other authenciation | Magnus Hagander | 2008-08-01 | 2 | -459/+466 |
| * | Fix parser so that we don't modify the user-written ORDER BY list in order | Tom Lane | 2008-07-31 | 5 | -113/+160 |