Commit Graph

21541 Commits (3d376fce8dd45d43fb6dbeb5a08c08400a589ff8)
 

Author SHA1 Message Date
Tom Lane 3d376fce8d Change the parser to translate "foo [NOT] IN (expression-list)" to 20 years ago
Tom Lane 8a9acd3c41 Teach predtest.c how to reason about ScalarArrayOpExpr clauses as though 20 years ago
Tom Lane 1b68a88f22 Add missing semicolon. Recent versions of bison seem to choke on this, 20 years ago
Tom Lane da27c0a1ef Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that 20 years ago
Tom Lane a66e2c8885 Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, save 20 years ago
Tom Lane 4c4eb57154 Some marginal additional hacking to shave a few more cycles off 20 years ago
Tom Lane 70f1482de3 Change seqscan logic so that we check visibility of all tuples on a page 20 years ago
Tom Lane 290166f934 Teach planner and executor to handle ScalarArrayOpExpr as an indexable 20 years ago
Tom Lane dab52ab13d Improve ExecStoreTuple to be smarter about replacing the contents of 20 years ago
Bruce Momjian c0a2f8cc4d Add space. 20 years ago
Bruce Momjian 3f69c4193f Add item: 20 years ago
Tom Lane 4dd2048a47 Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types 20 years ago
Tom Lane 19ff959bff Fix problems with rewriter failing to set Query.hasSubLinks when inserting 20 years ago
Tatsuo Ishii baa6b22fcb Having blank lines in -f scripts was causing silent failures. 20 years ago
Bruce Momjian aac96b8994 Fix pgindent of libpq-fe.h by hacking pgindent script. 20 years ago
Bruce Momjian ce1d8293f0 Done: 20 years ago
Bruce Momjian c28c00ecc8 Add: 20 years ago
Tom Lane e96925fba7 Fix up comment munged by pg_indent. (Not pg_indent's fault; should have 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Bruce Momjian e196eedd8a Update most recent version number. 20 years ago
Bruce Momjian b621efbbb8 Update wording and cleanup for new items. 20 years ago
Andrew Dunstan 5b352d8e12 DROP DATABASE IF EXISTS variant 20 years ago
Bruce Momjian 179211a683 Markup TODO as a URL. 20 years ago
Bruce Momjian d2f568dc6c Fix markup italics problem. 20 years ago
Bruce Momjian 2a69a0e147 Update item tags. 20 years ago
Bruce Momjian 508f96f529 Change to using "id=" HTML tags instead of "name=" tags. 20 years ago
Bruce Momjian 1ab96739be Update FAQ to explain process of submitting bug and feature requests. 20 years ago
Teodor Sigaev 3c6cd8a113 Fixes motivated by snake and spoonbill pgbuildfarm members 20 years ago
Bruce Momjian 725ace44f9 Reorder "who controls PostgreSQL" to near the top. 20 years ago
Bruce Momjian afae55720c Reorder version FAQ item to be right after "how do I get the software". 20 years ago
Bruce Momjian ba14edbd5c Clarify copyright wording. 20 years ago
Bruce Momjian d253c79a52 Reorder bug items. 20 years ago
Teodor Sigaev 62699337bc remove forgotten // comments 20 years ago
Alvaro Herrera cec3b0a9e6 Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the 20 years ago
Teodor Sigaev c52795d18a Text parser rewritten: 20 years ago
Tom Lane b91e6ed93e Clean up after DROP IF EXISTS patch. 20 years ago
Tom Lane dd218ae7b0 Remove the t_datamcxt field of HeapTupleData. This was introduced for 20 years ago
Tom Lane 40314f2dac Modify tuptoaster's API so that it does not try to modify the passed 20 years ago
Tom Lane 33a9af738d Stopgap solution for problem reported by Alexey Beschiokov: after 20 years ago
Tom Lane 659f681638 Change array comparison rules to consider dimensionality information, 20 years ago
Andrew Dunstan daea4d8eae DROP objecttype IF EXISTS for the following objects: 20 years ago
Tom Lane 8ef289dba1 Defend against nulls-in-arrays in contrib/intarray. I may have put in 20 years ago
Tom Lane 25c00833cb Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd 20 years ago
Tom Lane 1e9a1a70ad Change array_push and array_cat so that they retain the lower bound of 20 years ago
Tom Lane 8685c47223 Fix performance issue in exprTypmod(): for a COALESCE expression, it 20 years ago
Andrew Dunstan b410475672 translate undef to NULL for result arrayref, now that we allow NULLs in arrays. Update plperl regression test accordingly. 20 years ago
Alvaro Herrera 33e9f2c3d4 Add tab completion for RESET SESSION AUTHORIZATION. 20 years ago
Neil Conway 7871b7defc Update obsolete comment describing ExecDelete(), per Simon Riggs. 20 years ago
Tom Lane 1d0d8d3c38 Mop-up for nulls-in-arrays patch: fix some places that access array 20 years ago
Bruce Momjian 3201b7f3d0 Update Japanese FAQ. 20 years ago