summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2012-03-17Honor inputdir and outputdir when converting regression files.Andrew Dunstan
2012-03-16Revisit handling of UNION ALL subqueries with non-Var output columns.Tom Lane
2012-03-11Teach SPGiST to store nulls and do whole-index scans.Tom Lane
2012-03-10Add support for renaming constraintsPeter Eisentraut
2012-03-05Add isolation test to check-world and installcheck-worldPeter Eisentraut
2012-03-04Collect and use element-frequency statistics for arrays.Tom Lane
2012-03-03Allow CREATE TABLE (LIKE ...) from composite typePeter Eisentraut
2012-03-02Re-add "make check" target in src/test/isolation/MakefilePeter Eisentraut
2012-03-02Add COLLATION FOR expressionPeter Eisentraut
2012-03-01Don't link pg_isolation_regress with libpqPeter Eisentraut
2012-02-24Add some enumeration commas, for consistencyPeter Eisentraut
2012-02-24Fix the general case of quantified regex back-references.Tom Lane
2012-02-21pg_regress: Add application name settingPeter Eisentraut
2012-02-20Fix a couple of cases of JSON output.Andrew Dunstan
2012-02-20Fix regex back-references that are directly quantified with *.Tom Lane
2012-02-19Improve pretty printing of viewdefs.Andrew Dunstan
2012-02-18Update expected/collate.linux.utf8.out for recent plpgsql changes.Tom Lane
2012-02-15Run a portal's cleanup hook immediately when pushing it to FAILED state.Tom Lane
2012-02-15More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.Robert Haas
2012-02-14Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane
2012-02-14Remove new, intermittently failing regression test.Robert Haas
2012-02-14Fix new create_function_3 regression tests not to rely on tuple order.Robert Haas
2012-02-14Allow LEAKPROOF functions for better performance of security views.Robert Haas
2012-02-10Add ORDER BY to a query to prevent occasional regression test failures.Tom Lane
2012-02-08Support min/max index optimizations on boolean columns.Tom Lane
2012-02-08Mark some more I/O-conversion-invoking functions as stable not volatile.Tom Lane
2012-02-07pg_regress: Use target-specific variable instead of overriding make rulePeter Eisentraut
2012-02-05Allow SQL-language functions to reference parameters by name.Tom Lane
2012-02-04Revert "Add some regression test cases for denormalized float8 input."Tom Lane
2012-02-03Add array_to_json and row_to_json functions.Andrew Dunstan
2012-02-01Add some regression test cases for denormalized float8 input.Tom Lane
2012-02-01Code review for plpgsql fn_signature patch.Tom Lane
2012-01-31Built-in JSON data type.Robert Haas
2012-01-31Print function signature, not just name, in PL/pgSQL error messages.Heikki Linnakangas
2012-01-29Fix pushing of index-expression qualifications through UNION ALL.Tom Lane
2012-01-29Fix handling of init_plans list in inheritance_planner().Tom Lane
2012-01-28Add simple tests of EvalPlanQual using the isolationtester infrastructure.Tom Lane
2012-01-27Show default privileges in information schemaPeter Eisentraut
2012-01-26Be more clear when a new column name collides with a system column name.Robert Haas
2012-01-26Add deadlock counter to pg_stat_databaseMagnus Hagander
2012-01-26Track temporary file count and size in pg_stat_databaseMagnus Hagander
2012-01-26Damage control for yesterday's CheckIndexCompatible changes.Robert Haas
2012-01-25Have \copy go through SendQueryAlvaro Herrera
2012-01-25Make CheckIndexCompatible simpler and more bullet-proof.Robert Haas
2012-01-25Add pg_trigger_depth() functionAlvaro Herrera
2012-01-24Adjustments to regression tests for security_barrier views.Robert Haas
2012-01-23ALTER <thing> [IF EXISTS] ... allows silent DDL if required,Simon Riggs
2012-01-19Add bitwise AND, OR, and NOT operators for macaddr data type.Robert Haas
2012-01-19Separate state from query string in pg_stat_activityMagnus Hagander
2012-01-18Regression tests for security_barrier views.Robert Haas