| Commit message (Expand) | Author | Age |
* | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane | 2008-09-15 |
* | Parse pg_hba.conf in postmaster, instead of once in each backend for | Magnus Hagander | 2008-09-15 |
* | Skip opfamily check in eclass_matches_any_index() when the index isn't a | Tom Lane | 2008-09-12 |
* | Tighten up to_date/to_timestamp so that they are more likely to reject | Tom Lane | 2008-09-11 |
* | Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) | Tom Lane | 2008-09-11 |
* | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera | 2008-09-11 |
* | Tweak newly added set_config_sourcefile() so that the target record | Tom Lane | 2008-09-10 |
* | Make our parsing of INTERVAL literals spec-compliant (or at least a heck of | Tom Lane | 2008-09-10 |
* | Add "source file" and "source line" information to each GUC variable. | Alvaro Herrera | 2008-09-10 |
* | Improve the plan cache invalidation mechanism to make it invalidate plans | Tom Lane | 2008-09-09 |
* | Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch | Tom Lane | 2008-09-08 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Support set-returning functions in the target lists of Agg and Group plan | Tom Lane | 2008-09-08 |
* | Reimplement text_position and related functions to use Boyer-Moore-Horspool | Tom Lane | 2008-09-07 |
* | Adjust psql's new \ef command to present an empty CREATE FUNCTION template | Tom Lane | 2008-09-06 |
* | Implement a psql command "\ef" to edit the definition of a function. | Tom Lane | 2008-09-06 |
* | Fix an oversight in the 8.2 patch that improved mergejoin performance by | Tom Lane | 2008-09-05 |
* | Code coverage testing with gcov. Documentation is in the regression test | Peter Eisentraut | 2008-09-05 |
* | Fix strategy propagation to scanEntry for partial match by moving propagation | Teodor Sigaev | 2008-09-04 |
* | If a loadable module has wrong values in its magic block, spell out | Tom Lane | 2008-09-03 |
* | Prevent memory leaks in our various bison parsers when an error occurs | Tom Lane | 2008-09-02 |
* | Add a bunch of new error location reports to parse-analysis error messages. | Tom Lane | 2008-09-01 |
* | HeapTupleHeaderAdjustCmax made the incorrect assumption that the raw | Heikki Linnakangas | 2008-09-01 |
* | Fix the raw-parsetree representation of star (as in SELECT * FROM or | Tom Lane | 2008-08-30 |
* | In GCC-based builds, use a better newNode() macro that relies on GCC-specific | Tom Lane | 2008-08-29 |
* | Suppress gcc warning about possibly-uninitialized variable. It's not | Tom Lane | 2008-08-29 |
* | Remove all traces that suggest that a non-Bison yacc might be supported, and | Peter Eisentraut | 2008-08-29 |
* | Extend the parser location infrastructure to include a location field in | Tom Lane | 2008-08-28 |
* | Teach eval_const_expressions() to simplify an ArrayCoerceExpr to a constant | Tom Lane | 2008-08-26 |
* | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 |
* | Get rid of the last remaining uses of var_is_rel(), to wit some debugging | Tom Lane | 2008-08-25 |
* | Unconditionally write the statsfile when SIGHUP is received, to minimize | Magnus Hagander | 2008-08-25 |
* | Update URL to Ross William's paper. | Alvaro Herrera | 2008-08-25 |
* | Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporary | Magnus Hagander | 2008-08-25 |
* | 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 |