Commit Graph

2943 Commits (3dfce37627b76e4da9e1d6090beedb608cefafcb)

Author SHA1 Message Date
Tom Lane 5b3ce2c911 Avoid unexpected slowdown in vacuum regression test. 11 years ago
Stephen Frost c219cbfed3 Move rowsecurity event trigger test 11 years ago
Noah Misch e415b469b3 Reject ANALYZE commands during VACUUM FULL or another ANALYZE. 11 years ago
Peter Eisentraut 79af9a1d26 Fix namespace handling in xpath function 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Alvaro Herrera d5e3d1e969 Fix thinko in lock mode enum 11 years ago
Tom Lane 7161b082bd Don't run rowsecurity in parallel with other regression tests. 11 years ago
Alvaro Herrera 72dd233d3e pg_event_trigger_dropped_objects: Add name/args output columns 11 years ago
Alvaro Herrera a676201490 Add pg_identify_object_as_address 11 years ago
Alvaro Herrera 5b447ad3a9 Fix object_address expected output 11 years ago
Alvaro Herrera 3f88672a4e Use TypeName to represent type names in certain commands 11 years ago
Alvaro Herrera 6630420fc9 Restrict name list len for domain constraints 11 years ago
Alvaro Herrera 289121a452 Remove event trigger from object_address test 11 years ago
Noah Misch 8d9cb0bc48 Have config_sspi_auth() permit IPv6 localhost connections. 11 years ago
Tom Lane 3e22753559 Remove failing collation case from object_address regression test. 11 years ago
Alvaro Herrera a609d96778 Revert "Use a bitmask to represent role attributes" 11 years ago
Alvaro Herrera d7ee82e50f Add SQL-callable pg_get_object_address 11 years ago
Alvaro Herrera 1826987a46 Use a bitmask to represent role attributes 11 years ago
Alvaro Herrera 7eca575d1c get_object_address: separate domain constraints from table constraints 11 years ago
Alvaro Herrera 0ee98d1cbf pg_event_trigger_dropped_objects: add behavior flags 11 years ago
Fujii Masao 19e065c049 Ensure variables live across calls in generate_series(numeric, numeric). 11 years ago
Fujii Masao ccf292cd2e Update .gitignore for config.cache. 11 years ago
Noah Misch 40c598fa15 Fix previous commit for TAP test suites in VPATH builds. 11 years ago
Noah Misch f6dc6dd5ba Lock down regression testing temporary clusters on Windows. 11 years ago
Tom Lane fc2ac1fb41 Allow CHECK constraints to be placed on foreign tables. 11 years ago
Noah Misch 0916eba131 Fix commit_ts test suite for systems with coarse timestamp granularity. 11 years ago
Heikki Linnakangas 4520ba6769 Add point <-> polygon distance operator. 11 years ago
Andrew Dunstan e39b6f953e Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEW 11 years ago
Tom Lane b0f479113a Repair corner-case bug in array version of percentile_cont(). 11 years ago
Tom Lane 1c5c70df45 Avoid instability in output of new REINDEX SCHEMA test. 11 years ago
Andrew Dunstan 7e354ab9fe Add several generator functions for jsonb that exist for json. 11 years ago
Andrew Dunstan 237a882443 Add json_strip_nulls and jsonb_strip_nulls functions. 11 years ago
Peter Eisentraut 2f8607860b SSL tests: Remove trailing blank lines 11 years ago
Peter Eisentraut ce37eff06d SSL tests: Silence pg_ctl output 11 years ago
Tom Lane 2db576ba8c Fix corner case where SELECT FOR UPDATE could return a row twice. 11 years ago
Simon Riggs 2646d2d4a9 Further changes to REINDEX SCHEMA 11 years ago
Tom Lane 0845264642 Make rowsecurity test clean up after itself, too. 11 years ago
Tom Lane 58af84f4bb Fix completely broken REINDEX SCHEMA testcase. 11 years ago
Heikki Linnakangas e39250c644 Add a regression test suite for SSL support. 11 years ago
Simon Riggs ae4e6887a4 Silence REINDEX 11 years ago
Simon Riggs fe263d115a REINDEX SCHEMA 11 years ago
Simon Riggs 618c9430a8 Event Trigger for table_rewrite 11 years ago
Heikki Linnakangas b27b6e75af Remove erroneous EXTRA_CLEAN line from Makefile. 11 years ago
Alvaro Herrera 73c986adde Keep track of transaction commit timestamps 11 years ago
Peter Eisentraut bc2f43eaa4 Fix whitespace 11 years ago
Alvaro Herrera da34731bd3 Install kludges to fix check-world for src/test/modules 11 years ago
Tom Lane 475aedd1ef Improve error messages for malformed array input strings. 11 years ago
Alvaro Herrera 3325624377 dummy_seclabel: add sql/, expected/, and .gitignores 11 years ago
Alvaro Herrera df761e3cf7 Move security_label test 11 years ago
Alvaro Herrera 22dfd116a1 Move test modules from contrib to src/test/modules 11 years ago