summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22264-4111/+4417
* Update most recent version number.Bruce Momjian2005-11-222-4/+4
* Update wording and cleanup for new items.Bruce Momjian2005-11-222-12/+13
* DROP DATABASE IF EXISTS variantAndrew Dunstan2005-11-228-14/+51
* Markup TODO as a URL.Bruce Momjian2005-11-222-15/+19
* Fix markup italics problem.Bruce Momjian2005-11-222-3/+3
* Update item tags.Bruce Momjian2005-11-224-154/+154
* Change to using "id=" HTML tags instead of "name=" tags.Bruce Momjian2005-11-224-77/+77
* Update FAQ to explain process of submitting bug and feature requests.Bruce Momjian2005-11-222-51/+140
* Fixes motivated by snake and spoonbill pgbuildfarm membersTeodor Sigaev2005-11-223-13/+18
* Reorder "who controls PostgreSQL" to near the top.Bruce Momjian2005-11-212-54/+54
* Reorder version FAQ item to be right after "how do I get the software".Bruce Momjian2005-11-212-20/+20
* Clarify copyright wording.Bruce Momjian2005-11-212-12/+14
* Reorder bug items.Bruce Momjian2005-11-212-15/+15
* remove forgotten // commentsTeodor Sigaev2005-11-211-2/+0
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-2131-377/+1532
* Text parser rewritten:Teodor Sigaev2005-11-2115-424/+1613
* Clean up after DROP IF EXISTS patch.Tom Lane2005-11-202-2/+4
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-2013-66/+24
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-204-101/+124
* Stopgap solution for problem reported by Alexey Beschiokov: afterTom Lane2005-11-191-7/+27
* Change array comparison rules to consider dimensionality information,Tom Lane2005-11-192-10/+47
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-1922-81/+436
* Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane2005-11-196-44/+131
* Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'dTom Lane2005-11-194-0/+33
* Change array_push and array_cat so that they retain the lower bound ofTom Lane2005-11-194-27/+29
* Fix performance issue in exprTypmod(): for a COALESCE expression, itTom Lane2005-11-181-3/+11
* translate undef to NULL for result arrayref, now that we allow NULLs in array...Andrew Dunstan2005-11-183-7/+11
* Add tab completion for RESET SESSION AUTHORIZATION.Alvaro Herrera2005-11-181-1/+5
* Update obsolete comment describing ExecDelete(), per Simon Riggs.Neil Conway2005-11-181-3/+3
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-188-278/+233
* Update Japanese FAQ.Bruce Momjian2005-11-182-45/+46
* make psql honor explicit database parameter in -l mode, in case "postgres" da...Andrew Dunstan2005-11-171-2/+3
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-1735-946/+2145
* DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane2005-11-173-23/+54
* Update, add mention of user locking table before MERGE:Bruce Momjian2005-11-162-4/+8
* make_restrictinfo() failed to attach the specified required_relids toTom Lane2005-11-161-8/+17
* Add batch mode, make new libpq section:Bruce Momjian2005-11-162-16/+42
* Fix comment on -v optionTatsuo Ishii2005-11-161-4/+9
* Properly document return value of strpos().Bruce Momjian2005-11-161-2/+2
* Update error message and documentation for fsync test.Bruce Momjian2005-11-162-18/+19
* Have test_fsync honor -f filename argument.Bruce Momjian2005-11-161-17/+17
* Update MERGE:Bruce Momjian2005-11-152-2/+9
* Add reminder that we should link to the documentation section for newBruce Momjian2005-11-151-1/+4
* Prevent certain symbols that are used for both typedefs and variableBruce Momjian2005-11-152-4/+3
* Fix recent problems with BSD indent, including indenting past 80Bruce Momjian2005-11-154-65/+426
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-149-26/+72
* Translation typo fixAlvaro Herrera2005-11-141-2/+2
* Re-run pgindent to fix breakage when exceeding 150 'else if' clauses.Bruce Momjian2005-11-141-2196/+393
* Prevent ExecInsert() and ExecUpdate() from scribbling on the result tupleTom Lane2005-11-143-10/+36