aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Ensure variables live across calls in generate_series(numeric, numeric).Fujii Masao2014-12-18
* Update .gitignore for config.cache.Fujii Masao2014-12-18
* Fix previous commit for TAP test suites in VPATH builds.Noah Misch2014-12-18
* Lock down regression testing temporary clusters on Windows.Noah Misch2014-12-17
* Allow CHECK constraints to be placed on foreign tables.Tom Lane2014-12-17
* Fix commit_ts test suite for systems with coarse timestamp granularity.Noah Misch2014-12-15
* Add point <-> polygon distance operator.Heikki Linnakangas2014-12-15
* Add CINE option for CREATE TABLE AS and CREATE MATERIALIZED VIEWAndrew Dunstan2014-12-13
* Repair corner-case bug in array version of percentile_cont().Tom Lane2014-12-13
* Avoid instability in output of new REINDEX SCHEMA test.Tom Lane2014-12-12
* Add several generator functions for jsonb that exist for json.Andrew Dunstan2014-12-12
* Add json_strip_nulls and jsonb_strip_nulls functions.Andrew Dunstan2014-12-12
* SSL tests: Remove trailing blank linesPeter Eisentraut2014-12-11
* SSL tests: Silence pg_ctl outputPeter Eisentraut2014-12-11
* Fix corner case where SELECT FOR UPDATE could return a row twice.Tom Lane2014-12-11
* Further changes to REINDEX SCHEMASimon Riggs2014-12-11
* Make rowsecurity test clean up after itself, too.Tom Lane2014-12-11
* Fix completely broken REINDEX SCHEMA testcase.Tom Lane2014-12-11
* Add a regression test suite for SSL support.Heikki Linnakangas2014-12-09
* Silence REINDEXSimon Riggs2014-12-09
* REINDEX SCHEMASimon Riggs2014-12-09
* Event Trigger for table_rewriteSimon Riggs2014-12-08
* Remove erroneous EXTRA_CLEAN line from Makefile.Heikki Linnakangas2014-12-05
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Fix whitespacePeter Eisentraut2014-12-02
* Install kludges to fix check-world for src/test/modulesAlvaro Herrera2014-12-02
* Improve error messages for malformed array input strings.Tom Lane2014-12-02
* dummy_seclabel: add sql/, expected/, and .gitignoresAlvaro Herrera2014-12-02
* Move security_label testAlvaro Herrera2014-12-01
* Move test modules from contrib to src/test/modulesAlvaro Herrera2014-11-29
* Rename pg_rowsecurity -> pg_policy and other fixesStephen Frost2014-11-27
* De-reserve most statement-introducing keywords in plpgsql.Tom Lane2014-11-25
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-25
* Suppress DROP CASCADE notices in regression testsStephen Frost2014-11-25
* Allow simplification of EXISTS() subqueries containing LIMIT.Tom Lane2014-11-22
* Add a comment to regress.c explaining what it contains.Heikki Linnakangas2014-11-21
* Add test cases for indexam operations not currently covered.Heikki Linnakangas2014-11-19
* Don't require bleeding-edge timezone data in timestamptz regression test.Tom Lane2014-11-18
* Reduce disk footprint of brin regression testAlvaro Herrera2014-11-14
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Use just one database connection in the "tablespace" test.Noah Misch2014-11-12
* Add generate_series(numeric, numeric).Fujii Masao2014-11-11
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-10
* Fix serial scheduleAlvaro Herrera2014-11-07
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Implement IF NOT EXIST for CREATE INDEX.Fujii Masao2014-11-06
* Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.Tom Lane2014-11-05
* Add configure --enable-tap-tests optionPeter Eisentraut2014-11-02
* Remove use of TAP subtestsPeter Eisentraut2014-10-29