]> granicus.if.org Git - postgresql/history - src/test
Minor editorialization for be-secure.c: fix comments and some formatting
[postgresql] / src / test /
2010-05-23 Tom LaneFix oversight in join removal patch: we have to delete...
2010-05-02 Simon RiggsUpdate standbycheck test output with new ERROR message...
2010-04-28 Tom LaneModify the built-in text search parser to handle URLs...
2010-04-26 Bruce MomjianReorder pg_stat_activity columns to be more consistent...
2010-04-19 Robert HaasAdd an 'enable_material' GUC.
2010-04-07 Tom LaneFix to_char YYY, YY, Y format codes so that FM zero...
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-03-22 Tom LaneFix regression test breakage from recent change in...
2010-03-22 Tom LaneFix an oversight in join-removal optimization: we have...
2010-03-14 Tom LaneUpdate oidjoins regression test for 9.0.
2010-02-27 Tom LaneInsert a hack into get_float8_nan (both core and ecpg...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-24 Tom LaneMake pg_regress use CREATE OR REPLACE LANGUAGE, so...
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-18 Tom LaneFix ExecEvalArrayRef to pass down the old value of...
2010-02-17 Tom LaneStamp HEAD as 9.0devel, and update various places that...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-16 Bruce MomjianHonor to_char() "FM" specification in YYY, YY, and...
2010-02-12 Tom LaneExtend the set of frame options supported for window...
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-07 Tom LaneWork around deadlock problems with VACUUM FULL/CLUSTER...
2010-02-07 Tom LaneCreate a "relation mapping" infrastructure to support...
2010-02-03 Tom LaneFix timing-sensitive regression test result I just...
2010-02-02 Tom LaneCLUSTER specified the wrong namespace when renaming...
2010-02-02 Tom LaneThe particular table names used in the new inheritance...
2010-02-01 Robert HaasTighten integrity checks on ALTER TABLE ... ALTER COLUM...
2010-02-01 Itagaki TakahiroAdd string_agg aggregate functions. The one argument...
2010-01-28 Peter EisentrautType table feature
2010-01-26 Tom LaneRemove the default_do_language parameter, instead makin...
2010-01-25 Tom LaneAdd get_bit/set_bit functions for bit strings, parallel...
2010-01-21 Itagaki TakahiroAdjust psql to use pg_get_triggerdef(pretty=true) to...
2010-01-19 Tom LaneAdd "USING expressions" option to plpgsql's OPEN cursor...
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
2010-01-12 Bruce MomjianPlease tablespace directories in their own subdirectory...
2010-01-06 Itagaki TakahiroSupport rewritten-based full vacuum as VACUUM FULL...
2010-01-05 Tom LaneAdd support for doing FULL JOIN ON FALSE. While this...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Tom Lanecheck_exclusion_constraint didn't actually work correct...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-12-31 Andrew Dunstanenable examples to compile on Windows. patch from Hiros...
2009-12-29 Tom LaneAdd the ability to store inheritance-tree statistics...
2009-12-23 Tom LaneAllow the index name to be omitted in CREATE INDEX...
2009-12-23 Heikki LinnakangasAlways pass catalog id to the options validator functio...
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-22 Tom LaneDisallow comments on columns of relation types other...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-18 Bruce MomjianInstall server-side language PL/pgSQL by default.
2009-12-16 Tom LaneAvoid a premature coercion failure in transformSetOpera...
2009-12-15 Tom LaneSupport ORDER BY within aggregate function calls, at...
2009-12-14 Tom LaneFix a bug introduced when set-returning SQL functions...
2009-12-14 Itagaki TakahiroAdditional fixes for large object access control.
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-02 Bruce Momjianthread-safety
2009-11-29 Tom LaneAdd some opr_sanity checks that the lengths of the...
2009-11-29 Tom LaneMake pg_stat_activity.application_name visible to all...
2009-11-28 Tom LaneAdd support for an application_name parameter, which...
2009-11-28 Tom LaneEliminate a lot of list-management overhead within...
2009-11-25 Tom LaneSimplify psql's new linestyle behavior to default to...
2009-11-23 Tom LaneUse diff's -w switch only on Windows, to avoid problems...
2009-11-22 Tom LaneAdjust expected-results spacing per buildfarm results.
2009-11-22 Tom LaneRemove -w (--ignore-all-space) option from pg_regress...
2009-11-22 Tom LaneOoops, forgot to check the libxml cases for psql output...
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-11-13 Tom LaneAdd control knobs for plpgsql's variable resolution...
2009-11-12 Tom LaneRemove plpgsql's separate lexer (finally!), in favor...
2009-11-09 Tom LaneFix WHERE CURRENT OF to work as designed within plpgsql...
2009-11-09 Tom LaneModernize plpgsql's handling of parse locations, making...
2009-11-06 Tom LaneChange plpgsql from using textual substitution to inser...
2009-11-05 Tom LaneRemove plpgsql's RENAME declaration, which has bizarre...
2009-11-04 Tom LaneAdd support for invoking parser callback hooks via...
2009-11-03 Peter EisentrautFix regression tests for psql \d view patch
2009-10-26 Peter EisentrautCheck errors in for loop
2009-10-23 Peter EisentrautWhen querying a table with child tables, do not check...
2009-10-21 Tom LaneRemove regex_flavor GUC, so that regular expressions...
2009-10-21 Tom LaneRemove add_missing_from GUC and associated parser suppo...
2009-10-14 Alvaro HerreraAvoid using trivial usernames in foreign_data regressio...
2009-10-14 Tom LaneSupport SQL-compliant triggers on columns, ie fire...
2009-10-13 Tom LaneAdd "\pset linestyle ascii/unicode" option to psql...
2009-10-12 Tom LaneUse plurals (TABLES, FUNCTIONS, etc) in ALTER DEFAULT...
2009-10-12 Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-07 Alvaro HerreraFix snapshot management, take two.
2009-10-06 Tom LaneChange CREATE TABLE so that column default expressions...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-10-02 Alvaro HerreraEnsure that a cursor has an immutable snapshot througho...
2009-09-29 Tom LaneAllow MOVE FORWARD n, MOVE BACKWARD n, MOVE FORWARD...
2009-09-29 Tom LaneFix equivclass.c's not-quite-right strategy for handlin...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-22 Tom LaneFix crash if a DROP is attempted on an internally-depen...
2009-09-21 Tom LaneDefine a new, more extensible syntax for COPY options.
2009-09-12 Tom LaneRewrite the planner's handling of materialized plan...
2009-09-12 Tom LaneFix assertion failure when a SELECT DISTINCT ON express...
2009-09-09 Tom LaneFix bug with WITH RECURSIVE immediately inside WITH...
next