summaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAgeFilesLines
* Update oidjoins regression test for 9.4.Tom Lane2014-04-162-0/+84
* Add to_regprocedure() and to_regoperator().Robert Haas2014-04-162-0/+97
* psql: conditionally display oids and replication identityBruce Momjian2014-04-156-31/+9
* Add ANALYZE into regression testsStephen Frost2014-04-132-134/+102
* Provide moving-aggregate support for boolean aggregates.Tom Lane2014-04-132-0/+16
* Make security barrier views automatically updatableStephen Frost2014-04-123-51/+751
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-124-12/+628
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-126-2/+714
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-083-24/+182
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-084-1/+251
* Extra warnings and errors for PL/pgSQLSimon Riggs2014-04-062-0/+211
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-062-12/+98
* Fix another palloc in critical section.Heikki Linnakangas2014-04-052-0/+28
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-041-27/+0
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-295-27/+1
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-291-24/+7
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-291-7/+24
* Improve regression test for pg_filenode_relation().Tom Lane2014-03-282-26/+15
* Fix EquivalenceClass processing for nested append relations.Tom Lane2014-03-282-0/+76
* psql: update "replica identity" display for \d+Bruce Momjian2014-03-265-1/+27
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-263-0/+40
* Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian2014-03-242-0/+20
* Do jsonb regression test input in the conventional way.Andrew Dunstan2014-03-239-8/+13
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-2310-11/+5715
* Offer triggers on foreign tables.Noah Misch2014-03-232-0/+81
* Fix misc typos in comments.Heikki Linnakangas2014-03-182-2/+2
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-131-2/+0
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-122-69/+78
* Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane2014-03-062-0/+34
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-042-0/+87
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-046-0/+220
* Introduce logical decoding.Robert Haas2014-03-031-1/+3
* Fix whitespacePeter Eisentraut2014-03-031-1/+1
* Another round of Coverity fixesStephen Frost2014-03-031-3/+9
* Various Coverity-spotted fixesStephen Frost2014-03-011-2/+25
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-251-2/+5
* Remove a couple of comments from the pg_lsn regression test.Robert Haas2014-02-242-4/+4
* Further code review for pg_lsn data type.Robert Haas2014-02-191-5/+5
* pg_lsn macro naming and type behavior revisions.Robert Haas2014-02-191-1/+5
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-194-1/+89
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-171-3/+3
* Fix handling of wide datetime input/output.Noah Misch2014-02-172-0/+9
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-172-2/+63
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-121-2/+2
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-101-0/+3
* In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane2014-02-062-0/+33
* Fix *-qualification of named parameters in SQL-language functions.Tom Lane2014-02-032-0/+75
* arrays: tighten checks for multi-dimensional inputBruce Momjian2014-02-012-2/+2
* Introduce replication slots.Robert Haas2014-01-311-0/+9
* Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas2014-01-302-4/+4