summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-11-10add missing quote mark to ident_file sample line - per Hiroshi SaitoAndrew Dunstan
2005-11-10When in transaction-aborted state, reject Bind message for portals containingTom Lane
2005-11-09Fix misspelling of 'listen_addresses', per Devrim.Tom Lane
2005-11-07Lower pgident length to 77, document BSD indent bug.Bruce Momjian
2005-11-07Change maximum pgindent length from 79 to 78, per Tom.Bruce Momjian
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-11-07Translation updates forward-port to HEAD.Alvaro Herrera
2005-11-06Add simple sanity checks on newly-read pages to GiST, too.Tom Lane
2005-11-06Add defenses to btree and hash index AMs to do simple sanity checksTom Lane
2005-11-05Clean up representation of SLRU page state. This is the cleaner fixTom Lane
2005-11-05Brand HEAD branch as 8.2devel.Tom Lane
2005-11-05Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane
2005-11-05Add mention to update FAQ item on most recent release to RELEASE_CHANGES.Bruce Momjian
2005-11-04Improve description of constraint_exclusion variable.Tom Lane
2005-11-04Translation updatesPeter Eisentraut
2005-11-04Remove a gratuitous string difference (does not affect translations).Peter Eisentraut
2005-11-04Fix logical error in option description.Peter Eisentraut
2005-11-04Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane
2005-11-04Disregard superuserness when checking to see if a role GRANT wouldTom Lane
2005-11-03Fix a couple of missed None -> DestNone in comments.Tom Lane
2005-11-03Fix one overlooked ocurrence of "None" in EXEC_BACKEND block.Alvaro Herrera
2005-11-03Thinking further, it seems we had better also copy down resorigtbl/resorigcolTom Lane