aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Update oidjoins regression test for 9.4.Tom Lane2014-04-16
* Add to_regprocedure() and to_regoperator().Robert Haas2014-04-16
* psql: conditionally display oids and replication identityBruce Momjian2014-04-15
* Add TAP tests for client programsPeter Eisentraut2014-04-14
* Add ANALYZE into regression testsStephen Frost2014-04-13
* Provide moving-aggregate support for boolean aggregates.Tom Lane2014-04-13
* Make security barrier views automatically updatableStephen Frost2014-04-12
* Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane2014-04-12
* Create infrastructure for moving-aggregate optimization.Tom Lane2014-04-12
* Add an in-core GiST index opclass for inet/cidr types.Tom Lane2014-04-08
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-08
* Extra warnings and errors for PL/pgSQLSimon Riggs2014-04-06
* Isolation test files for ALTER TABLE patchSimon Riggs2014-04-06
* Reduce lock levels of some ALTER TABLE cmdsSimon Riggs2014-04-06
* Fix another palloc in critical section.Heikki Linnakangas2014-04-05
* Make sure -D is an absolute path when starting server on Windows.Tom Lane2014-04-04
* psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian2014-03-29
* Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch2014-03-29
* Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch2014-03-29
* Improve regression test for pg_filenode_relation().Tom Lane2014-03-28
* Fix EquivalenceClass processing for nested append relations.Tom Lane2014-03-28
* psql: update "replica identity" display for \d+Bruce Momjian2014-03-26
* Cleanup around json_to_record/json_to_recordsetAndrew Dunstan2014-03-26
* Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian2014-03-24
* Do jsonb regression test input in the conventional way.Andrew Dunstan2014-03-23
* Introduce jsonb, a structured format for storing json.Andrew Dunstan2014-03-23
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Fix misc typos in comments.Heikki Linnakangas2014-03-18
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-12
* Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane2014-03-06
* Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan2014-03-04
* Constructors for interval, timestamp, timestamptzAlvaro Herrera2014-03-04
* Introduce logical decoding.Robert Haas2014-03-03
* Fix whitespacePeter Eisentraut2014-03-03
* Another round of Coverity fixesStephen Frost2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas2014-02-25
* Remove a couple of comments from the pg_lsn regression test.Robert Haas2014-02-24
* Further code review for pg_lsn data type.Robert Haas2014-02-19
* pg_lsn macro naming and type behavior revisions.Robert Haas2014-02-19
* Add a pg_lsn data type, to represent an LSN.Robert Haas2014-02-19
* Prevent potential overruns of fixed-size buffers.Tom Lane2014-02-17
* Fix handling of wide datetime input/output.Noah Misch2014-02-17
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane2014-02-15
* Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian2014-02-12
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-10
* In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane2014-02-06
* Fix *-qualification of named parameters in SQL-language functions.Tom Lane2014-02-03