aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22
* Make RelationForgetRelation error out if the relcache entry has nonzeroTom Lane2002-05-22
* Un-break table creation.Tom Lane2002-05-22
* AllowHiroshi Inoue2002-05-22
* 1) Support Keyset Driven driver cursors.Hiroshi Inoue2002-05-22
* Since COPY fires triggers, it seems like a good idea for it to useTom Lane2002-05-21
* Remove SetQuerySnapshot() from FETCH processing. No longer necessaryTom Lane2002-05-21
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Spell long option with -c not --, for compatibility's sake.Tom Lane2002-05-21
* Repair OPEN cursor(args), which I broke on 11/29/01 with a change toTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Mark as done:Bruce Momjian2002-05-20
* - Fixed some parser bugs.Michael Meskes2002-05-20
* Update docs about new -N optionTatsuo Ishii2002-05-20
* - Fixed reduce/reduce conflict in parser.Michael Meskes2002-05-19
* Reorder keyword token declarations alphabetically. Status of the keywordsPeter Eisentraut2002-05-19
* Remove bitrotten view_perms test. Add some similar test cases toPeter Eisentraut2002-05-19
* Dump privileges on functions, aggregates, languages.Peter Eisentraut2002-05-19
* Add display of sort keys to the default EXPLAIN output.Tom Lane2002-05-18
* Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan toTom Lane2002-05-18
* Revise command completion tags as per hackers message on 20 March.Peter Eisentraut2002-05-18
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-18
* Change set_plan_references and join_references to take an rtable ListTom Lane2002-05-18
* Add missing fix_expr_references() step for the funcexpr of aTom Lane2002-05-18
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-17
* Support temporary setting of search path during CREATE SCHEMA; thisTom Lane2002-05-17
* Dept. of second thoughts: interaction between DoIt and makeDependTom Lane2002-05-17
* Extend syntax of CREATE FUNCTION to resemble SQL99.Peter Eisentraut2002-05-17
* Guard against empty-string results from pg_getlocale.Tom Lane2002-05-17
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Fix obsolete statement about permissions on COPY ref page, and confusionTom Lane2002-05-14
* Remove unnecessary pfree's in geometric operators. At least one of theseTom Lane2002-05-14
* Fix lookup tables used for rounding interval data values when not usingThomas G. Lockhart2002-05-14
* Make regression tests locale-proof by setting some locale categoriesPeter Eisentraut2002-05-14
* Fix bug in psql.Tatsuo Ishii2002-05-14
* fixed problem connecting to server with client_min_messages set to debug. Th...Barry Lind2002-05-14
* Fix typo in _copyAlterUserSetStmt.Tom Lane2002-05-13
* AVG probably shouldn't be upper case here, consideringTom Lane2002-05-13
* Make operators have their own comments separate from those of theTom Lane2002-05-13
* Get rid of long-since-vestigial Iter node type, in favor of adding aTom Lane2002-05-12
* First pass at set-returning-functions in FROM, by Joe Conway withTom Lane2002-05-12
* Update for additional options in CREATE OPERATOR.Tom Lane2002-05-11
* Forgot to handle 'opaque' function arguments in regprocedurein/out.Tom Lane2002-05-11
* First pass at schema-fying pg_dump/pg_restore. Much to do still,Tom Lane2002-05-10
* Suppress duplicate logging of utility commands under debug_print_query.Tom Lane2002-05-10
* Make initdb print a message about which locale it is about to use.Peter Eisentraut2002-05-09
* Add a file for version control.Hiroshi Inoue2002-05-09
* Accept SET SESSION AUTHORIZATION DEFAULT and RESET SESSION AUTHORIZATIONTom Lane2002-05-06
* Make dumpACL behave more reasonably for case where owner has revokedTom Lane2002-05-06
* Cause fmtId to always use its internal buffer for the returned value,Tom Lane2002-05-06