Commit Graph

21552 Commits (19fecee06ea7dfca94f60663be2d52a30b898f37)
 

Author SHA1 Message Date
Alvaro Herrera 19fecee06e Document PGXS' REGRESS feature. 20 years ago
Tom Lane 9a39423436 Fix EXPLAIN and EXECUTE commands to pass portal parameters through to 20 years ago
Tom Lane 4ab76b1c20 Tweak hash join code to use an additional heuristic for deciding whether 20 years ago
Bruce Momjian ee4aa3021e Improve documentation for COALESCE and NULLIF. Add references for NVL 20 years ago
Tom Lane 200545039c Come to think of it, the backend doesn't use -lz either. 20 years ago
Bruce Momjian a4371a6813 Add: 20 years ago
Tom Lane a2c43740d5 Don't link readline and supporting libraries into the backend. 20 years ago
Alvaro Herrera f1713078c5 Install a more future-proof fix for the snapshot-unset bug just found. 20 years ago
Tom Lane b79cb1eea1 Recent changes to allow hash join to exit early given empty input from 20 years ago
Alvaro Herrera d4fc4ac4c7 Set a snapshot before running analyze on a single table, to avoid a 20 years ago
Alvaro Herrera ec9f81b4ae Install pg_regress where PGXS' "make installcheck" can find it. 20 years ago
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