summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2010-12-29Add REPLICATION privilege for ROLEsMagnus Hagander
2010-12-04Make output width consistent for all ways of invoking a regression testPeter Eisentraut
2010-12-04KNNGIST, otherwise known as order-by-operator support for GIST.Tom Lane
2010-12-01Prevent inlining a SQL function with multiple OUT parameters.Tom Lane
2010-11-26Add more ALTER <object> .. SET SCHEMA commands.Robert Haas
2010-11-24Create the system catalog infrastructure needed for KNNGIST.Tom Lane
2010-11-23Propagate ALTER TYPE operations to typed tablesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-22Put back accidentally-deleted quote_literal() regression tests.Robert Haas
2010-11-21Add new SQL function, format(text).Robert Haas
2010-11-20Assorted further cleanup for integer-conversion patch.Tom Lane
2010-11-20Expose quote_literal_cstr() from core.Robert Haas
2010-11-20Update int8-exp-three-digits.out to match new contents of int8.out.Robert Haas
2010-11-20Attempt to fix breakage caused by signed integer conversion patch.Robert Haas
2010-11-20Speed up conversion of signed integers to C strings.Robert Haas
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
2010-11-17Require VALUE keyword when extending an enum type. Based on a patch from Alva...Andrew Dunstan
2010-11-15Add new buffers_backend_fsync field to pg_stat_bgwriter.Robert Haas
2010-11-15Remove outdated comments from the regression test files.Robert Haas
2010-11-12Improved parallel make supportPeter Eisentraut
2010-11-07Prevent invoking I/O conversion casts via functional/attribute notation.Tom Lane
2010-11-06Make get_stack_depth_rlimit() handle RLIM_INFINITY more sanely.Tom Lane
2010-11-04Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane
2010-11-03Reduce recursion depth in recently-added regression test.Tom Lane
2010-10-28Fix plpgsql's handling of "simple" expression evaluation.Tom Lane
2010-10-26Fix dumb typo in SECURITY LABEL error message.Robert Haas
2010-10-26Add missing newlines at end of filesPeter Eisentraut
2010-10-25Allow new values to be added to an existing enum type.Tom Lane
2010-10-21Improve handling of domains over arrays.Tom Lane
2010-10-19Fix incorrect generation of whole-row variables in planner.Tom Lane
2010-10-19Unbreak comments on composite type attributes.Robert Haas
2010-10-15Allow WITH clauses to be attached to INSERT, UPDATE, DELETE statements.Tom Lane
2010-10-14Support MergeAppend plans, to allow sorted output from append relations.Tom Lane
2010-10-10Support triggers on views.Tom Lane
2010-10-08Fix sloppy usage of TRIGGER_FIRED_BEFORE/TRIGGER_FIRED_AFTER.Tom Lane
2010-09-28Fix PlaceHolderVar mechanism's interaction with outer joins.Tom Lane
2010-09-28Add a SECURITY LABEL command.Robert Haas
2010-09-26Add ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTEPeter Eisentraut
2010-09-25Fix another join removal bug: the check on PlaceHolderVars was wrong.Tom Lane
2010-09-23Re-allow input of Julian dates prior to 0001-01-01 AD.Tom Lane
2010-09-23Fix inconsistent capitalization of "PL/pgSQL".Robert Haas
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
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