Commit Graph

122 Commits (d5e96520ffca8eeeefc11f8fc82af610f68e63a8)

Author SHA1 Message Date
Michael Paquier e949137397 Fix compilation failure with sepgsql 5 years ago
Michael Paquier 2a10fdc430 Eliminate cache lookup errors in SQL functions for object addresses 5 years ago
Tom Lane fc576b7c4f Fix cache reference leak in contrib/sepgsql. 5 years ago
Alvaro Herrera 2f9661311b
Represent command completion tags as structs 5 years ago
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common 5 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
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
Joe Conway 4f66c93f61 Update sepgsql to add mandatory access control for TRUNCATE 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Michael Paquier 6ca86bb7e9 Fix typos in the code 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Michael Paquier 14ac4237cb Update test output of sepgsql for ALTER TABLE COLUMN DROP 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9 6 years ago
Tom Lane f5a4ab23e4 Fix contrib/sepgsql test policy to work with latest SELinux releases. 6 years ago
Tom Lane 82c8a3c52a Fix sepgsql test results for commit d97b714a2. 6 years ago
Tom Lane 1cff1b95ab Represent Lists as expansible arrays, not chains of cons-cells. 6 years ago
David Rowley 8abc13a889 Use appendStringInfoString and appendPQExpBufferStr where possible 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane 2d7d946cd3 Clean up the behavior and API of catalog.c's is-catalog-relation tests. 6 years ago
Alvaro Herrera af38498d4c Move hash_any prototype from access/hash.h to utils/hashutils.h 6 years ago
Andres Freund b7eda3e0e3 Move generic snapshot related code from tqual.h to snapmgr.h. 7 years ago
Tom Lane 071e11898d Fix sepgsql regression test. 7 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
Tom Lane b2d9e17768 Update sepgsql regression test results for commit ca4103025. 7 years ago
Andres Freund 7306d5e920 Blind attempt at fixing sepgsql output for 578b22. 7 years ago
Andres Freund 937e4e5099 Fix sepgsql compile error caused by oid removal. 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Tom Lane f248453b7a Update sepgsql regression test output for getObjectDescription() changes. 7 years ago
Tom Lane cefa387153 Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers. 7 years ago
Andres Freund 4f813c7203 Blindly attempt to fix sepgsql tests broken due to 9fdb675fc5. 7 years ago
Peter Eisentraut 5c4920be30 Remove stdbool workaround in sepgsql 7 years ago
Andres Freund 29d432e477 Blindly attempt to adapt sepgsql regression tests. 7 years ago
Alvaro Herrera 8237f27b50 get_relid_attribute_name is dead, long live get_attname 7 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 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
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Joe Conway 06c0afe56e Fix contrib/sepgsql regr tests for tup-routing constraint check change. 8 years ago
Tom Lane e7941a9766 Replace over-optimistic Assert in partitioning code with a runtime test. 8 years ago
Tom Lane 2dd510e630 Fix contrib/sepgsql regression tests for partition NOT NULL change. 8 years ago
Peter Eisentraut 244f1c8907 Fix whitespace 8 years ago
Joe Conway 86fa9b2d1b Make sepgsql regression tests robust vs. collation differences 8 years ago
Joe Conway 25542d77dd Add partitioned table support to sepgsql 8 years ago