summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Remove bit.c/h routines. Not used anymore.Bruce Momjian2003-01-091-38/+0
* Add missing pg_proc entry for interval_scale(). The lack of this entryTom Lane2003-01-091-3/+6
* Repair bug noticed by Deepak Bhole: a shell type should have a dependencyTom Lane2003-01-081-14/+15
* Fix for bug #866. 7.3 contains new logic for avoiding redundant calls toTom Lane2003-01-081-1/+10
* Apply the proper version of Christopher Kings-Lynne's describe patchTom Lane2003-01-071-2/+3
* Use our own version of getopt_long() if the OS doesn't have one.Peter Eisentraut2003-01-061-0/+33
* Fix for systems that don't have INET_ADDRSTRLEN.Peter Eisentraut2003-01-061-1/+10
* Update comments on IPv6 #define.Bruce Momjian2003-01-061-2/+2
* Update ipv6 comment, move configure test to the right placeBruce Momjian2003-01-061-2/+2
* Add prototype for getaddrinfo().Bruce Momjian2003-01-061-1/+2
* Enable IPv6 connections to the server, and add pg_hba.conf IPv6 entriesBruce Momjian2003-01-064-3/+39
* ALTER DOMAIN OWNER, from Rod Taylor.Tom Lane2003-01-062-3/+7
* Awhile back I wrote that freebsd.h was probably broken in the places whereTom Lane2003-01-013-12/+20
* Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers asTom Lane2002-12-302-12/+13
* Code review for CLUSTER ALL patch. Fix bogus locking, incorrect transactionTom Lane2002-12-301-9/+6
* Cause FETCH 1 to return the current cursor row, or zero if atBruce Momjian2002-12-302-4/+4
* Better solution to integer overflow problem in hash batch-numberTom Lane2002-12-301-1/+2
* Update EvalPlanQual() to work with new executor memory management method.Tom Lane2002-12-181-6/+6
* Fix GEQO to work again in CVS tip, by being more careful about memoryTom Lane2002-12-162-10/+6
* Fix ALTER TABLE ADD COLUMN to disallow the same column types that areTom Lane2002-12-161-1/+5
* Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane2002-12-164-38/+95
* Tweak default memory context allocation policy so that a context is notTom Lane2002-12-153-15/+12
* Revise executor APIs so that all per-query state structure is built inTom Lane2002-12-153-46/+50
* Clean up plantree representation of SubPlan-s --- SubLink does not appearTom Lane2002-12-147-66/+72
* Phase 3 of read-only-plans project: ExecInitExpr now builds expressionTom Lane2002-12-138-142/+242
* TODO marked as done:Bruce Momjian2002-12-123-4/+8
* Preliminary code review for domain CHECK constraints patch: add documentation,Tom Lane2002-12-127-29/+20
* Phase 2 of read-only-plans project: restructure expression-tree nodesTom Lane2002-12-1212-406/+412
* If typecmds is going to have its own header file, said header fileTom Lane2002-12-102-5/+8
* Update obsolete comment.Tom Lane2002-12-091-2/+2
* Attached are two small patches to expose md5 as a user function -- includingBruce Momjian2002-12-063-4/+8
* Re-addd Rod's ALTER DOMAIN patch.Bruce Momjian2002-12-065-13/+75
* Back out V6 code, caused postmaster startup failure.Bruce Momjian2002-12-063-21/+2
* Add missing v6utils file.Bruce Momjian2002-12-061-0/+17
* We have just finished porting the old KAME IPv6 patch over toBruce Momjian2002-12-062-2/+4
* Back out ALTER DOMAIN patch until missing file appears.Bruce Momjian2002-12-064-45/+13
* ALTER DOMAIN .. SET / DROP NOT NULLBruce Momjian2002-12-064-13/+45
* Clearify variables names so it is clear which variable is theBruce Momjian2002-12-051-2/+2
* Allow 'password' encryption even when pg_shadow has MD5 passwords, perBruce Momjian2002-12-051-2/+2
* Phase 1 of read-only-plans project: cause executor state nodes to pointTom Lane2002-12-0529-565/+470
* Document get/set bit/byte functions.Bruce Momjian2002-12-051-5/+5
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-054-19/+22
* Make usesysid consistently int4, not oid.Bruce Momjian2002-12-045-21/+24
* Teach planner to expand sufficiently simple SQL-language functionsTom Lane2002-12-012-2/+5
* Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane2002-12-011-2/+2
* Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane2002-11-301-2/+8
* Be more realistic about plans involving Materialize nodes: take theirTom Lane2002-11-306-18/+25
* Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane2002-11-305-18/+18
* Tighten selection of equality and ordering operators for groupingTom Lane2002-11-291-8/+9
* Improve some comments.Tom Lane2002-11-271-4/+8