summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2016-04-01Type names should not be quotedAlvaro Herrera
2016-04-01Get rid of minus zero in box regression test.Tom Lane
2016-03-31Support using index-only scans with partial indexes in more cases.Tom Lane
2016-03-30Improve portability of I/O behavior for the geometric types.Tom Lane
2016-03-30Introduce SP-GiST operator class over box.Teodor Sigaev
2016-03-30Remove just-added tests for to_timestamp(float8) with out-of-range inputs.Tom Lane
2016-03-29Allow to_timestamp(float8) to convert float infinity to timestamp infinity.Tom Lane
2016-03-29Fix support of digits in email/hostnames.Teodor Sigaev
2016-03-28Update expected file from quoting changeAlvaro Herrera
2016-03-28Reset plan->row_security_env and planUserIdStephen Frost
2016-03-28Code and docs review for commit 3187d6de0e5a9e805b27c48437897e8c39071d45.Tom Lane
2016-03-25Fix DROP OPERATOR to reset oprcom/oprnegate links to the dropped operator.Tom Lane
2016-03-25Don't split up SRFs when choosing to postpone SELECT output expressions.Tom Lane
2016-03-24Support CREATE ACCESS METHODAlvaro Herrera
2016-03-23Code review for error reports in jsonb_set().Tom Lane
2016-03-18Introduce parse_ident()Teodor Sigaev
2016-03-17Fix assorted breakage in to_char()'s OF format option.Tom Lane
2016-03-16Be more careful about out-of-range dates and timestamps.Tom Lane
2016-03-15Fix typos.Robert Haas
2016-03-15Add simple VACUUM progress reporting.Robert Haas
2016-03-14Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.Robert Haas
2016-03-13Fix whitespace and remove obsolete gitattributes entryPeter Eisentraut
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-11When appropriate, postpone SELECT output expressions till after ORDER BY.Tom Lane
2016-03-11Tsvector editing functionsTeodor Sigaev
2016-03-10Provide much better wait information in pg_stat_activity.Robert Haas
2016-03-10Reduce lock level for altering fillfactorSimon Riggs
2016-03-09Fix incorrect handling of NULL index entries in indexed ROW() comparisons.Tom Lane
2016-03-07Make the upper part of the planner work by generating and comparing Paths.Tom Lane
2016-03-04Make stats regression test robust in the face of parallel query.Tom Lane
2016-03-04Improve support of Hunspell in ispell dictionary.Teodor Sigaev
2016-03-03Fix json_to_record() bug with nested objects.Tom Lane
2016-02-29Fix incorrect varlevelsup in security_barrier_replace_vars().Dean Rasheed
2016-02-28Allow multiple --temp-config arguments to pg_regressAndrew Dunstan
2016-02-27Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan
2016-02-21Fix two-argument jsonb_object when called with empty arraysAndrew Dunstan
2016-02-20Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed
2016-02-19Add an explicit representation of the output targetlist to Paths.Tom Lane
2016-02-17Add new system view, pg_configJoe Conway
2016-02-11Remove GROUP BY columns that are functionally dependent on other columns.Tom Lane
2016-02-11Improve error reporting in format()Teodor Sigaev
2016-02-08Fix some regex issues with out-of-range characters and large char ranges.Tom Lane
2016-02-08Make GIN regression test stable.Fujii Masao
2016-02-08Fix overeager pushdown of HAVING clauses when grouping sets are used.Andres Freund
2016-02-07Fix deparsing of ON CONFLICT arbiter WHERE clauses.Tom Lane
2016-02-07ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.Tom Lane
2016-02-05Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2016-01-23Adjust degree-based trig functions for more portability.Tom Lane
2016-01-22Add trigonometric functions that work in degrees.Tom Lane