Commit Graph

12541 Commits (72a3902a664c7fbceb2034e28e444b28f96fa717)
 

Author SHA1 Message Date
Tom Lane 72a3902a66 Create an internal semaphore API that is not tied to SysV semaphores. 23 years ago
Tom Lane 91fc10fdac Fix compile errors in CYR_RECODE code, per report from Oliver Elphick. 23 years ago
Tom Lane 90739d4621 Make ruleutils.c schema-aware. Displayed names are schema-qualified 23 years ago
Tom Lane 1a69a37d5b Fix obsolete comments. 23 years ago
Tom Lane d662f29302 Use quote_identifier on relation names in EXPLAIN output, per suggestion 23 years ago
Tom Lane 4a2fe8e03d Fix typo in usage instructions. 23 years ago
Tom Lane 8338cc03a8 Remove the last traces of datatypes datetime and timespan. 23 years ago
Tom Lane 53cedcac22 Retire xlateSqlType/xlateSqlFunc; all type name translations are now 23 years ago
Tom Lane c2def1b128 Fix backslash-n typo, per Joe Conway. 23 years ago
Tom Lane 3220fd2138 Tweak scanner/grammar interface so that the keyword-as-identifier rules 23 years ago
Tom Lane 0041a3d72f Add routines in namespace.c to determine whether objects are visible 23 years ago
Tom Lane a829cbb877 Give left_oper() and right_oper() noError parameters like oper() (the 23 years ago
Tom Lane 61446e0927 Improve lexer's error reporting. You get the whole token mentioned now 23 years ago
Jan Wieck 241978b91b The attached patch fixes 4 instances of missing simi-colons in the 23 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