summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2010-09-14Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane
2010-09-03Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane
2010-08-26Improve wording for privilege description on certain failure messages; theAlvaro Herrera
2010-08-24Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro
2010-08-21Adjust regression tests for previous commit, that I forgotMagnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-08-13Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane
2010-08-10Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane
2010-08-09Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane
2010-08-09Modify the handling of RAISE without parameters so that the error it throwsTom Lane
2010-08-08Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane
2010-08-08Add stats functions and views to provide access to a transaction's ownTom Lane
2010-08-07Recognize functional dependency on primary keys. This allows a table'sTom Lane
2010-08-05Remove the single-argument form of string_agg(). It added nothing much inTom Lane
2010-08-05Add xmlexists functionPeter Eisentraut
2010-08-02Remove ancient PL/pgsql line numbering hack.Robert Haas
2010-08-01Make psql distinguish between unique indices and unique constraints.Robert Haas
2010-07-29Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs
2010-07-28Fix potential failure when hashing the output of a subplan that producesTom Lane
2010-07-25CREATE TABLE IF NOT EXISTS.Robert Haas
2010-07-23Add more checks against altering typed tablesPeter Eisentraut
2010-07-18Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless ofTom Lane
2010-07-12Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane
2010-07-08Fix variant float8 expected files to have exactly the expected spacing.Tom Lane
2010-07-08Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2010-06-25Fix thinko in tok_is_keyword(): it was looking at the wrong union variantTom Lane
2010-06-21Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane
2010-06-12Add missing --use-existing --help mention from regression binary.Bruce Momjian
2010-05-30Change the notation for calling functions with named parameters fromTom Lane
2010-05-28Rewrite LIKE's %-followed-by-_ optimization so it really works (this timeTom Lane
2010-05-23Fix oversight in join removal patch: we have to delete the removed relationTom Lane
2010-05-02Update standbycheck test output with new ERROR message changes. No changesSimon Riggs
2010-04-28Modify the built-in text search parser to handle URLs more nearly accordingTom Lane
2010-04-26Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian
2010-04-19Add an 'enable_material' GUC.Robert Haas
2010-04-07Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane
2010-03-28Rework join-removal logic as per recent discussion. In particular thisTom Lane
2010-03-22Fix regression test breakage from recent change in default name of exclusion-...Tom Lane
2010-03-22Fix an oversight in join-removal optimization: we have to check not only forTom Lane
2010-03-14Update oidjoins regression test for 9.0.Tom Lane
2010-02-27Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-24Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-languageTom Lane
2010-02-20Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane
2010-02-18Fix ExecEvalArrayRef to pass down the old value of the array element or sliceTom Lane
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-02-16Honor to_char() "FM" specification in YYY, YY, and Y; it was alreadyBruce Momjian