aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Avoid corrupting tables when ANALYZE inside a transaction is rolled back.Tom Lane2014-10-29
* Improve planning of btree index scans using ScalarArrayOpExpr quals.Tom Lane2014-10-26
* Fix TAP tests with Perl 5.12Peter Eisentraut2014-10-26
* In type_sanity, check I/O functions of built-in types are not volatile.Tom Lane2014-10-23
* Add tests for sequence privilegesPeter Eisentraut2014-10-22
* Update expected/sequence_1.out.Tom Lane2014-10-21
* Allow input format xxxx-xxxx-xxxx for macaddr typePeter Eisentraut2014-10-21
* Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.Tom Lane2014-10-20
* psql: Improve \pset without argumentsPeter Eisentraut2014-10-18
* Shorten warning about hash creationBruce Momjian2014-10-18
* interval: tighten precision specificationBruce Momjian2014-10-18