Commit Graph

93 Commits (19f7ca78cc8201327c0f5702d37da3e79ffda0a8)

Author SHA1 Message Date
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane b6a1d25b0a Error message editing in utils/adt. Again thanks to Joe Conway for doing 22 years ago
Tom Lane b3c0551eda Create real array comparison functions (that use the element datatype's 22 years ago
Bruce Momjian 111d8e522b Back out array mega-patch. 22 years ago
Bruce Momjian 46bf651480 Array mega-patch. 22 years ago
Peter Eisentraut 8a2922dcb2 Represent grant options in the information schema. 22 years ago
Tom Lane 5369190220 Make the world at least marginally safe for usernames with embedded spaces. 22 years ago
Tom Lane 7a196bab23 Suppress gcc warnings. 23 years ago
Peter Eisentraut ef7422510e Grant options, and cascading revoke. Grant options are allowed only for 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Bruce Momjian 9b12ab6d5d Add new palloc0 call as merge of palloc and MemSet(0). 23 years ago
Bruce Momjian 75fee4535d Back out use of palloc0 in place if palloc/MemSet. Seems constant len 23 years ago
Bruce Momjian 8fee9615cc Merge palloc()/MemSet(0) calls into a single palloc0() call. 23 years ago
Tom Lane c6367df506 Change default privileges for languages and functions to be PUBLIC USAGE 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tom Lane d61de58906 Arrange for the default permissions on a database to allow temp table 23 years ago
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