summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2002-12-01Teach planner to expand sufficiently simple SQL-language functionsTom Lane
2002-12-01Fix ExecMakeTableFunctionResult() to work with generic expressions asTom Lane
2002-11-30Code review for IS DISTINCT FROM patch. Fix incorrect constant-foldingTom Lane
2002-11-30Be more realistic about plans involving Materialize nodes: take theirTom Lane
2002-11-30Upgrade planner and executor to allow multiple hash keys for a hash join,Tom Lane
2002-11-29Tighten selection of equality and ordering operators for groupingTom Lane
2002-11-27Improve some comments.Tom Lane
2002-11-26Use Params, rather than run-time-modified Const nodes, to handleTom Lane
2002-11-25Remove unused constisset and constiscast fields of Const nodes. CleanTom Lane
2002-11-25Restructure outfuncs and readfuncs to use macros in the same style asTom Lane
2002-11-25Un-break triggers declared for INSERT OR DELETE OR UPDATE. This workedTom Lane
2002-11-24Restructure planning of nestloop inner indexscans so that the set of usableTom Lane
2002-11-23Update regression for new patches. Bump up catversion.Bruce Momjian
2002-11-23Transaction safe TruncateBruce Momjian
2002-11-23This patch implements FOR EACH STATEMENT triggers, per my email toBruce Momjian
2002-11-22Redesign internal logic of nodeLimit so that it does not need to fetchTom Lane
2002-11-22TAS code originally written for s390 (32-bit) does not work for s390xTom Lane
2002-11-21Finish implementation of hashed aggregation. Add enable_hashagg GUCTom Lane
2002-11-19Add an at-least-marginally-plausible method of estimating the numberTom Lane
2002-11-18Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane
2002-11-15New version attached. The following is implemented:Bruce Momjian
2002-11-15Add DOMAIN check constraints.Bruce Momjian
2002-11-15Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian
2002-11-15Rename hostname_lookup to log_hostname.Bruce Momjian
2002-11-15Rename show_source_port to log_source_port.Bruce Momjian
2002-11-15Rename:Bruce Momjian
2002-11-14Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian
2002-11-13Update xact.c comments for clarity.Bruce Momjian
2002-11-13Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to endBruce Momjian
2002-11-13Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian
2002-11-12Remove NO_MKTIME_BEFORE_1970. I had speculated that it was not neededTom Lane
2002-11-11Code review for ON COMMIT patch. Make the actual on-commit action happenTom Lane
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Add palloc0 function to inline MemSet for newNode call.Bruce Momjian
2002-11-10This trivial patch removes 2 unused defines from pg_config.h.in:Bruce Momjian
2002-11-10> > I'll re-check that with the ppc architecture guy here.Bruce Momjian
2002-11-09Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian
2002-11-08Add extra_float_digits GUC parameter to allow adjustment of displayedTom Lane
2002-11-08The "Allow easy display of usernames in a group (pg_hba.conf uses groupsBruce Momjian
2002-11-07Add #define _GNU_SOURCE to work around what seems to be Perl 5.8.0'sTom Lane
2002-11-07Move substitute extern declarations to end of file, so that they areTom Lane
2002-11-06Phase 2 of hashed-aggregation project. nodeAgg.c now knows how to doTom Lane
2002-11-06First phase of implementing hash-based grouping/aggregation. An AGG planTom Lane
2002-11-02Remove encoding lookups from grammar stage, push them back to placesTom Lane
2002-11-02Fix permissions-checking bugs and namespace-search-path bugs inTom Lane
2002-10-31Code review for statement_timeout patch. Fix some race conditionsTom Lane
2002-10-25Add dummy variable declaration to PG_FUNCTION_INFO_V1() to preventTom Lane
2002-10-25Remove #warning directive, which is nonstandard and isn't reallyTom Lane
2002-10-24Function-call-style type coercions should be treated as explicitTom Lane
2002-10-24Add fseeko for NetBSD.Bruce Momjian