Commit Graph

12581 Commits (a5b370943e1a7936e0118641f16acf6dbcc829cc)
 

Author SHA1 Message Date
Tom Lane 0041a3d72f Add routines in namespace.c to determine whether objects are visible 24 years ago
Tom Lane a829cbb877 Give left_oper() and right_oper() noError parameters like oper() (the 24 years ago
Tom Lane 61446e0927 Improve lexer's error reporting. You get the whole token mentioned now 24 years ago
Jan Wieck 241978b91b The attached patch fixes 4 instances of missing simi-colons in the 24 years ago
Hiroshi Inoue d1406f1b1e Change heap_get_latest_tid() so that a transaction can 24 years ago
Tom Lane 936afc8a4b Fix obj_description() and col_description() functions to work reliably 24 years ago
Tom Lane 1e4f34f309 Document that NAMEDATALEN must be a multiple of sizeof(int). 24 years ago
Tom Lane e4f06dc12e Clean up loose ends remaining from schema privileges discussion. 24 years ago
Tom Lane 4c25a0655b Code review for ALTER TRIGGER RENAME patch: make better use of index, 24 years ago
Tom Lane 857661ba2e Enforce EXECUTE privilege for aggregate functions. 24 years ago
Tom Lane ccfaf9067d Implement checking of USAGE rights on namespaces. 24 years ago
Tom Lane 88ef7067f7 Add cache invalidation callback hooks. 24 years ago
Tom Lane 8d615763da Add missing 'static' keyword to suppress compiler complaints. 24 years ago
Tom Lane e896912ee9 Remove unnecessary/obsolete regproctooid() references. 24 years ago
Bruce Momjian c763cfa9e8 Add Polish FAQ from Marcin Mazurek. 24 years ago
Bruce Momjian ea43fec258 Fix problem with new pg_hba.conf code where the same comparison function 24 years ago
Tom Lane 6c59886942 Second try at fixing join alias variables. Instead of attaching miscellaneous 24 years ago
Michael Meskes c8996f9c6b - Synced yet again. 24 years ago
Tom Lane 25dfba3954 Make ruleutils.c use format_type for printing typenames. Minor tweaks 24 years ago
Tom Lane 7677fe0aa6 Minor code cleanup. 24 years ago
Tom Lane c06f6a6bc2 Support toasting of shared system relations, and provide toast tables for 24 years ago
Bruce Momjian 108871f4fc Fix write of pg_pwd file for multiple users. Broken recently by my 24 years ago
Tom Lane 31c775adeb Restructure aclcheck error reporting to make permission-failure 24 years ago
Bruce Momjian aafe72efb2 Update DROP COLUMN example to use transactions and rollback-able DROP TABLE> 24 years ago
Tom Lane 97b6e3f06f Fix typo. 24 years ago
Tom Lane 7de307f96c Move renametrig() from tablecmds.c to trigger.c --- if we're going to 24 years ago
Bruce Momjian e90dbd27b1 Updated: 24 years ago
Tatsuo Ishii 998e1c178c Add checking for syslog.h 24 years ago
Tom Lane a309032d2f Add current_schema() and current_schemas() inquiry functions. 24 years ago
Tom Lane d9375ad564 Add a reference page for CREATE SCHEMA. 24 years ago
Bruce Momjian be004a0c09 Added: 24 years ago
Bruce Momjian 8cec968784 Improve display of headings in HTML. 24 years ago
Tom Lane e358a61d76 Updates for schema features. 24 years ago
Tom Lane 52200befd0 Implement types regprocedure, regoper, regoperator, regclass, regtype 24 years ago
Hiroshi Inoue 4eac3919dd Fix for the following items about escape sequence 24 years ago
Bruce Momjian 6cdba03d38 Fix password code to deal with new quoting code. 24 years ago
Peter Eisentraut 39e77dd365 Remove reference to NAMEDATALEN, which wasn't necessary anyway. 24 years ago
Peter Eisentraut ed8aa9711e Remove references to NAMEDATALEN and INDEX_MAX_KEYS from pg_dump. Handles 24 years ago
Peter Eisentraut 8889eb098a Remove reference to BLCKSZ. 24 years ago
Tom Lane 6260c7c167 Don't dump core on empty table. 24 years ago
Bruce Momjian 8be68479dc Remove compile warnings for lo dump by casting to char *. 24 years ago
Peter Eisentraut 71aab11327 Missed one NAMEDATALEN. 24 years ago
Peter Eisentraut 3d726290c0 Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers 24 years ago
Bruce Momjian 246f47fdf0 Update version for UNKNOWN regression fix. 24 years ago
Bruce Momjian a1fe85d749 Fix UNKNOWN regression test failure. 24 years ago
Bruce Momjian eb5df80759 Fix regression for new DROP RULE syntax. 24 years ago
Bruce Momjian a4b361b747 Add missing columns for UNKNOWN patch. Increment catalog version. 24 years ago
Bruce Momjian f20d467e6b Add missing SGML file. 24 years ago
Bruce Momjian ab117a6643 Restrict comment to the current database in order to prevent them from 24 years ago
Bruce Momjian a02f83426b Here's a doc patch for ALTER TRIGGER RENAME. Please apply if there are 24 years ago