| Age | Commit message (Expand) | Author |
| 2002-05-05 | Create an internal semaphore API that is not tied to SysV semaphores. | Tom Lane |
| 2002-05-03 | Fix compile errors in CYR_RECODE code, per report from Oliver Elphick. | Tom Lane |
| 2002-05-03 | Make ruleutils.c schema-aware. Displayed names are schema-qualified | Tom Lane |
| 2002-05-03 | Fix obsolete comments. | Tom Lane |
| 2002-05-03 | Use quote_identifier on relation names in EXPLAIN output, per suggestion | Tom Lane |
| 2002-05-03 | Fix typo in usage instructions. | Tom Lane |
| 2002-05-03 | Remove the last traces of datatypes datetime and timespan. | Tom Lane |
| 2002-05-03 | Retire xlateSqlType/xlateSqlFunc; all type name translations are now | Tom Lane |
| 2002-05-02 | Fix backslash-n typo, per Joe Conway. | Tom Lane |
| 2002-05-02 | Tweak scanner/grammar interface so that the keyword-as-identifier rules | Tom Lane |
| 2002-05-01 | Add routines in namespace.c to determine whether objects are visible | Tom Lane |
| 2002-05-01 | Give left_oper() and right_oper() noError parameters like oper() (the | Tom Lane |
| 2002-05-01 | Improve lexer's error reporting. You get the whole token mentioned now | Tom Lane |
| 2002-05-01 | The attached patch fixes 4 instances of missing simi-colons in the | Jan Wieck |
| 2002-05-01 | Change heap_get_latest_tid() so that a transaction can | Hiroshi Inoue |
| 2002-04-30 | Fix obj_description() and col_description() functions to work reliably | Tom Lane |
| 2002-04-30 | Document that NAMEDATALEN must be a multiple of sizeof(int). | Tom Lane |
| 2002-04-30 | Clean up loose ends remaining from schema privileges discussion. | Tom Lane |
| 2002-04-30 | Code review for ALTER TRIGGER RENAME patch: make better use of index, | Tom Lane |
| 2002-04-29 | Enforce EXECUTE privilege for aggregate functions. | Tom Lane |
| 2002-04-29 | Implement checking of USAGE rights on namespaces. | Tom Lane |
| 2002-04-29 | Add cache invalidation callback hooks. | Tom Lane |
| 2002-04-29 | Add missing 'static' keyword to suppress compiler complaints. | Tom Lane |
| 2002-04-29 | Remove unnecessary/obsolete regproctooid() references. | Tom Lane |
| 2002-04-28 | Fix problem with new pg_hba.conf code where the same comparison function | Bruce Momjian |
| 2002-04-28 | Second try at fixing join alias variables. Instead of attaching miscellaneous | Tom Lane |
| 2002-04-28 | - Synced yet again. | Michael Meskes |
| 2002-04-28 | Make ruleutils.c use format_type for printing typenames. Minor tweaks | Tom Lane |
| 2002-04-28 | Minor code cleanup. | Tom Lane |
| 2002-04-27 | Support toasting of shared system relations, and provide toast tables for | Tom Lane |
| 2002-04-27 | Fix write of pg_pwd file for multiple users. Broken recently by my | Bruce Momjian |
| 2002-04-27 | Restructure aclcheck error reporting to make permission-failure | Tom Lane |
| 2002-04-26 | Move renametrig() from tablecmds.c to trigger.c --- if we're going to | Tom Lane |
| 2002-04-26 | Add current_schema() and current_schemas() inquiry functions. | Tom Lane |
| 2002-04-25 | Implement types regprocedure, regoper, regoperator, regclass, regtype | Tom Lane |
| 2002-04-25 | Fix for the following items about escape sequence | Hiroshi Inoue |
| 2002-04-25 | Fix password code to deal with new quoting code. | Bruce Momjian |
| 2002-04-24 | Remove reference to NAMEDATALEN, which wasn't necessary anyway. | Peter Eisentraut |
| 2002-04-24 | Remove references to NAMEDATALEN and INDEX_MAX_KEYS from pg_dump. Handles | Peter Eisentraut |
| 2002-04-24 | Remove reference to BLCKSZ. | Peter Eisentraut |
| 2002-04-24 | Don't dump core on empty table. | Tom Lane |
| 2002-04-24 | Remove compile warnings for lo dump by casting to char *. | Bruce Momjian |
| 2002-04-24 | Missed one NAMEDATALEN. | Peter Eisentraut |
| 2002-04-24 | Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers | Peter Eisentraut |
| 2002-04-24 | Update version for UNKNOWN regression fix. | Bruce Momjian |
| 2002-04-24 | Fix UNKNOWN regression test failure. | Bruce Momjian |
| 2002-04-24 | Fix regression for new DROP RULE syntax. | Bruce Momjian |
| 2002-04-24 | Add missing columns for UNKNOWN patch. Increment catalog version. | Bruce Momjian |
| 2002-04-24 | Restrict comment to the current database in order to prevent them from | Bruce Momjian |
| 2002-04-24 | Attached is a patch for ALTER TRIGGER RENAME per the above thread. I | Bruce Momjian |