summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-03Fix typo in usage instructions.Tom Lane
2002-05-03Remove the last traces of datatypes datetime and timespan.Tom Lane
2002-05-03Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane
2002-05-02Fix backslash-n typo, per Joe Conway.Tom Lane
2002-05-02Tweak scanner/grammar interface so that the keyword-as-identifier rulesTom Lane
2002-05-01Add routines in namespace.c to determine whether objects are visibleTom Lane
2002-05-01Give left_oper() and right_oper() noError parameters like oper() (theTom Lane
2002-05-01Improve lexer's error reporting. You get the whole token mentioned nowTom Lane
2002-05-01The attached patch fixes 4 instances of missing simi-colons in theJan Wieck
2002-05-01Change heap_get_latest_tid() so that a transaction canHiroshi Inoue
2002-04-30Fix obj_description() and col_description() functions to work reliablyTom Lane
2002-04-30Document that NAMEDATALEN must be a multiple of sizeof(int).Tom Lane
2002-04-30Clean up loose ends remaining from schema privileges discussion.Tom Lane
2002-04-30Code review for ALTER TRIGGER RENAME patch: make better use of index,Tom Lane
2002-04-29Enforce EXECUTE privilege for aggregate functions.Tom Lane
2002-04-29Implement checking of USAGE rights on namespaces.Tom Lane
2002-04-29Add cache invalidation callback hooks.Tom Lane
2002-04-29Add missing 'static' keyword to suppress compiler complaints.Tom Lane
2002-04-29Remove unnecessary/obsolete regproctooid() references.Tom Lane
2002-04-29Add Polish FAQ from Marcin Mazurek.Bruce Momjian
2002-04-28Fix problem with new pg_hba.conf code where the same comparison functionBruce Momjian
2002-04-28Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane
2002-04-28 - Synced yet again.Michael Meskes
2002-04-28Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane
2002-04-28Minor code cleanup.Tom Lane
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-04-27Fix write of pg_pwd file for multiple users. Broken recently by myBruce Momjian
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-27Update DROP COLUMN example to use transactions and rollback-able DROP TABLE>Bruce Momjian
2002-04-26Fix typo.Tom Lane
2002-04-26Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane
2002-04-26Updated:Bruce Momjian
2002-04-26Add checking for syslog.hTatsuo Ishii
2002-04-26Add current_schema() and current_schemas() inquiry functions.Tom Lane
2002-04-25Add a reference page for CREATE SCHEMA.Tom Lane
2002-04-25Added:Bruce Momjian
2002-04-25Improve display of headings in HTML.Bruce Momjian
2002-04-25Updates for schema features.Tom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-25Fix for the following items about escape sequenceHiroshi Inoue
2002-04-25Fix password code to deal with new quoting code.Bruce Momjian
2002-04-24Remove reference to NAMEDATALEN, which wasn't necessary anyway.Peter Eisentraut
2002-04-24Remove references to NAMEDATALEN and INDEX_MAX_KEYS from pg_dump. HandlesPeter Eisentraut
2002-04-24Remove reference to BLCKSZ.Peter Eisentraut
2002-04-24Don't dump core on empty table.Tom Lane
2002-04-24Remove compile warnings for lo dump by casting to char *.Bruce Momjian
2002-04-24Missed one NAMEDATALEN.Peter Eisentraut
2002-04-24Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffersPeter Eisentraut
2002-04-24Update version for UNKNOWN regression fix.Bruce Momjian
2002-04-24Fix UNKNOWN regression test failure.Bruce Momjian