OSDN Git Service

Binary upgrade:
[pg-rex/syncrep.git] / src / test /
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...
2009-09-02 Tom LaneFix subquery pullup to wrap a PlaceHolderVar around...
2009-08-27 Tom LaneModify the definition of window-function PARTITION...
2009-08-26 Peter EisentrautUpdate of install-sh, mkinstalldirs, and associated...
2009-08-24 Tom LaneRun the "tablespace" regression test first not last...
2009-08-18 Teodor SigaevIntroduce filtering dictionary support to tsearch....
2009-08-15 Tom LaneRemove Wisconsin benchmark files.
2009-08-14 Tom LaneRepair breakage of Wisconsin benchmark due to change...
2009-08-14 Teodor SigaevAdd prefix support for synonym dictionary
2009-08-13 Tom LaneAdd a simple test case covering a join against an inher...
2009-08-10 Tom LaneSupport EEEE (scientific notation) in to_char().
2009-08-06 Tom LaneImprove plpgsql's ability to cope with rowtypes contain...
2009-08-04 Tom LaneSupport hex-string input and output for type BYTEA.
2009-08-03 Joe ConwayImplement has_sequence_privilege()
2009-08-01 Tom LaneDepartment of second thoughts: let's show the exact...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Teodor SigaevCorrect calculations of overlap and contains operations...
2009-07-27 Tom LaneExperiment with using EXPLAIN COSTS OFF in regression...
2009-07-25 Andrew DunstanAllow * as parameter for FORCE QUOTE for COPY CSV....
2009-07-20 Andrew DunstanDROP IF EXISTS for columns and constraints. Andres...
2009-07-19 Tom LaneFix a thinko in join_is_legal: when we decide we can...
2009-07-17 Tom LaneRepair bug #4926 "too few pathkeys for mergeclauses...
2009-07-11 Peter EisentrautAlter some gratuitous uses of "ANSI" when "SQL standard...
2009-07-06 Tom LaneFix handling of changed-Param signaling for CteScan...
2009-07-02 Peter EisentrautRegression test for XML mapping functionality
2009-06-22 Tom LaneMake to_timestamp and friends skip leading spaces befor...
2009-06-14 Tom LaneChange test tables in copy2 regression test to be tempo...
2009-06-11 Tom LaneFix things so that you can still do "select foo()"...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Tom LaneMake handling of INTERVAL DAY TO MINUTE and INTERVAL...
2009-06-09 Peter EisentrautFix xmlattribute escaping XML special characters twice...
2009-06-01 Tom LaneChange AdjustIntervalForTypmod to not discard higher...
2009-05-24 Tom LaneFix LIKE's special-case code for % followed by _. ...
2009-05-19 Tom LaneFix bug #4814 (wrong subscript in consistent-function...
2009-05-06 Tom LaneModify CREATE DATABASE to enforce that the source datab...
2009-05-05 Tom LaneMake new complaint about unsafe Unicode literals includ...
2009-05-05 Peter EisentrautDisable the use of Unicode escapes in string constants...
2009-04-25 Tom LaneFix the handling of sub-SELECTs appearing in the argume...
2009-04-23 Tom LaneChange the default value of max_prepared_transactions...
2009-04-21 Bruce MomjianAdd agg/normal/trigger/window flags for psql \df and...
2009-04-19 Tom LaneRevise plpgsql's scanner to process comments and string...
2009-04-16 Alvaro HerreraFix the regression test error message for array_fill...
next