Commit Graph

272 Commits (8ce3aa9b5914d1ac45ed3f9bc484f66b3c4850c7)

Author SHA1 Message Date
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. 8 years ago
Tom Lane 8f0530f580 Improve castNode notation by introducing list-extraction-specific variants. 8 years ago
Heikki Linnakangas 818fd4a67d Support SCRAM-SHA-256 authentication (RFC 5802 and 7677). 8 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 9 years ago
Stephen Frost 293007898d Reserve the "pg_" namespace for roles 9 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
Alvaro Herrera e52b690cf5 Don't handle PUBLIC/NONE separately 10 years ago
Joe Conway 02eac01f91 Make RLS related error messages more consistent and compliant. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Peter Eisentraut 30982be4e5 Integrate pg_upgrade_support module into backend 10 years ago
Alvaro Herrera e3f1c24b99 Fix crasher bugs in previous commit 10 years ago
Alvaro Herrera 31eae6028e Allow CURRENT/SESSION_USER to be used in certain commands 10 years ago
Peter Eisentraut bb8582abf3 Remove rolcatupdate 10 years ago
Alvaro Herrera a2e35b53c3 Change many routines to return ObjectAddress rather than OID 10 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Bruce Momjian a7ae1dcf49 pg_upgrade: prevent automatic oid assignment 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Noah Misch fea164a72a Shore up ADMIN OPTION restrictions. 12 years ago
Stephen Frost fbe19ee3b8 ALTER TABLESPACE ... MOVE ... OWNED BY 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago