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