Commit Graph

52 Commits (f1325ce213ae1843d2ee636ff6780c3f8ac9ada6)

Author SHA1 Message Date
Itagaki Takahiro f1325ce213 Add large object access control. 16 years ago
Tom Lane 5ec1341136 Use plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT PRIVILEGES. We have 16 years ago
Alvaro Herrera 2eda8dfb52 Make it possibly to specify GUC params per user and per database. 16 years ago
Tom Lane 249724cb01 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust 16 years ago
Tom Lane b1732111f2 Fix pg_dump to do the right thing when escaping the contents of large objects. 16 years ago
Tom Lane 1aa58d3a83 Tweak the core scanner so that it can be used by plpgsql too. 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Andrew Dunstan c394bd331a Use thread-local storage for querybuffer in fmtId() on Windows, when needed (i.e. when 17 years ago
Tom Lane 3cb5d6580a Support column-level privileges, as required by SQL standard. 17 years ago
Bruce Momjian 511db38ace Update copyright for 2009. 17 years ago
Peter Eisentraut cae565e503 SQL/MED catalog manipulation facilities 17 years ago
Tom Lane a0b76dc662 Create a separate grantable privilege for TRUNCATE, rather than having it be 17 years ago
Bruce Momjian 9098ab9e32 Update copyrights in source tree to 2008. 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Peter Eisentraut 5f9869d0ee Use "alternative" instead of "alternate" where it is clearer. 18 years ago
Tom Lane ff481ca0d4 Adjust processSQLNamePattern() so that $ within the pattern is always matched 18 years ago
Tom Lane 4c310eca2e Arrange for quote_identifier() and pg_dump to not quote keywords that are 19 years ago
Bruce Momjian 29dccf5fe0 Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
Tom Lane 2ee56b6a3a Tweak pg_dumpall to add GRANT CONNECT ON DATABASE ... TO PUBLIC when dumping 19 years ago
Tom Lane 39ed8c4049 Move processNamePattern into dumputils.c in preparation for using it in 19 years ago
Bruce Momjian f99a569a2e pgindent run for 8.2. 19 years ago
Tom Lane bf6b92d6e0 Fix pg_dump for recent change removing separate RULE privilege. 19 years ago
Tom Lane 6178762fcf Fix up hack to suppress escape_string_warning so that it actually works 20 years ago
Tom Lane 134b463f02 Fix up pg_dump to do string escaping fully correctly for client encoding 20 years ago
Bruce Momjian 7a846ecc00 Use E'' strings internally only when standard_conforming_strings = 20 years ago
Tom Lane 82a2881c5b Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Bruce Momjian 4789e98801 Add GRANT ON SEQUENCE syntax to support sequence-only permissions. 20 years ago
Bruce Momjian 2583663623 Brace cleanup. 20 years ago
Tom Lane e4a9229d55 Treat procedural languages as owned by the bootstrap superuser, rather 20 years ago
Tom Lane 6f5efe3d16 Fix obsolete comment. 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 74b49a8129 Add E'' to internally created SQL strings that contain backslashes. 20 years ago
Bruce Momjian 539bc9fc91 Add code to pg_dump to use E'' strings when backslashes are used in dump 20 years ago
Neil Conway 47458f8c2f GCC 4.0 includes a new warning option, -Wformat-literal, that emits 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 22 years ago
Tom Lane f862c42009 Use dollar-quoting for function bodies, unless disabled with 22 years ago
Tom Lane 6400d69d87 pg_dump support for function parameter names. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 2b5f049f7c Handle double-quotes correctly in user names in ACL lists. 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 8488f25425 Upgrade parsing code for ACLs to be less hokey and more cognizant of 22 years ago
Peter Eisentraut cf16f51a43 Fix grant option dumping and related cross-version compatibility issues. 22 years ago
Tom Lane df1df6bb90 Cause pg_dumpall to include GRANT/REVOKE for database-level permissions 23 years ago
Peter Eisentraut 40853dd445 Allow pg_dumpall to work with previous releases again. Don't pass the -c 23 years ago