summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
2002-05-05Add missing includes.Tom Lane
2002-05-05Add a trivial testbed for pg_sema and pg_shmem code.Tom Lane
2002-05-05Cope with case that SEM_FAILED is not defined (assume failure code is -1)Tom Lane
2002-05-05First test of Darwin port with POSIX semaphore code.Tom Lane
2002-05-05Fix code to work when isalpha and friends are macros, not functions.Tom Lane
2002-05-05Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane
2002-05-03Fix compile errors in CYR_RECODE code, per report from Oliver Elphick.Tom Lane
2002-05-03Make ruleutils.c schema-aware. Displayed names are schema-qualifiedTom Lane
2002-05-03Fix obsolete comments.Tom Lane
2002-05-03Use quote_identifier on relation names in EXPLAIN output, per suggestionTom Lane
2002-05-03Remove the last traces of datatypes datetime and timespan.Tom Lane
2002-05-03Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane
2002-05-02Fix backslash-n typo, per Joe Conway.Tom Lane
2002-05-02Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane
2002-05-01Add routines in namespace.c to determine whether objects are visibleTom Lane
2002-05-01Give left_oper() and right_oper() noError parameters like oper() (theTom Lane
2002-05-01Improve lexer's error reporting. You get the whole token mentioned nowTom Lane
2002-05-01Change heap_get_latest_tid() so that a transaction canHiroshi Inoue
2002-04-30Clean up loose ends remaining from schema privileges discussion.Tom Lane
2002-04-30Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane
2002-04-29Enforce EXECUTE privilege for aggregate functions.Tom Lane
2002-04-29Implement checking of USAGE rights on namespaces.Tom Lane
2002-04-29Add cache invalidation callback hooks.Tom Lane
2002-04-28Fix problem with new pg_hba.conf code where the same comparison functionBruce Momjian
2002-04-28Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane
2002-04-28Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane
2002-04-28Minor code cleanup.Tom Lane
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-04-27Fix write of pg_pwd file for multiple users. Broken recently by myBruce Momjian
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-26Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane