summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix thinko in lock mode enumAlvaro Herrera2015-01-043-0/+533
* Don't run rowsecurity in parallel with other regression tests.Tom Lane2014-12-312-3/+6
* pg_event_trigger_dropped_objects: Add name/args output columnsAlvaro Herrera2014-12-302-14/+16
* Add pg_identify_object_as_addressAlvaro Herrera2014-12-302-43/+53
* Fix object_address expected outputAlvaro Herrera2014-12-301-7/+7
* Use TypeName to represent type names in certain commandsAlvaro Herrera2014-12-301-1/+1
* Restrict name list len for domain constraintsAlvaro Herrera2014-12-261-2/+2
* Remove event trigger from object_address testAlvaro Herrera2014-12-262-9/+3
* Have config_sspi_auth() permit IPv6 localhost connections.Noah Misch2014-12-251-0/+26
* Remove failing collation case from object_address regression test.Tom Lane2014-12-232-8/+0
* Revert "Use a bitmask to represent role attributes"Alvaro Herrera2014-12-231-14/+14
* Add SQL-callable pg_get_object_addressAlvaro Herrera2014-12-234-1/+578
* Use a bitmask to represent role attributesAlvaro Herrera2014-12-231-14/+14
* get_object_address: separate domain constraints from table constraintsAlvaro Herrera2014-12-232-0/+40
* pg_event_trigger_dropped_objects: add behavior flagsAlvaro Herrera2014-12-192-0/+70
* Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao2014-12-182-0/+42
* Update .gitignore for config.cache.Fujii Masao2014-12-181-0/+4
* Fix previous commit for TAP test suites in VPATH builds.Noah Misch2014-12-181-1/+1
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-172-1/+181
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-172-11/+74
* Fix commit_ts test suite for systems with coarse timestamp granularity.Noah Misch2014-12-153-6/+6
* Add point <-> polygon distance operator.Heikki Linnakangas2014-12-152-0/+18
* Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan2014-12-134-0/+17
* Repair corner-case bug in array version of percentile_cont().Tom Lane2014-12-132-5/+5
* Avoid instability in output of new REINDEX SCHEMA test.Tom Lane2014-12-122-26/+25
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-123-0/+461
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-126-0/+239
* SSL tests: Remove trailing blank linesPeter Eisentraut2014-12-112-2/+0
* SSL tests: Silence pg_ctl outputPeter Eisentraut2014-12-111-2/+2
* Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane2014-12-112-0/+39
* Further changes to REINDEX SCHEMASimon Riggs2014-12-112-9/+85
* Make rowsecurity test clean up after itself, too.Tom Lane2014-12-112-0/+6
* Fix completely broken REINDEX SCHEMA testcase.Tom Lane2014-12-112-8/+7
* Add a regression test suite for SSL support.Heikki Linnakangas2014-12-0950-0/+1284
* Silence REINDEXSimon Riggs2014-12-091-4/+0
* REINDEX SCHEMASimon Riggs2014-12-092-0/+54
* Event Trigger for table_rewriteSimon Riggs2014-12-084-3/+84
* Remove erroneous EXTRA_CLEAN line from Makefile.Heikki Linnakangas2014-12-051-1/+0
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-037-0/+118
* Fix whitespacePeter Eisentraut2014-12-021-1/+0
* Install kludges to fix check-world for src/test/modulesAlvaro Herrera2014-12-029-4/+35
* Improve error messages for malformed array input strings.Tom Lane2014-12-021-0/+6
* dummy_seclabel: add sql/, expected/, and .gitignoresAlvaro Herrera2014-12-024-0/+7
* Move security_label testAlvaro Herrera2014-12-018-243/+268
* Move test modules from contrib to src/test/modulesAlvaro Herrera2014-11-2930-8/+1905
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-274-45/+45
* De-reserve most statement-introducing keywords in plpgsql.Tom Lane2014-11-252-0/+25
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-252-0/+85
* Suppress DROP CASCADE notices in regression testsStephen Frost2014-11-252-31/+23
* Allow simplification of EXISTS() subqueries containing LIMIT.Tom Lane2014-11-222-0/+53