Commit Graph

127 Commits (c859308aba7edef428994e6de90ff35f35a328c5)

Author SHA1 Message Date
Bruce Momjian dd912c6977 This patches replaces a few more usages of strcpy() and sprintf() when 23 years ago
Tom Lane 5cabcfccce Modify array operations to include array's element type OID in the 23 years ago
Tom Lane 4ab8e69094 has_table_privilege spawns scions has_database_privilege, has_function_privilege, 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Tom Lane 31c775adeb Restructure aclcheck error reporting to make permission-failure 24 years ago
Tom Lane a309032d2f Add current_schema() and current_schemas() inquiry functions. 24 years ago
Tom Lane b0bcf8aab2 Restructure AclItem representation so that we can have more than eight 24 years ago
Tom Lane 1dbf8aa7a8 pg_class has a relnamespace column. You can create and access tables 24 years ago
Tom Lane 56c9b73c1d Change the aclchk.c routines to uniformly use OIDs to identify the 24 years ago
Bruce Momjian a033daf566 Commit to match discussed elog() changes. Only update is that LOG is 24 years ago
Peter Eisentraut 8adf56f77a Privileges on functions and procedural languages 24 years ago
Tom Lane c845b4272c IsSystemRelationName() treats TOAST relations as system relations. 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane c9499e68da has_table_privilege functions from Joe Conway (with some kibitzing from 24 years ago
Bruce Momjian 76e9ad1f55 Back out has_table_privilege patch. 24 years ago
Bruce Momjian 58c909bb8d OK -- here's take #5. 24 years ago
Peter Eisentraut 7ceed2a9b5 Allow GRANT/REVOKE to/from more than one user per invocation. Command tag 24 years ago
Tom Lane fb97d2b6bf Correct permissions-checking bugs associated with ancient decision to 24 years ago
Peter Eisentraut 96147a6d1c Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER 24 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 25 years ago
Tom Lane c0f069944f Make aclcontains() do something that's at least vaguely reasonable: 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Tom Lane 175f52083b aclitemout() shouldn't coredump when it finds an ACL item 25 years ago
Tom Lane a933ee38bb Change SearchSysCache coding conventions so that a reference count is 25 years ago
Tom Lane aceec9ae1a Fix bug reported by bobson: aclinsert3 would delete the 'world' entry 25 years ago
Bruce Momjian 85f1950a6f Remove NO_SECURITY define. 25 years ago
Tom Lane fbd26d6984 Arrange that no database accesses are attempted during parser() --- this 25 years ago
Tom Lane 7215f74b89 Make default ACL be consistent --- ie, starting point for ChangeAcl 25 years ago
Tom Lane 7d0c4188f1 Make acl-related functions safe for TOAST. Mark pg_class.relacl as 25 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 25 years ago
Tom Lane 48165ec226 Latest round of fmgr updates. All functions with bool,char, or int2 25 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian 74f418eb9a Add pg_statistic index, add missing Hiroshi file. 26 years ago
Bruce Momjian fc955b14ea Add system indexes to match all caches. 26 years ago
Tom Lane b7d49a4209 Drive a stake through the heart of the last use of MAX_PARSE_BUFFER 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 26 years ago
Bruce Momjian a71802e12e Final cleanup. 26 years ago
Bruce Momjian a9591ce66a Change #include's to use <> and "" as appropriate. 26 years ago
Bruce Momjian 296efd8065 Fix for ACL length problem on different platforms. 26 years ago
Bruce Momjian 07842084fe pgindent run over code. 26 years ago
Bruce Momjian 1a87c14c9c I am sorry, I misinterpreted the still failing trigger regression test. 27 years ago
Bruce Momjian beb1851dd9 This patch fixes the bug that made it impossible to grant permissions to 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 7971539020 heap_fetch requires buffer pointer, must be released; heap_getnext 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 27 years ago