summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-04-16Add to_regprocedure() and to_regoperator().Robert Haas
2014-04-15psql: conditionally display oids and replication identityBruce Momjian
2014-04-15Add TAP tests for client programsPeter Eisentraut
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-06Isolation test files for ALTER TABLE patchSimon 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
2014-02-19Further code review for pg_lsn data type.Robert Haas
2014-02-19pg_lsn macro naming and type behavior revisions.Robert Haas
2014-02-19Add a pg_lsn data type, to represent an LSN.Robert Haas
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2014-02-17Shore up ADMIN OPTION restrictions.Noah Misch
2014-02-15Centralize getopt-related declarations in a new header file pg_getopt.h.Tom Lane
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-11Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane
2014-02-07In RelationClearRelation, postpone cache reload if !IsTransactionState().Tom Lane
2014-02-03Fix *-qualification of named parameters in SQL-language functions.Tom Lane
2014-02-01arrays: tighten checks for multi-dimensional inputBruce Momjian