summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-11-24Restructure planning of nestloop inner indexscans so that the set of usableTom Lane
2002-11-23Fix compile warnings from truncate patch.Tom Lane
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-21Fix breakage in new-in-7.3 timetz_zone() function: was giving randomTom Lane
2002-11-21Code review for superuser_reserved_connections patch. Don't try to doTom 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-19Most of the code follows the American spelling of the word, which isBruce Momjian
2002-11-18Remove ALL from CLUSTER ALL. Use just CLUSTER.Bruce Momjian
2002-11-18Put back error test for DECLARE CURSOR outside a transaction block ...Tom Lane
2002-11-18Suppress compile warning, avoid possible problems with signed vs. unsignedTom Lane
2002-11-17Reduce need for palloc/pfree overhead in varstr_cmp() by using fixed-sizeTom Lane
2002-11-15Add relcache support for system catalogs with attnotnull columns.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-15Push qual clauses containing subplans to the back of the qual listTom Lane
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 show_btree_build_stats to log_btree_build_statsBruce Momjian
2002-11-15Rename:Bruce Momjian
2002-11-14Rename server_min_messages to log_min_messages. Part of consolidationBruce Momjian
2002-11-14Fix planning bug introduced in recent code reorganization for hashedTom Lane
2002-11-13Allow +1300 as a numeric timezone specifier; we already accept FJST as meanin...Tom Lane
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-13Add new palloc0 call as merge of palloc and MemSet(0).Bruce Momjian
2002-11-13Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian
2002-11-12Improve comment: add note that grotty special case in mdread() isTom Lane
2002-11-12Fix broken GB18030 <--> UTF-8 conversion mapTatsuo Ishii
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-11Add cast to suppress compile warning on Alphas.Tom Lane
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-11-10Merge palloc()/MemSet(0) calls into a single palloc0() call.Bruce Momjian
2002-11-10Add palloc0 function to inline MemSet for newNode call.Bruce Momjian
2002-11-10> > I'll re-check that with the ppc architecture guy here.Bruce Momjian
2002-11-10Tweak CREATE SEQUENCE grammar to be more SQL1999 standards compliant.Bruce Momjian
2002-11-09Add code to handle [ON COMMIT { PRESERVE ROWS | DELETE ROWS | DROP }]Bruce Momjian
2002-11-08This patch removes a bunch of superfluous #include directives: ifBruce Momjian
2002-11-08Replace imprecise value of PI with a better one, and tweak circle_polyTom Lane
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-07Remove inappropriate inclusions of OpenSSL internal header e_os.h,Tom 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-04Remove unnecessary inclusion, per Andreas.Tom Lane
2002-11-04Remove no-longer-needed inclusion of bootstrap_tokens.h, per patchTom Lane