summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-05-02Fix yet another corner case in dumping rules/views with USING clauses.Tom Lane
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-04-30Reduce indentation/parenthesization of set operations in rule/view dumps.Tom Lane
2014-04-30Limit overall indentation in rule/view dumps.Tom Lane
2014-04-30Fix indentation of JOIN clauses in rule/view dumps.Tom Lane
2014-04-29Improve planner to drop constant-NULL inputs of AND/OR where it's legal.Tom Lane
2014-04-28Add support for wrapping to psql's "extended" mode. This makes it veryGreg Stark
2014-04-24Fix incorrect pg_proc.proallargtypes entries for two built-in functions.Tom Lane
2014-04-23Allow polymorphic aggregates to have non-polymorphic state data types.Tom Lane
2014-04-22regression test: fix hot standby tests by using repeatable readBruce Momjian
2014-04-22copy: update docs for FORCE_NULL and FORCE_NOT_NULL combinationBruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-16Update oidjoins regression test for 9.4.Tom Lane
2014-04-16Add to_regprocedure() and to_regoperator().Robert Haas
2014-04-15psql: conditionally display oids and replication identityBruce Momjian
2014-04-13Add ANALYZE into regression testsStephen Frost
2014-04-13Provide moving-aggregate support for boolean aggregates.Tom Lane
2014-04-13Make security barrier views automatically updatableStephen Frost
2014-04-13Provide moving-aggregate support for a bunch of numerical aggregates.Tom Lane
2014-04-12Create infrastructure for moving-aggregate optimization.Tom Lane
2014-04-08Add an in-core GiST index opclass for inet/cidr types.Tom Lane
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-04-06Extra warnings and errors for PL/pgSQLSimon Riggs
2014-04-06Reduce lock levels of some ALTER TABLE cmdsSimon Riggs
2014-04-05Fix another palloc in critical section.Heikki Linnakangas
2014-04-04Make sure -D is an absolute path when starting server on Windows.Tom Lane
2014-03-29psql: display "Replica Identity" only for FULL and NOTHINGBruce Momjian
2014-03-29Revert "Secure Unix-domain sockets of "make check" temporary clusters."Noah Misch
2014-03-29Secure Unix-domain sockets of "make check" temporary clusters.Noah Misch
2014-03-28Improve regression test for pg_filenode_relation().Tom Lane
2014-03-28Fix EquivalenceClass processing for nested append relations.Tom Lane
2014-03-26psql: update "replica identity" display for \d+Bruce Momjian
2014-03-26Cleanup around json_to_record/json_to_recordsetAndrew Dunstan
2014-03-24Fix ts_rank_cd() to ignore stripped lexemesBruce Momjian
2014-03-24Do jsonb regression test input in the conventional way.Andrew Dunstan
2014-03-23Introduce jsonb, a structured format for storing json.Andrew Dunstan
2014-03-23Offer triggers on foreign tables.Noah Misch
2014-03-18Fix misc typos in comments.Heikki Linnakangas
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-03-12Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas
2014-03-06Don't reject ROW_MARK_REFERENCE rowmarks for materialized views.Tom Lane
2014-03-04Provide a FORCE NULL option to COPY in CSV mode.Andrew Dunstan
2014-03-04Constructors for interval, timestamp, timestamptzAlvaro Herrera
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03Fix whitespacePeter Eisentraut
2014-03-03Another round of Coverity fixesStephen Frost
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-02-25Show xid and xmin in pg_stat_activity and pg_stat_replication.Robert Haas
2014-02-24Remove a couple of comments from the pg_lsn regression test.Robert Haas