]> granicus.if.org Git - postgresql/history - src/test
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
[postgresql] / src / test /
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-28 Tom LaneAllow pushdown of WHERE quals into subqueries with...
2014-06-27 Tom LaneDisallow pushing volatile qual expressions down into...
2014-06-26 Tom LaneGet rid of bogus separate pg_proc entries for json_extr...
2014-06-26 Tom LaneForward-patch regression test for "could not find pathk...
2014-06-25 Tom LaneRationalize error messages within jsonfuncs.c.
2014-06-25 Tom LaneFix handling of nested JSON objects in json_populate_re...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-16 Tom LaneAvoid recursion when processing simple lists of AND...
2014-06-14 Noah MischSecure Unix-domain sockets of "make check" temporary...
2014-06-13 Noah MischHarden pg_filenode_relation test against concurrent...
2014-06-12 Tom LaneAdjust largeobject regression test to leave a couple...
2014-06-12 Tom LaneRemove inadvertent copyright violation in largeobject...
2014-06-12 Tom LaneAdd regression test to prevent future breakage of legac...
2014-06-12 Tom LaneRename lo_create(oid, bytea) to lo_from_bytea().
2014-06-10 Tom LaneForward-port regression test for bug #10587 into 9...
2014-06-05 Andres FreundMove regression test listing of builtin leakproof funct...
2014-06-05 Tom LaneTweak new regression test case for better portability.
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-06-03 Andrew DunstanUse EncodeDateTime instead of to_char to render JSON...
2014-06-03 Andrew DunstanDo not escape a unicode sequence when escaping JSON...
2014-06-03 Andrew DunstanOutput timestamps in ISO 8601 format when rendering...
2014-06-03 Andres FreundUse unaligned output in another regression test query...
2014-05-28 Tom LaneRevert "Fix bogus %name-prefix option syntax in all...
2014-05-28 Tom LaneFix bogus %name-prefix option syntax in all our Bison...
2014-05-15 Heikki LinnakangasHandle duplicate XIDs in txid_snapshot.
2014-05-13 Tom LaneBe more wary in choice of timezone names to test make_t...
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-05-09 Tom LaneRevert "Auto-tune effective_cache size to be 4x shared...
2014-05-07 Tom LaneFix failure to set ActiveSnapshot while rewinding a...
2014-05-07 Jeff DavisFix interval test, which was broken for floating-point...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-05-02 Tom LaneFix yet another corner case in dumping rules/views...
2014-05-01 Tom LaneFix failure to detoast fields in composite elements...
2014-04-30 Tom LaneReduce indentation/parenthesization of set operations...
2014-04-30 Tom LaneLimit overall indentation in rule/view dumps.
2014-04-30 Tom LaneFix indentation of JOIN clauses in rule/view dumps.
2014-04-29 Tom LaneImprove planner to drop constant-NULL inputs of AND...
2014-04-28 Greg StarkAdd support for wrapping to psql's "extended" mode...
2014-04-24 Tom LaneFix incorrect pg_proc.proallargtypes entries for two...
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-22 Bruce Momjianregression test: fix hot standby tests by using repeat...
2014-04-22 Bruce Momjiancopy: update docs for FORCE_NULL and FORCE_NOT_NULL...
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-16 Tom LaneUpdate oidjoins regression test for 9.4.
2014-04-16 Robert HaasAdd to_regprocedure() and to_regoperator().
2014-04-15 Bruce Momjianpsql: conditionally display oids and replication identity
2014-04-15 Peter EisentrautAdd TAP tests for client programs
2014-04-13 Stephen FrostAdd ANALYZE into regression tests
2014-04-13 Tom LaneProvide moving-aggregate support for boolean aggregates.
2014-04-13 Stephen FrostMake security barrier views automatically updatable
2014-04-13 Tom LaneProvide moving-aggregate support for a bunch of numeric...
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-08 Tom LaneAdd an in-core GiST index opclass for inet/cidr types.
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-04-06 Simon RiggsExtra warnings and errors for PL/pgSQL
2014-04-06 Simon RiggsIsolation test files for ALTER TABLE patch
2014-04-06 Simon RiggsReduce lock levels of some ALTER TABLE cmds
2014-04-05 Heikki LinnakangasFix another palloc in critical section.
2014-04-04 Tom LaneMake sure -D is an absolute path when starting server...
2014-03-29 Bruce Momjianpsql: display "Replica Identity" only for FULL and...
2014-03-29 Noah MischRevert "Secure Unix-domain sockets of "make check"...
2014-03-29 Noah MischSecure Unix-domain sockets of "make check" temporary...
2014-03-28 Tom LaneImprove regression test for pg_filenode_relation().
2014-03-28 Tom LaneFix EquivalenceClass processing for nested append relat...
2014-03-26 Bruce Momjianpsql: update "replica identity" display for \d+
2014-03-26 Andrew DunstanCleanup around json_to_record/json_to_recordset
2014-03-24 Bruce MomjianFix ts_rank_cd() to ignore stripped lexemes
2014-03-24 Andrew DunstanDo jsonb regression test input in the conventional...
2014-03-23 Andrew DunstanIntroduce jsonb, a structured format for storing json.
2014-03-23 Noah MischOffer triggers on foreign tables.
2014-03-18 Heikki LinnakangasFix misc typos in comments.
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-03-06 Tom LaneDon't reject ROW_MARK_REFERENCE rowmarks for materializ...
2014-03-04 Andrew DunstanProvide a FORCE NULL option to COPY in CSV mode.
2014-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-03-03 Robert HaasIntroduce logical decoding.
2014-03-03 Peter EisentrautFix whitespace
2014-03-03 Stephen FrostAnother round of Coverity fixes
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-25 Robert HaasShow xid and xmin in pg_stat_activity and pg_stat_repli...
2014-02-24 Robert HaasRemove a couple of comments from the pg_lsn regression...
2014-02-19 Robert HaasFurther code review for pg_lsn data type.
2014-02-19 Robert Haaspg_lsn macro naming and type behavior revisions.
2014-02-19 Robert HaasAdd a pg_lsn data type, to represent an LSN.
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-17 Noah MischFix handling of wide datetime input/output.
2014-02-17 Noah MischShore up ADMIN OPTION restrictions.
2014-02-15 Tom LaneCentralize getopt-related declarations in a new header...
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-11 Tom LaneDon't generate plain-text HISTORY and src/test/regress...
2014-02-07 Tom LaneIn RelationClearRelation, postpone cache reload if...
2014-02-03 Tom LaneFix *-qualification of named parameters in SQL-language...
2014-02-01 Bruce Momjianarrays: tighten checks for multi-dimensional input
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-30 Robert HaasAdd convenience functions pg_sleep_for and pg_sleep_until.
2014-01-30 Tom LaneFix bogus handling of "postponed" lateral quals.
next