summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Params, rather than run-time-modified Const nodes, to handleTom Lane2002-11-261-2/+2
* Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane2002-11-254-75/+67
* Restructure outfuncs and readfuncs to use macros in the same style asTom Lane2002-11-252-4/+4
* Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane2002-11-251-2/+2
* Restructure planning of nestloop inner indexscans so that the set of usableTom Lane2002-11-245-44/+75
* Update regression for new patches. Bump up catversion.Bruce Momjian2002-11-231-2/+2
* Transaction safe TruncateBruce Momjian2002-11-231-1/+6
* This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian2002-11-234-13/+21
* Redesign internal logic of nodeLimit so that it does not need to fetchTom Lane2002-11-221-4/+15
* TAS code originally written for s390 (32-bit) does not work for s390xTom Lane2002-11-221-2/+29
* Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane2002-11-212-7/+21
* Add an at-least-marginally-plausible method of estimating the numberTom Lane2002-11-193-5/+13
* Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane2002-11-181-1/+2
* New version attached. The following is implemented:Bruce Momjian2002-11-152-4/+5
* Add DOMAIN check constraints.Bruce Momjian2002-11-157-12/+52
* Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian2002-11-151-1/+2
* Rename hostname_lookup to log_hostname.Bruce Momjian2002-11-151-2/+2
* Rename show_source_port to log_source_port.Bruce Momjian2002-11-151-2/+2
* Rename:Bruce Momjian2002-11-151-8/+8
* Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian2002-11-141-5/+5
* Update xact.c comments for clarity.Bruce Momjian2002-11-131-7/+8
* Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian2002-11-132-4/+4
* Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian2002-11-132-21/+35
* Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane2002-11-122-2/+2
* Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane2002-11-113-29/+19
* Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian2002-11-111-3/+2
* Add palloc0 function to inline MemSet for newNode call.Bruce Momjian2002-11-102-7/+23
* This trivial patch removes 2 unused defines from pg_config.h.in:Bruce Momjian2002-11-101-16/+1