| Commit message (Expand) | Author | Age | Files | Lines |
* | Document that SM_* variables should be longer. | Bruce Momjian | 2002-06-03 | 1 | -1/+2 |
* | Mention SM_USER should be the same size as the others. | Bruce Momjian | 2002-06-03 | 1 | -1/+2 |
* | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane | 2002-05-27 | 1 | -27/+43 |
* | Remove AMI_OVERRIDE tests from tqual.c routines; they aren't necessary | Tom Lane | 2002-05-25 | 1 | -12/+8 |
* | Mark index entries "killed" when they are no longer visible to any | Tom Lane | 2002-05-24 | 8 | -38/+37 |
* | Modify sequence state storage to eliminate dangling-pointer problem | Tom Lane | 2002-05-22 | 2 | -4/+4 |
* | Add optional "validator" function to languages that can validate the | Peter Eisentraut | 2002-05-22 | 4 | -11/+22 |
* | Since COPY fires triggers, it seems like a good idea for it to use | Tom Lane | 2002-05-21 | 1 | -1/+2 |
* | Remove global variable scanCommandId in favor of storing a command ID | Tom Lane | 2002-05-21 | 5 | -18/+20 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 9 | -77/+84 |
* | Add display of sort keys to the default EXPLAIN output. | Tom Lane | 2002-05-18 | 1 | -1/+2 |
* | Teach query_tree_walker, query_tree_mutator, and SS_finalize_plan to | Tom Lane | 2002-05-18 | 1 | -1/+1 |
* | Allow functions to be executed with the privileges of the function owner. | Peter Eisentraut | 2002-05-18 | 3 | -1355/+1355 |
* | Change set_plan_references and join_references to take an rtable List | Tom Lane | 2002-05-18 | 2 | -6/+6 |
* | Get rid of the last few uses of typeidTypeName() rather than | Tom Lane | 2002-05-17 | 1 | -2/+1 |
* | Support temporary setting of search path during CREATE SCHEMA; this | Tom Lane | 2002-05-17 | 1 | -3/+9 |
* | Extend syntax of CREATE FUNCTION to resemble SQL99. | Peter Eisentraut | 2002-05-17 | 3 | -9/+8 |
* | Merge the last few variable.c configuration variables into the generic | Tom Lane | 2002-05-17 | 9 | -55/+84 |
* | Get rid of long-since-vestigial Iter node type, in favor of adding a | Tom Lane | 2002-05-12 | 8 | -105/+54 |
* | First pass at set-returning-functions in FROM, by Joe Conway with | Tom Lane | 2002-05-12 | 13 | -34/+162 |
* | Not needed anymore. | Tom Lane | 2002-05-05 | 1 | -74/+0 |
* | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane | 2002-05-05 | 8 | -127/+152 |
* | Retire xlateSqlType/xlateSqlFunc; all type name translations are now | Tom Lane | 2002-05-03 | 2 | -6/+14 |
* | Tweak scanner/grammar interface so that the keyword-as-identifier rules | Tom Lane | 2002-05-02 | 1 | -3/+3 |
* | Add routines in namespace.c to determine whether objects are visible | Tom Lane | 2002-05-01 | 1 | -7/+7 |
* | Give left_oper() and right_oper() noError parameters like oper() (the | Tom Lane | 2002-05-01 | 1 | -3/+3 |
* | Fix obj_description() and col_description() functions to work reliably | Tom Lane | 2002-04-30 | 1 | -3/+3 |
* | Document that NAMEDATALEN must be a multiple of sizeof(int). | Tom Lane | 2002-04-30 | 2 | -4/+7 |
* | Clean up loose ends remaining from schema privileges discussion. | Tom Lane | 2002-04-30 | 1 | -1/+2 |
* | Code review for ALTER TRIGGER RENAME patch: make better use of index, | Tom Lane | 2002-04-30 | 1 | -2/+1 |
* | Add cache invalidation callback hooks. | Tom Lane | 2002-04-29 | 1 | -1/+11 |
* | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane | 2002-04-28 | 6 | -28/+16 |
* | Support toasting of shared system relations, and provide toast tables for | Tom Lane | 2002-04-27 | 9 | -19/+19 |
* | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 3 | -19/+18 |
* | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | Tom Lane | 2002-04-26 | 2 | -6/+4 |
* | Add current_schema() and current_schemas() inquiry functions. | Tom Lane | 2002-04-26 | 4 | -8/+17 |
* | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane | 2002-04-25 | 9 | -29/+110 |
* | Update version for UNKNOWN regression fix. | Bruce Momjian | 2002-04-24 | 1 | -2/+2 |
* | Fix UNKNOWN regression test failure. | Bruce Momjian | 2002-04-24 | 1 | -3/+3 |
* | Add missing columns for UNKNOWN patch. Increment catalog version. | Bruce Momjian | 2002-04-24 | 2 | -5/+5 |
* | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian | 2002-04-24 | 2 | -7/+18 |
* | I'm at the win32 error messages once more. The DLL load thingy doesn't | Bruce Momjian | 2002-04-24 | 1 | -1/+1 |
* | Here's a patch to add unknownin/unknownout support. I also poked around | Bruce Momjian | 2002-04-24 | 6 | -9/+21 |
* | Based on this report, I am adding a FUNC_MAX_ARGS define to | Bruce Momjian | 2002-04-23 | 1 | -0/+1 |
* | Clean up INT64CONST conflicts. Make the pg_crc code use a macro called | Tom Lane | 2002-04-23 | 5 | -29/+31 |
* | Support alternate storage scheme of 64-bit integer for date/time types. | Thomas G. Lockhart | 2002-04-21 | 10 | -51/+153 |
* | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 | 9 | -84/+108 |
* | Remove --enable-syslog option | Tatsuo Ishii | 2002-04-21 | 2 | -6/+5 |
* | Scanner performance improvements | Peter Eisentraut | 2002-04-20 | 3 | -6/+11 |
* | Change naming rule for ON SELECT rules of views: they're all just | Tom Lane | 2002-04-19 | 2 | -5/+6 |