summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-11-29Fix EXPLAIN and EXECUTE commands to pass portal parameters through toTom Lane
2005-11-28Tweak hash join code to use an additional heuristic for deciding whetherTom Lane
2005-11-28Come to think of it, the backend doesn't use -lz either.Tom Lane
2005-11-28Don't link readline and supporting libraries into the backend.Tom Lane
2005-11-28Install a more future-proof fix for the snapshot-unset bug just found.Alvaro Herrera
2005-11-28Recent changes to allow hash join to exit early given empty input fromTom Lane
2005-11-28Set a snapshot before running analyze on a single table, to avoid aAlvaro Herrera
2005-11-28Install pg_regress where PGXS' "make installcheck" can find it.Alvaro Herrera
2005-11-28Change the parser to translate "foo [NOT] IN (expression-list)" toTom Lane
2005-11-27Teach predtest.c how to reason about ScalarArrayOpExpr clauses as thoughTom Lane
2005-11-27Add missing semicolon. Recent versions of bison seem to choke on this,Tom Lane
2005-11-26Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so thatTom Lane
2005-11-26Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, saveTom Lane
2005-11-26Some marginal additional hacking to shave a few more cycles offTom Lane
2005-11-26Change seqscan logic so that we check visibility of all tuples on a pageTom Lane
2005-11-25Teach planner and executor to handle ScalarArrayOpExpr as an indexableTom Lane
2005-11-25Improve ExecStoreTuple to be smarter about replacing the contents ofTom Lane
2005-11-23Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node typesTom Lane
2005-11-23Fix problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane
2005-11-23Fix pgindent of libpq-fe.h by hacking pgindent script.Bruce Momjian
2005-11-22Fix up comment munged by pg_indent. (Not pg_indent's fault; should haveTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-22 DROP DATABASE IF EXISTS variantAndrew Dunstan
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-11-20Clean up after DROP IF EXISTS patch.Tom Lane
2005-11-20Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane
2005-11-20Modify tuptoaster's API so that it does not try to modify the passedTom Lane
2005-11-19Stopgap solution for problem reported by Alexey Beschiokov: afterTom Lane
2005-11-19Change array comparison rules to consider dimensionality information,Tom Lane
2005-11-19DROP objecttype IF EXISTS for the following objects:Andrew Dunstan
2005-11-19Change array_push and array_cat so that they retain the lower bound ofTom Lane
2005-11-18Fix performance issue in exprTypmod(): for a COALESCE expression, itTom Lane
2005-11-18translate undef to NULL for result arrayref, now that we allow NULLs in array...Andrew Dunstan
2005-11-18Add tab completion for RESET SESSION AUTHORIZATION.Alvaro Herrera
2005-11-18Update obsolete comment describing ExecDelete(), per Simon Riggs.Neil Conway
2005-11-18Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane
2005-11-17make psql honor explicit database parameter in -l mode, in case "postgres" da...Andrew Dunstan
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-11-17DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane
2005-11-16make_restrictinfo() failed to attach the specified required_relids toTom Lane
2005-11-16Update error message and documentation for fsync test.Bruce Momjian
2005-11-16Have test_fsync honor -f filename argument.Bruce Momjian
2005-11-15Prevent certain symbols that are used for both typedefs and variableBruce Momjian
2005-11-15Fix recent problems with BSD indent, including indenting past 80Bruce Momjian
2005-11-14Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane
2005-11-14Translation typo fixAlvaro Herrera
2005-11-14Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.Bruce Momjian
2005-11-14Prevent ExecInsert() and ExecUpdate() from scribbling on the result tupleTom Lane
2005-11-13Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoidTom Lane
2005-11-13Revert pgindent length back to 79 because we are going to fix the BSDBruce Momjian