summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2002-06-08Remove DEBUG_LEVEL from postgresql.conf. Now uses CLIENT/SERVER_MIN_MESSAGES.Bruce Momjian
2002-06-07Improve readability of factorial, from Florian Weimer.Bruce Momjian
2002-06-07Fix for factorial(0::int2) returning 1, from sugita@sra.co.jp.Bruce Momjian
2002-06-07The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian
2002-06-01Fix timestamp to date conversion for the case where timestamp uses a doubleThomas G. Lockhart
2002-05-28Rearrange LOG_CONNECTIONS code so that two log messages are made:Tom Lane
2002-05-28Queries used by ruleutils were not schema-proof.Tom Lane
2002-05-28In default nextval('foo') expression for a SERIAL column, use doubleTom Lane
2002-05-28Repair error with not adjusting active scans properly after gistSplit.Tom Lane
2002-05-27Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber,Tom Lane
2002-05-25Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane
2002-05-25AlterDatabaseSet() forgot to update the indexes on pg_database.Tom Lane
2002-05-24Wups, managed to break ANALYZE with one aspect of that heap_fetch change.Tom Lane
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom Lane
2002-05-22Add $(LDFLAGS) to Windows make rule for postgres executable. NeededTom Lane
2002-05-22Modify sequence state storage to eliminate dangling-pointer problemTom Lane
2002-05-22Minor kibitzing.Tom Lane
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-05-22Make RelationForgetRelation error out if the relcache entry has nonzeroTom Lane
2002-05-22Un-break table creation.Tom Lane
2002-05-22AllowHiroshi Inoue
2002-05-21Since COPY fires triggers, it seems like a good idea for it to useTom Lane
2002-05-21Remove SetQuerySnapshot() from FETCH processing. No longer necessaryTom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-19Reorder keyword token declarations alphabetically. Status of the keywordsPeter Eisentraut
2002-05-18Add display of sort keys to the default EXPLAIN output.Tom Lane
2002-05-18Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan toTom Lane
2002-05-18Revise command completion tags as per hackers message on 20 March.Peter Eisentraut
2002-05-18Allow functions to be executed with the privileges of the function owner.Peter Eisentraut
2002-05-18Change set_plan_references and join_references to take an rtable ListTom Lane
2002-05-18Add missing fix_expr_references() step for the funcexpr of aTom Lane
2002-05-17Get rid of the last few uses of typeidTypeName() rather thanTom Lane
2002-05-17Support temporary setting of search path during CREATE SCHEMA; thisTom Lane
2002-05-17Dept. of second thoughts: interaction between DoIt and makeDependTom Lane
2002-05-17Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-14Remove unnecessary pfree's in geometric operators. At least one of theseTom Lane
2002-05-14Fix lookup tables used for rounding interval data values when not usingThomas G. Lockhart
2002-05-14Make regression tests locale-proof by setting some locale categoriesPeter Eisentraut
2002-05-13Fix typo in _copyAlterUserSetStmt.Tom Lane
2002-05-13Make operators have their own comments separate from those of theTom Lane
2002-05-12Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane
2002-05-12First pass at set-returning-functions in FROM, by Joe Conway withTom Lane
2002-05-11Forgot to handle 'opaque' function arguments in regprocedurein/out.Tom Lane
2002-05-10Suppress duplicate logging of utility commands under debug_print_query.Tom Lane
2002-05-09Make initdb print a message about which locale it is about to use.Peter Eisentraut
2002-05-06Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane
2002-05-06Reorder snapshot checks to save a couple comparisons in the common case,Tom Lane
2002-05-05A little paranoia never hurt anyone.Tom Lane