summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-22 DROP DATABASE IF EXISTS variantAndrew Dunstan
2005-11-22Markup TODO as a URL.Bruce Momjian
2005-11-22Fix markup italics problem.Bruce Momjian
2005-11-22Update item tags.Bruce Momjian
2005-11-22Change to using "id=" HTML tags instead of "name=" tags.Bruce Momjian
2005-11-22Update FAQ to explain process of submitting bug and feature requests.Bruce Momjian
2005-11-22Fixes motivated by snake and spoonbill pgbuildfarm membersTeodor Sigaev
2005-11-21Reorder "who controls PostgreSQL" to near the top.Bruce Momjian
2005-11-21Reorder version FAQ item to be right after "how do I get the software".Bruce Momjian
2005-11-21Clarify copyright wording.Bruce Momjian
2005-11-21Reorder bug items.Bruce Momjian
2005-11-21remove forgotten // commentsTeodor Sigaev
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-11-21Text parser rewritten:Teodor Sigaev
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-19Defend against nulls-in-arrays in contrib/intarray. I may have put inTom Lane
2005-11-19Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'dTom Lane
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-18Update Japanese FAQ.Bruce Momjian
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-16Update, add mention of user locking table before MERGE:Bruce Momjian
2005-11-16make_restrictinfo() failed to attach the specified required_relids toTom Lane
2005-11-16Add batch mode, make new libpq section:Bruce Momjian
2005-11-16Fix comment on -v optionTatsuo Ishii
2005-11-16Properly document return value of strpos().Bruce Momjian
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-15Update MERGE:Bruce Momjian
2005-11-15Add reminder that we should link to the documentation section for newBruce 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-14Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE insteadTeodor Sigaev
2005-11-14Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also us...Teodor Sigaev
2005-11-14fix returning valueTeodor Sigaev