Commit Graph

289 Commits (b69aba74578adf58f48de0f21dceddc2d9f1c4b1)

Author SHA1 Message Date
Michael Paquier b69aba7457 Improve error handling of cryptohash computations 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Daniel Gustafsson e68570e388 Revert b2a459edf "Fix GRANTED BY support in REVOKE ROLE statements" 4 years ago
Daniel Gustafsson b2a459edfe Fix GRANTED BY support in REVOKE ROLE statements 4 years ago
Dean Rasheed 2bfb50b3df Improve reporting of "conflicting or redundant options" errors. 4 years ago
Noah Misch df5efaf441 Standardize pg_authid oid_symbol values. 5 years ago
Stephen Frost c9c41c7a33 Rename Default Roles to Predefined Roles 5 years ago
Noah Misch a14a0118a1 Add "pg_database_owner" default role. 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 17fb60387c Improve error messages around REPLICATION and BYPASSRLS properties. 5 years ago
Tom Lane d907bd0543 Allow users with BYPASSRLS to alter their own passwords. 5 years ago
Peter Eisentraut c7eab0e97e Change default of password_encryption to scram-sha-256 5 years ago
Andrew Gierth d9a4cce29d Fix error case for CREATE ROLE ... IN ROLE. 5 years ago
Tom Lane 0973f5602c Remove long-dead comments. 6 years ago
Alvaro Herrera 4e89c79a52 Remove excess parens in ereport() calls 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 7854e07f25 Revert "Rename files and headers related to index AM" 6 years ago
Michael Paquier 8ce3aa9b59 Rename files and headers related to index AM 6 years ago
Tom Lane 54100f5c60 Add an enforcement mechanism for global object names in regression tests. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Andres Freund e7cc78ad43 Remove superfluous tqual.h includes. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Heikki Linnakangas bf6b9e9444 Don't allow logging in with empty password. 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Heikki Linnakangas eb61136dc7 Remove support for password_encryption='off' / 'plain'. 8 years ago
Heikki Linnakangas c727f120ff Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption. 9 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 9 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 9 years ago
Tom Lane ab02896510 Provide CatalogTupleDelete() as a wrapper around simple_heap_delete(). 9 years ago
Heikki Linnakangas dbd69118c0 Replace isMD5() with a more future-proof way to check if pw is encrypted. 9 years ago
Alvaro Herrera 2f5c9d9c9c Tweak catalog indexing abstraction for upcoming WARM 9 years ago
Andres Freund 9ba8a9ce45 Use the new castNode() macro in a number of places. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Peter Eisentraut 2e254130d1 Make more use of RoleSpec struct 9 years ago
Heikki Linnakangas babe05bc2b Turn password_encryption GUC into an enum. 9 years ago
Peter Eisentraut 49eb0fd097 Add location field to DefElem 9 years ago
Heikki Linnakangas ec136d19b2 Move code shared between libpq and backend from backend/libpq/ to common/. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 9 years ago
Stephen Frost a89505fd21 Remove various special checks around default roles 10 years ago
Stephen Frost 293007898d Reserve the "pg_" namespace for roles 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Peter Eisentraut a351705d8a Improve some messages 10 years ago
Stephen Frost 7ec8296e70 In AlterRole, make bypassrls an int 10 years ago