aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Clean up after DROP IF EXISTS patch.Tom Lane2005-11-20
* Remove the t_datamcxt field of HeapTupleData. This was introduced forTom Lane2005-11-20
* Modify tuptoaster's API so that it does not try to modify the passedTom Lane2005-11-20
* Stopgap solution for problem reported by Alexey Beschiokov: afterTom Lane2005-11-19
* Change array comparison rules to consider dimensionality information,Tom Lane2005-11-19
* DROP objecttype IF EXISTS for the following objects:Andrew Dunstan2005-11-19
* Change array_push and array_cat so that they retain the lower bound ofTom Lane2005-11-19
* Fix performance issue in exprTypmod(): for a COALESCE expression, itTom Lane2005-11-18
* Update obsolete comment describing ExecDelete(), per Simon Riggs.Neil Conway2005-11-18
* Mop-up for nulls-in-arrays patch: fix some places that access arrayTom Lane2005-11-18
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-17
* DropRelFileNodeBuffers failed to fix the state of the lookup hash tableTom Lane2005-11-17
* make_restrictinfo() failed to attach the specified required_relids toTom Lane2005-11-16
* Restore the former RestrictInfo field valid_everywhere (but invert the flagTom Lane2005-11-14
* Translation typo fixAlvaro Herrera2005-11-14
* Prevent ExecInsert() and ExecUpdate() from scribbling on the result tupleTom Lane2005-11-14
* Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoidTom Lane2005-11-13
* add missing quote mark to ident_file sample line - per Hiroshi SaitoAndrew Dunstan2005-11-10
* When in transaction-aborted state, reject Bind message for portals containingTom Lane2005-11-10
* Fix misspelling of 'listen_addresses', per Devrim.Tom Lane2005-11-09
* R-tree is dead ... long live GiST.Tom Lane2005-11-07
* Translation updates forward-port to HEAD.Alvaro Herrera2005-11-07
* Add simple sanity checks on newly-read pages to GiST, too.Tom Lane2005-11-06
* Add defenses to btree and hash index AMs to do simple sanity checksTom Lane2005-11-06
* Clean up representation of SLRU page state. This is the cleaner fixTom Lane2005-11-05
* Repair an error introduced by log_line_prefix patch: it is not acceptableTom Lane2005-11-05
* Improve description of constraint_exclusion variable.Tom Lane2005-11-04
* Translation updatesPeter Eisentraut2005-11-04
* Remove a gratuitous string difference (does not affect translations).Peter Eisentraut2005-11-04
* Fix logical error in option description.Peter Eisentraut2005-11-04
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-04
* Fix a couple of missed None -> DestNone in comments.Tom Lane2005-11-03
* Fix one overlooked ocurrence of "None" in EXEC_BACKEND block.Alvaro Herrera2005-11-03
* Thinking further, it seems we had better also copy down resorigtbl/resorigcolTom Lane2005-11-03
* Fix the recently-added code that eliminates unnecessary SubqueryScan nodesTom Lane2005-11-03
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Fix longstanding race condition in transaction log management: there was aTom Lane2005-11-03
* Update a couple of obsolete comments.Tom Lane2005-10-29
* Translation updatesPeter Eisentraut2005-10-29
* Message correctionsPeter Eisentraut2005-10-29
* Reorder code so that we don't have to hold a critical section whileTom Lane2005-10-28
* Fix race condition in multixact code: it's possible to try to read aTom Lane2005-10-28
* Add an ifneq to avoid make warning on AIX --- there is a separate ruleTom Lane2005-10-27
* Tweak buffer manager so that 'internal' accesses to a buffer do notTom Lane2005-10-27
* Add comment documenting actual failure case of usingBruce Momjian2005-10-27
* Adjust parser so that POSTQUEL-style implicit RTEs are stored withTom Lane2005-10-26
* Fix longstanding bug that would sometimes let the planner generate a bad planTom Lane2005-10-25
* Remove justify_hours call from interval_mul and interval_div, and makeTom Lane2005-10-25
* Fix Windows setitimer() emulation to not depend on delivering an APCTom Lane2005-10-25