summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-01-27Upgrade cost estimation for joins, per discussion with Bradley Baetz.Tom Lane
2003-01-27Get rid of last few unadorned 'permission denied' messages.Tom Lane
2003-01-26Include IPv6 addresses in pg_hba.conf even if IPv6 is not supported; atBruce Momjian
2003-01-25Allow the planner to collapse explicit inner JOINs together, rather thanTom Lane
2003-01-25Where available, use utime() or utimes() to update the file mod timeTom Lane
2003-01-25Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment,Tom Lane
2003-01-24Suppress gcc warnings.Tom Lane
2003-01-24Modify planner's implied-equality-deduction code so that when a setTom Lane
2003-01-23Grant options, and cascading revoke. Grant options are allowed only forPeter Eisentraut
2003-01-23Fix obsolete error message (isImmutable doesn't exist).Tom Lane
2003-01-23Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,Tom Lane
2003-01-22Fix sloppy comment.Tom Lane
2003-01-22Make estimation of mergejoin scan selectivities more robust, per recentTom Lane
2003-01-22Improve print_expr() a little. It's still not very bright though.Tom Lane
2003-01-22Implement choice between hash-based and sort-based grouping for doingTom Lane
2003-01-21Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTOTom Lane
2003-01-21Avoid gratuitous variation in spelling of same error message.Tom Lane
2003-01-20IN clauses appearing at top level of WHERE can now be handled as joins.Tom Lane
2003-01-17Fix parse_agg.c to detect ungrouped Vars in sub-SELECTs; remove codeTom Lane
2003-01-17Adjust API of expression_tree_mutator and query_tree_mutator toTom Lane
2003-01-16Add code to print information about a detected deadlock cycle. TheTom Lane
2003-01-16Ooops, didn't cut-and-paste quite enough code from ResolveNew;Tom Lane
2003-01-16Repair an embarrassingly large number of alphabetization mistakes in theTom Lane
2003-01-15Add remaining documentation tables to information schema.Peter Eisentraut
2003-01-15Now that switch_outer processing no longer relies on being run afterTom Lane
2003-01-15More comment cleanups for shared_buffers in postgresql.conf.Bruce Momjian
2003-01-15Update shared_buffer comment in postgresql.conf.Bruce Momjian
2003-01-15Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane
2003-01-14Add sql_features table to information schema. Generate the features listPeter Eisentraut
2003-01-14Readd #include netinet/in.h for FreeBSD.Bruce Momjian
2003-01-13Fix information_schema.sql install to work when building outsideTom Lane
2003-01-13Reconsider mechanism for marking sub-selects that are at top level ofTom Lane
2003-01-13Cause planner to account for evaluation costs in targetlists andTom Lane
2003-01-13Recent changes in sublink representation require exprType() to acceptTom Lane
2003-01-12Revise cost_qual_eval() to compute both startup (one-time) and per-tupleTom Lane
2003-01-12Fix wrong/misleading comments, be more consistent about where to callTom Lane
2003-01-12Replace RelidGetNamespaceId() by get_rel_namespace().Peter Eisentraut
2003-01-12First cut at implementing IN (and NOT IN) via hashtables. There isTom Lane
2003-01-11Fix typo in an error messageTatsuo Ishii
2003-01-11> > This patch improves the documentation for the shared_buffers GUC param.Bruce Momjian
2003-01-11Rewrite for-loop, because this is not the Obfuscated C Code Contest.Bruce Momjian
2003-01-10Create a new file executor/execGrouping.c to centralize utility routinesTom Lane
2003-01-10Read-only transactions, as defined in SQL.Peter Eisentraut
2003-01-10Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane
2003-01-10Add optional drop behavior clause to REVOKE command, for SQL conformance.Peter Eisentraut
2003-01-09Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane
2003-01-09Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane
2003-01-09Fix IPv6 detection and IPv6 to 4 conversion to use only standardPeter Eisentraut
2003-01-09Fix indenting of log_min_error_statement.Bruce Momjian
2003-01-09Remove bit.c/h routines. Not used anymore.Bruce Momjian