summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* Some quick fixes for ALTER DOMAIN patch. It still needs a lot of work,Tom Lane2002-12-091-96/+76
* Fix Latin9/Unicode conversion by selecting the right table.Peter Eisentraut2002-12-091-2/+2
* Explain's code for showing quals of SubqueryScan nodes has been brokenTom Lane2002-12-061-8/+2
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-061-1/+28
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-0612-241/+1095
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-067-526/+169
* Add missing v6utils file.Bruce Momjian2002-12-061-0/+300
* Updated IPv6 patch to fix netmask.Bruce Momjian2002-12-061-1/+1
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-066-169/+226
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-0612-1095/+241
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-0612-241/+1095
* As far as I figured from the source code this function only deals withBruce Momjian2002-12-051-2/+7
* localbuf.c must be able to do blind writes.Tom Lane2002-12-051-12/+17
* Avoid pulling up sublinks from a subselect's targetlist. Works aroundTom Lane2002-12-051-2/+20
* Clearify variables names so it is clear which variable is theBruce Momjian2002-12-051-20/+20
* Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian2002-12-051-6/+22
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-0541-3160/+2530
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-0513-78/+79
* Repair oversight in recent change of dependency extraction code: whenTom Lane2002-12-041-1/+7
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-045-20/+20
* Deal with cases where getpeereid _and_ another creditial method isBruce Momjian2002-12-031-2/+4
* Add OpenBSD local indent credentials, from William Ahern.Bruce Momjian2002-12-031-2/+29
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-023-20/+46
* Teach planner to expand sufficiently simple SQL-language functionsTom Lane2002-12-012-103/+473
* Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane2002-12-012-60/+101
* Run COPY OUT in a temporary memory context that's reset once per row,Tom Lane2002-12-011-36/+37
* Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane2002-11-305-114/+62
* Missed one place that can be simplified after recent Param/Const cleanup.Tom Lane2002-11-301-3/+2
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-3013-142/+295
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-309-115/+164
* Tighten selection of equality and ordering operators for groupingTom Lane2002-11-297-71/+156
* Repair prehistoric logic error in lseg_eq and lseg_ne.Tom Lane2002-11-291-5/+5
* Suppress compiler warning from newer gcc.Tom Lane2002-11-291-1/+3
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-268-187/+163
* Guard against 0 length string encoding conversion case.Tatsuo Ishii2002-11-261-1/+7
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-2518-173/+92
* Restructure outfuncs and readfuncs to use macros in the same style asTom Lane2002-11-253-2766/+1134
* Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane2002-11-252-8/+10
* Restructure the code in copyfuncs and equalfuncs to put much heavierTom Lane2002-11-252-2062/+1471
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-2414-535/+667
* Fix compile warnings from truncate patch.Tom Lane2002-11-232-4/+4
* Transaction safe TruncateBruce Momjian2002-11-232-28/+40
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-239-117/+316
* Redesign internal logic of nodeLimit so that it does not need to fetchTom Lane2002-11-221-82/+146
* Fix breakage in new-in-7.3 timetz_zone() function: was giving randomTom Lane2002-11-211-10/+11
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-214-47/+51
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-216-123/+333
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-198-70/+441
* Most of the code follows the American spelling of the word, which isBruce Momjian2002-11-198-14/+14
* Remove ALL from CLUSTER ALL. Use just CLUSTER.Bruce Momjian2002-11-182-5/+5