aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut2010-09-26
* Fix another join removal bug: the check on PlaceHolderVars was wrong.Tom Lane2010-09-25
* Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane2010-09-22
* Fix inconsistent capitalization of "PL/pgSQL".Robert Haas2010-09-22
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-22
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix join-removal logic for pseudoconstant and outerjoin-delayed quals.Tom Lane2010-09-14
* Install a data-type-based solution for protecting pg_get_expr().REL9_1_ALPHA1Tom Lane2010-09-03
* Improve wording for privilege description on certain failure messages; theAlvaro Herrera2010-08-26
* Add string functions: concat(), concat_ws(), left(), right(), and reverse().Itagaki Takahiro2010-08-24
* Adjust regression tests for previous commit, that I forgotMagnus Hagander2010-08-21
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-19
* Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_contentTom Lane2010-08-13
* Add three-parameter forms of array_to_string and string_to_array, to allowTom Lane2010-08-10
* Fix incorrect logic in plpgsql for cleanup after evaluation of non-simpleTom Lane2010-08-09
* Modify the handling of RAISE without parameters so that the error it throwsTom Lane2010-08-09
* Add an xpath_exists() function. This is equivalent to XMLEXISTS except thatTom Lane2010-08-08
* Add stats functions and views to provide access to a transaction's ownTom Lane2010-08-08
* Recognize functional dependency on primary keys. This allows a table'sTom Lane2010-08-07
* Remove the single-argument form of string_agg(). It added nothing much inTom Lane2010-08-05
* Add xmlexists functionPeter Eisentraut2010-08-05
* Remove ancient PL/pgsql line numbering hack.Robert Haas2010-08-02
* Make psql distinguish between unique indices and unique constraints.Robert Haas2010-08-01
* Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs2010-07-29
* Fix potential failure when hashing the output of a subplan that producesTom Lane2010-07-28
* CREATE TABLE IF NOT EXISTS.Robert Haas2010-07-25
* Add more checks against altering typed tablesPeter Eisentraut2010-07-23
* Allow ORDER BY/GROUP BY/etc items to match targetlist items regardless ofTom Lane2010-07-18
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Fix variant float8 expected files to have exactly the expected spacing.Tom Lane2010-07-08
* Fix "cannot handle unplanned sub-select" error that can occur when aTom Lane2010-07-08
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-05
* Fix thinko in tok_is_keyword(): it was looking at the wrong union variantTom Lane2010-06-25
* Fix mishandling of whole-row Vars referencing a view or sub-select.Tom Lane2010-06-21
* Add missing --use-existing --help mention from regression binary.Bruce Momjian2010-06-12
* Change the notation for calling functions with named parameters fromTom Lane2010-05-30
* Rewrite LIKE's %-followed-by-_ optimization so it really works (this timeTom Lane2010-05-28
* Fix oversight in join removal patch: we have to delete the removed relationTom Lane2010-05-23
* Update standbycheck test output with new ERROR message changes. No changesSimon Riggs2010-05-02
* Modify the built-in text search parser to handle URLs more nearly accordingTom Lane2010-04-28
* Reorder pg_stat_activity columns to be more consistent, using layoutBruce Momjian2010-04-26
* Add an 'enable_material' GUC.Robert Haas2010-04-19
* Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane2010-04-07
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-28
* Fix regression test breakage from recent change in default name of exclusion-...Tom Lane2010-03-22
* Fix an oversight in join-removal optimization: we have to check not only forTom Lane2010-03-22
* Update oidjoins regression test for 9.0.Tom Lane2010-03-14
* Insert a hack into get_float8_nan (both core and ecpg copies) to deal withTom Lane2010-02-27