summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-221) Support Keyset Driven driver cursors.Hiroshi 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-21Spell long option with -c not --, for compatibility's sake.Tom Lane
2002-05-21Repair OPEN cursor(args), which I broke on 11/29/01 with a change toTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-20Mark as done:Bruce Momjian
2002-05-20 - Fixed some parser bugs.Michael Meskes
2002-05-20Update docs about new -N optionTatsuo Ishii
2002-05-19 - Fixed reduce/reduce conflict in parser.Michael Meskes
2002-05-19Reorder keyword token declarations alphabetically. Status of the keywordsPeter Eisentraut
2002-05-19Remove bitrotten view_perms test. Add some similar test cases toPeter Eisentraut
2002-05-19Dump privileges on functions, aggregates, languages.Peter 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-17Guard against empty-string results from pg_getlocale.Tom Lane
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-14Fix obsolete statement about permissions on COPY ref page, and confusionTom 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-14Fix bug in psql.Tatsuo Ishii
2002-05-14fixed problem connecting to server with client_min_messages set to debug. Th...Barry Lind
2002-05-13Fix typo in _copyAlterUserSetStmt.Tom Lane
2002-05-13AVG probably shouldn't be upper case here, consideringTom 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-11Update for additional options in CREATE OPERATOR.Tom Lane
2002-05-11Forgot to handle 'opaque' function arguments in regprocedurein/out.Tom Lane
2002-05-10First pass at schema-fying pg_dump/pg_restore. Much to do still,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-09Add a file for version control.Hiroshi Inoue
2002-05-06Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane
2002-05-06Make dumpACL behave more reasonably for case where owner has revokedTom Lane
2002-05-06Cause fmtId to always use its internal buffer for the returned value,Tom Lane