aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* arrays: tighten checks for multi-dimensional inputBruce Momjian2014-02-01
* Introduce replication slots.Robert Haas2014-01-31
* Add convenience functions pg_sleep_for and pg_sleep_until.Robert Haas2014-01-30
* Fix bogus handling of "postponed" lateral quals.Tom Lane2014-01-30
* Add json_array_elements_text function.Andrew Dunstan2014-01-29
* Add new make targets check-tests and installcheck-tests.Andrew Dunstan2014-01-28
* New json functions.Andrew Dunstan2014-01-28
* Add pg_stat_archiver statistics view.Fujii Masao2014-01-29
* Make DROP IF EXISTS more consistently not failAlvaro Herrera2014-01-23
* Add a cardinality function for arrays.Robert Haas2014-01-21
* Fix to_timestamp/to_date's handling of consecutive spaces in format string.Tom Lane2014-01-20
* Add CREATE TABLESPACE ... WITH ... OptionsStephen Frost2014-01-18
* Add ALTER TABLESPACE ... MOVE commandStephen Frost2014-01-18
* Disallow LATERAL references to the target table of an UPDATE/DELETE.Tom Lane2014-01-11
* Add another regression test cross-checking operator and function comments.Tom Lane2014-01-11
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-08
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix LATERAL references to target table of UPDATE/DELETE.Tom Lane2014-01-07
* Add more use of psprintf()Peter Eisentraut2014-01-06
* Extract restriction OR clauses whether or not they are indexable.Tom Lane2013-12-30
* Support ordered-set (WITHIN GROUP) aggregates.Tom Lane2013-12-23
* isolationtester: Ensure stderr is unbuffered, tooAlvaro Herrera2013-12-19
* Make stdout unbufferedAlvaro Herrera2013-12-19