aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Change hash indexes to store only the hash code rather than the whole indexedTom Lane2008-09-15
* Parse pg_hba.conf in postmaster, instead of once in each backend forMagnus Hagander2008-09-15
* Skip opfamily check in eclass_matches_any_index() when the index isn't aTom Lane2008-09-12
* Tighten up to_date/to_timestamp so that they are more likely to rejectTom Lane2008-09-11
* Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n)Tom Lane2008-09-11
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* Tweak newly added set_config_sourcefile() so that the target recordTom Lane2008-09-10
* Make our parsing of INTERVAL literals spec-compliant (or at least a heck ofTom Lane2008-09-10
* Add "source file" and "source line" information to each GUC variable.Alvaro Herrera2008-09-10
* Improve the plan cache invalidation mechanism to make it invalidate plansTom Lane2008-09-09
* Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patchTom Lane2008-09-08
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-08
* Support set-returning functions in the target lists of Agg and Group planTom Lane2008-09-08
* Reimplement text_position and related functions to use Boyer-Moore-HorspoolTom Lane2008-09-07
* Adjust psql's new \ef command to present an empty CREATE FUNCTION templateTom Lane2008-09-06
* Implement a psql command "\ef" to edit the definition of a function.Tom Lane2008-09-06
* Fix an oversight in the 8.2 patch that improved mergejoin performance byTom Lane2008-09-05
* Code coverage testing with gcov. Documentation is in the regression testPeter Eisentraut2008-09-05
* Fix strategy propagation to scanEntry for partial match by moving propagationTeodor Sigaev2008-09-04
* If a loadable module has wrong values in its magic block, spell outTom Lane2008-09-03
* Prevent memory leaks in our various bison parsers when an error occursTom Lane2008-09-02
* Add a bunch of new error location reports to parse-analysis error messages.Tom Lane2008-09-01
* HeapTupleHeaderAdjustCmax made the incorrect assumption that the rawHeikki Linnakangas2008-09-01
* Fix the raw-parsetree representation of star (as in SELECT * FROM orTom Lane2008-08-30
* In GCC-based builds, use a better newNode() macro that relies on GCC-specificTom Lane2008-08-29
* Suppress gcc warning about possibly-uninitialized variable. It's notTom Lane2008-08-29
* Remove all traces that suggest that a non-Bison yacc might be supported, andPeter Eisentraut2008-08-29
* Extend the parser location infrastructure to include a location field inTom Lane2008-08-28
* Teach eval_const_expressions() to simplify an ArrayCoerceExpr to a constantTom Lane2008-08-26
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Get rid of the last remaining uses of var_is_rel(), to wit some debuggingTom Lane2008-08-25
* Unconditionally write the statsfile when SIGHUP is received, to minimizeMagnus Hagander2008-08-25
* Update URL to Ross William's paper.Alvaro Herrera2008-08-25
* Make stats_temp_directory PGC_SIGHUP, and document how it may cause a temporaryMagnus Hagander2008-08-25
* Convert remaining builtin set-returning functions to use OUT parameters, makingMagnus Hagander2008-08-25
* Add missing descriptions for aggregates, functions and conversions.Bruce Momjian2008-08-23
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Make "log_temp_files" super-user set only, like other logging options.Bruce Momjian2008-08-22
* Minor patch on pgbenchBruce Momjian2008-08-22
* Improve wording of error message when a postgresql.conf setting isBruce Momjian2008-08-22
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-22
* Marginal improvement in sublink planning: allow unknownEqFalse optimizationTom Lane2008-08-20
* Fix obsolete comment. It's no longer the case that Param nodes don'tTom Lane2008-08-20
* Cause the output from debug_print_parse, debug_print_rewritten, andTom Lane2008-08-19
* Add some defenses against constant-FALSE outer join conditions. SinceTom Lane2008-08-17
* Remove prohibition against SubLinks in the WHERE clause of an EXISTS subqueryTom Lane2008-08-17
* Improve sublink pullup code to handle ANY/EXISTS sublinks that are at topTom Lane2008-08-17
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-16
* Performance fix for new anti-join code in nodeMergejoin.c: after finding aTom Lane2008-08-15
* Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander2008-08-15