summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2003-01-15Allow merge and hash joins to occur on arbitrary expressions (anything notTom Lane
2003-01-13Reconsider mechanism for marking sub-selects that are at top level ofTom Lane
2003-01-12Revise cost_qual_eval() to compute both startup (one-time) and per-tupleTom Lane
2003-01-12Replace RelidGetNamespaceId() by get_rel_namespace().Peter Eisentraut
2003-01-12First cut at implementing IN (and NOT IN) via hashtables. There isTom Lane
2003-01-10Create a new file executor/execGrouping.c to centralize utility routinesTom Lane
2003-01-10Read-only transactions, as defined in SQL.Peter Eisentraut
2003-01-10Further tweaking of parsetree & plantree representation of SubLinks.Tom Lane
2003-01-09Adjust parser so that 'x NOT IN (subselect)' is converted toTom Lane
2003-01-09Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane
2003-01-09Remove bit.c/h routines. Not used anymore.Bruce Momjian
2003-01-09Add missing pg_proc entry for interval_scale(). The lack of this entryTom Lane
2003-01-08Repair bug noticed by Deepak Bhole: a shell type should have a dependencyTom Lane
2003-01-08Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane
2003-01-07Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane
2003-01-06Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut
2003-01-06Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut
2003-01-06Update comments on IPv6 #define.Bruce Momjian
2003-01-06Update ipv6 comment, move configure test to the right placeBruce Momjian
2003-01-06Add prototype for getaddrinfo().Bruce Momjian
2003-01-06Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian
2003-01-06ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane
2003-01-01Awhile back I wrote that freebsd.h was probably broken in the places whereTom Lane
2002-12-30Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane
2002-12-30Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane
2002-12-30Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian
2002-12-30Better solution to integer overflow problem in hash batch-numberTom Lane
2002-12-18Update EvalPlanQual() to work with new executor memory management method.Tom Lane
2002-12-16Fix GEQO to work again in CVS tip, by being more careful about memoryTom Lane
2002-12-16Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane
2002-12-16Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane
2002-12-15Tweak default memory context allocation policy so that a context is notTom Lane
2002-12-15Revise executor APIs so that all per-query state structure is built inTom Lane
2002-12-14Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane
2002-12-13Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane
2002-12-12TODO marked as done:Bruce Momjian
2002-12-12Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane
2002-12-12Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane
2002-12-10If typecmds is going to have its own header file, said header fileTom Lane
2002-12-09Update obsolete comment.Tom Lane
2002-12-06Attached are two small patches to expose md5 as a user function -- includingBruce Momjian
2002-12-06Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian
2002-12-06Back out V6 code, caused postmaster startup failure.Bruce Momjian
2002-12-06Add missing v6utils file.Bruce Momjian
2002-12-06We have just finished porting the old KAME IPv6 patch over toBruce Momjian
2002-12-06Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian
2002-12-06ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian
2002-12-05Clearify variables names so it is clear which variable is theBruce Momjian
2002-12-05Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian
2002-12-05Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane