aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Tweak bison build rules so that we get the same error messages fromTom Lane2003-01-31
* Allow a time zone to be specified (and silently ignored) in the inputTom Lane2003-01-31
* SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returnedTom Lane2003-01-29
* Tweak ArrayCount() to forestall possible access to temp[-1]. ProblemTom Lane2003-01-29
* Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane2003-01-29
* Fix array subscript overruns identified by Yichen Xie.Tom Lane2003-01-29
* Extend join-selectivity API (oprjoin interface) so that join type isTom Lane2003-01-28
* Convert variable name to canonical spelling before checking for matchesTom Lane2003-01-28
* Revert off setting mention for client_min_messages.Bruce Momjian2003-01-28
* Revert optimizer page count change.Bruce Momjian2003-01-28
* Set log_min_error_messages to the proper and agreed-upon default, PANIC (off).Bruce Momjian2003-01-27
* Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane2003-01-27
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-27
* Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; atBruce Momjian2003-01-26
* Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane2003-01-25
* Where available, use utime() or utimes() to update the file mod timeTom Lane2003-01-25
* Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment,Tom Lane2003-01-25
* Suppress gcc warnings.Tom Lane2003-01-24
* Modify planner's implied-equality-deduction code so that when a setTom Lane2003-01-24
* Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut2003-01-23
* Fix obsolete error message (isImmutable doesn't exist).Tom Lane2003-01-23
* Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,Tom Lane2003-01-23
* Fix sloppy comment.Tom Lane2003-01-22
* Make estimation of mergejoin scan selectivities more robust, per recentTom Lane2003-01-22
* Improve print_expr() a little. It's still not very bright though.Tom Lane2003-01-22
* Implement choice between hash-based and sort-based grouping for doingTom Lane2003-01-22
* Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane2003-01-21
* Avoid gratuitous variation in spelling of same error message.Tom Lane2003-01-21
* IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane2003-01-20
* Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove codeTom Lane2003-01-17
* Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane2003-01-17
* Add code to print information about a detected deadlock cycle. TheTom Lane2003-01-16
* Ooops, didn't cut-and-paste quite enough code from ResolveNew;Tom Lane2003-01-16
* Repair an embarrassingly large number of alphabetization mistakes in theTom Lane2003-01-16
* Add remaining documentation tables to information schema.Peter Eisentraut2003-01-15
* Now that switch_outer processing no longer relies on being run afterTom Lane2003-01-15
* More comment cleanups for shared_buffers in postgresql.conf.Bruce Momjian2003-01-15
* Update shared_buffer comment in postgresql.conf.Bruce Momjian2003-01-15
* Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane2003-01-15
* Add sql_features table to information schema. Generate the features listPeter Eisentraut2003-01-14
* Readd #include netinet/in.h for FreeBSD.Bruce Momjian2003-01-14
* Fix information_schema.sql install to work when building outsideTom Lane2003-01-13
* Reconsider mechanism for marking sub-selects that are at top level ofTom Lane2003-01-13
* Cause planner to account for evaluation costs in targetlists andTom Lane2003-01-13
* Recent changes in sublink representation require exprType() to acceptTom Lane2003-01-13
* Revise cost_qual_eval() to compute both startup (one-time) and per-tupleTom Lane2003-01-12
* Fix wrong/misleading comments, be more consistent about where to callTom Lane2003-01-12
* Replace RelidGetNamespaceId() by get_rel_namespace().Peter Eisentraut2003-01-12
* First cut at implementing IN (and NOT IN) via hashtables. There isTom Lane2003-01-12
* Fix typo in an error messageTatsuo Ishii2003-01-11