summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2012-07-11Add array_remove() and array_replace() functions.Tom Lane
2012-07-10Re-implement extraction of fixed prefixes from regular expressions.Tom Lane
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-05Reduce messages about implicit indexes and sequences to DEBUG1.Robert Haas
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-26Make DROP FUNCTION hint more informative.Robert Haas
2012-06-19Share RI trigger code between NO ACTION and RESTRICT cases.Tom Lane
2012-06-18Allow ON UPDATE/DELETE SET DEFAULT plans to be cached.Tom Lane
2012-06-18Change ON UPDATE SET NULL/SET DEFAULT referential actions to meet SQL spec.Tom Lane
2012-06-18Refer to the default foreign key match style as MATCH SIMPLE internally.Tom Lane
2012-06-15Improve reporting of permission errors for array typesPeter Eisentraut
2012-06-13Revisit error message details for JSON input parsing.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-10Revert error message on GLOBAL/LOCAL pending further discussionSimon Riggs
2012-06-09Add ERROR msg for GLOBAL/LOCAL TEMP is not yet implementedSimon Riggs
2012-06-05Fix bogus handling of control characters in json_lex_string().Tom Lane
2012-05-24Fix array overrun in regex code.Tom Lane
2012-05-22Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy'Robert Haas
2012-05-19Fix incorrect logic in JSON number lexerPeter Eisentraut
2012-05-16Improve error message for ALTER COLUMN TYPE coercion failure.Tom Lane
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-04-30Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane
2012-04-29Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane
2012-04-26Fix oversight in recent parameterized-path patch.Tom Lane
2012-04-26Modify create_index regression test to avoid intermittent failures.Tom Lane
2012-04-26Fix planner's handling of RETURNING lists in writable CTEs.Tom Lane
2012-04-24Casts to or from a domain type are ignored; warn and document.Robert Haas
2012-04-24Lots of doc corrections.Robert Haas
2012-04-21Use fuzzy not exact cost comparison for the final tie-breaker in add_path.Tom Lane
2012-04-21Recast "ONLY" column CHECK constraints as NO INHERITAlvaro Herrera
2012-04-19Revise parameterized-path mechanism to fix assorted issues.Tom Lane
2012-04-13Weaken the planner's tests for relevant joinclauses.Tom Lane
2012-04-13Rename bytea_agg to string_agg and add delimiter argumentPeter Eisentraut
2012-04-13Consistently quote encoding and locale names in messagesPeter Eisentraut
2012-04-11Silently ignore any nonexistent schemas that are listed in search_path.Tom Lane
2012-04-06Allow statistics to be collected for foreign tables.Tom Lane
2012-04-06Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLockSimon Riggs
2012-04-06checkopint -> checkpointRobert Haas
2012-04-05Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas
2012-04-05Expose track_iotiming data via the statistics collector.Robert Haas
2012-04-05Fix plpgsql named-cursor-parameter feature for variable name conflicts.Tom Lane
2012-04-03Add support for renaming domain constraintsPeter Eisentraut
2012-03-26Fix COPY FROM for null marker strings that correspond to invalid encoding.Tom Lane
2012-03-24Fix planner's handling of outer PlaceHolderVars within subqueries.Tom Lane
2012-03-23Code review for protransform patches.Tom Lane
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
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