summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2002-05-25Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessaryTom Lane
2002-05-24Mark index entries "killed" when they are no longer visible to anyTom 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-22AllowHiroshi Inoue
2002-05-21Since COPY fires triggers, it seems like a good idea for it to useTom 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-18Add display of sort keys to the default EXPLAIN output.Tom Lane
2002-05-18Allow functions to be executed with the privileges of the function owner.Peter Eisentraut
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-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-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-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-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-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-04-30Clean up loose ends remaining from schema privileges discussion.Tom Lane
2002-04-29Add cache invalidation callback hooks.Tom Lane
2002-04-28Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-26Add current_schema() and current_schemas() inquiry functions.Tom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian
2002-04-23Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-04-21Remove --enable-syslog optionTatsuo Ishii
2002-04-19Change naming rule for ON SELECT rules of views: they're all justTom Lane
2002-04-19pg_trigger's index on tgrelid is replaced by a unique index onTom Lane
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-17Opclasses live in namespaces. I also took the opportunity to createTom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-15Fix text_substr bug intrduced in 7.3 developmentTatsuo Ishii
2002-04-12Checking to decide whether relations are system relations now dependsTom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-11Make sure that usesuper is always accessed through superuser(), so that thePeter Eisentraut
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane