summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2003-02-03Move pg_service.conf.sample to /interfaces/libpq.Bruce Momjian
2003-02-03Change MOVE LAST to MOVE ALL.Bruce Momjian
2003-02-02Implement EXPLAIN EXECUTE. By Neil Conway, with some kibitzing fromTom Lane
2003-02-02Fix nodeUnique to behave correctly when reversing direction after reachingTom Lane
2003-02-01Remove restriction that cast functions cannot be volatile. ThisTom Lane
2003-02-01Fix assign_session_authorization() to not be confused by all-numericTom Lane
2003-01-31Tweak bison build rules so that we get the same error messages fromTom Lane
2003-01-31Allow a time zone to be specified (and silently ignored) in the inputTom Lane
2003-01-29SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returnedTom Lane
2003-01-29Tweak ArrayCount() to forestall possible access to temp[-1]. ProblemTom Lane
2003-01-29Repair array subscript overrun identified by Yichen Xie. Reduce theTom Lane
2003-01-29Fix array subscript overruns identified by Yichen Xie.Tom Lane
2003-01-28Extend join-selectivity API (oprjoin interface) so that join type isTom Lane
2003-01-28Convert variable name to canonical spelling before checking for matchesTom Lane
2003-01-28Revert off setting mention for client_min_messages.Bruce Momjian
2003-01-28Revert optimizer page count change.Bruce Momjian
2003-01-27Set log_min_error_messages to the proper and agreed-upon default, PANIC (off).Bruce Momjian
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