Commit Graph

85 Commits (cd1661bbcc7c20a5c4d00dd114263ea9afe36063)

Author SHA1 Message Date
Peter Eisentraut 5c4920be30 Remove stdbool workaround in sepgsql 8 years ago
Andres Freund 29d432e477 Blindly attempt to adapt sepgsql regression tests. 8 years ago
Alvaro Herrera 8237f27b50 get_relid_attribute_name is dead, long live get_attname 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 9 years ago
Joe Conway 06c0afe56e Fix contrib/sepgsql regr tests for tup-routing constraint check change. 9 years ago
Tom Lane e7941a9766 Replace over-optimistic Assert in partitioning code with a runtime test. 9 years ago
Tom Lane 2dd510e630 Fix contrib/sepgsql regression tests for partition NOT NULL change. 9 years ago
Peter Eisentraut 244f1c8907 Fix whitespace 9 years ago
Joe Conway 86fa9b2d1b Make sepgsql regression tests robust vs. collation differences 9 years ago
Joe Conway 25542d77dd Add partitioned table support to sepgsql 9 years ago
Joe Conway af8a94d18d Silence uninitialized variable compiler warning in sepgsql 9 years ago
Joe Conway bd190eae36 Silence compiler warning in sepgsql 9 years ago
Kevin Grittner 01fd6f8f2d Try to fix breakage of sepgsql hooks by ENR patch. 9 years ago
Andres Freund d253b0f6e3 Blindly attempt to fix sepgsql tests #2. 9 years ago
Andres Freund 83bbcb04ab Blindly attempt to fix sepgsql tests. 9 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Heikki Linnakangas d93b7535a6 Fix typo also in expected output. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Peter Eisentraut 5d7c9c906a Remove unnecessary prototypes in loadable modules 9 years ago
Tom Lane ab1f0c8225 Change representation of statement lists, and add statement location info. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane ea268cdc9a Add macros to make AllocSetContextCreate() calls simpler and safer. 9 years ago
Tom Lane 18555b1323 Establish conventions about global object names used in regression tests. 10 years ago
Andres Freund 1a7a43672b Don't use !! but != 0/NULL to force boolean evaluation. 10 years ago
Robert Haas 3aff33aa68 Fix typos. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 870df2b3b7 Fix omission of -X (--no-psqlrc) in some psql invocations. 10 years ago
Joe Conway 03543afe15 Adjust sepgsql regression output for recent error context change 10 years ago
Tom Lane 0426f349ef Rearrange the handling of error context reports. 10 years ago
Joe Conway 794e2558be Fix sepgsql regression tests. 10 years ago
Andres Freund 2c8f4836db Represent columns requiring insert and update privileges indentently. 11 years ago
Robert Haas e96b7c6b9f sepgsql: Improve error message when unsupported object type is labeled. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Tom Lane f4e031c662 Add bms_next_member(), and use it where appropriate. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas 554bb3beba Fix typo in comment. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Robert Haas 568d4138c6 Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 13 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 13 years ago
Tom Lane f8db76e875 Editorialize a bit on new ProcessUtility() API. 13 years ago
Robert Haas f050457978 sepgsql: Minor improvement to test script, doc fix. 13 years ago
Robert Haas 0bf5c548d6 sepgsql: One more getObjectIdentity in lieu of getObjectDescription. 13 years ago
Robert Haas f8a54e936b sepgsql: Enforce db_procedure:{execute} permission. 13 years ago
Robert Haas b620fdabba sepgql: Use getObjectIdentity rather than getObjectDescription. 13 years ago
Robert Haas e965e6344c sepgsql: Enforce db_schema:search permission. 13 years ago
Robert Haas 0f05840bf4 Allow sepgsql labels to depend on object name. 13 years ago