2ndquadrant_bdr.git
2015-02-11 Petr Jelinekdeparse-test: add deparse_schedule to regression tests dev/deparse-test
2015-01-17 Andres Freunddeparse: Fix likely typo in "deparse: Add support for...
2014-12-20 Petr Jelinekdeparse-tests: Change the C function to plpgsql.
2014-12-20 Petr Jelinekdeparse: Add support for stringifying more object types.
2014-12-20 Petr Jelinekdeparse: Add support for typmod for CREATE DOMAIN.
2014-12-20 Petr Jelinekdeparse: Fix CREATE CONVERSION.
2014-12-20 Petr Jelinekdeparse: Fix order of WITH and ON COMMIT for CREATE...
2014-12-20 Petr Jelinekdeparse: Handle default security provider.
2014-12-17 Ian BarwickMore datatypes
2014-12-17 Ian BarwickAdd some tablespace checks
2014-12-17 Ian BarwickAdd makefile targets for tests
2014-12-17 Ian BarwickTokenize CREATE TABLE test
2014-12-17 Ian BarwickAdd a composite type
2014-12-17 Ian BarwickAdd SECURITY LABEL test
2014-12-17 Ian BarwickAdd CREATE CONVERSION tests
2014-12-16 Ian BarwickBasic CREATE OPERATOR tests
2014-12-16 Ian BarwickRe-instate failing test item
2014-12-16 Ian BarwickSeparate ALTER {OBJECT} ... OWNER TO ... tests
2014-12-16 Ian BarwickAdd CREATE TYPE basic test
2014-12-16 Ian BarwickUpdate COMMENT ON tests
2014-12-16 Ian BarwickAdd CREATE TYPE ... AS RANGE test
2014-12-16 Ian BarwickAdd CREATE RULE tests
2014-12-16 Ian BarwickAdd test for CREATE TRIGGER ... INSTEAD OF
2014-12-16 Ian BarwickAdd CREATE TRIGGER tests
2014-12-16 Ian BarwickUpdate expected pg_dump output
2014-12-16 Ian BarwickAdd CREATE INDEX test
2014-12-16 Ian BarwickAdd placeholder ALTER EXTENSION
2014-12-16 Ian BarwickAdd CREATE EXTENSION test
2014-12-15 Ian BarwickAdd domain to table definition
2014-12-15 Ian BarwickAdd CREATE DOMAIN test
2014-12-15 Ian BarwickAdd ALTER TYPE ... ADD VALUE test
2014-12-15 Ian BarwickAdd enum to table definition
2014-12-15 Ian BarwickAdd CREATE TYPE ... AS ENUM
2014-12-15 Ian BarwickAdd ALTER SEQUENCE tests
2014-12-15 Ian BarwickALTER FUNCTION tests
2014-12-15 Ian BarwickAdd ALTER FUNCTION test
2014-12-15 Ian BarwickInitial COMMENT ON tests
2014-12-15 Ian BarwickCREATE SCHEMA
2014-12-15 Ian BarwickAdd CREATE VIEW tests
2014-12-15 Ian BarwickMore function tests
2014-12-15 Ian BarwickFix table SQL
2014-12-15 Ian BarwickAdd sequence tests
2014-12-15 Ian BarwickUse IF EXISTS
2014-12-15 Ian BarwickAdd note about regex iffiness
2014-12-15 Ian BarwickFix regex thinko
2014-12-15 Ian BarwickExplicitly delete event trigger
2014-12-15 Ian BarwickUse `deparse` schema for deparse event trigger code
2014-12-15 Ian BarwickExport deparsed commands as plain text output
2014-12-15 Ian BarwickExpected output is dump from the original regress database
2014-12-15 Ian BarwickAdd test function
2014-12-15 Ian BarwickReplace hard-coded paths with pg_regress tokens
2014-12-15 Ian BarwickSanity checks for dump script
2014-12-14 Ian BarwickInterim commit
2014-12-12 Ian BarwickPlace DDL deparse tests in subdirecotry
2014-12-08 Ian BarwickFilter pg_dump output with Perl rather than grep
2014-12-03 Ian Barwickdeparse: add command line option --dbname-deparse
2014-12-03 Ian Barwickdeparse: Remove pg_dump comments containing hard-coded...
2014-11-28 Ian Barwickdeparse: drop deparse test db unless use_existing specified
2014-11-28 Ian Barwickdeparse: better handling of deparse test database name
2014-11-27 Ian Barwickdeparse: store DDL deparse query output file in sql...
2014-11-27 Ian Barwickdeparse: add erroneously ignored test
2014-11-27 Ian Barwickdeparse: initial testing framework (PoC, WIP)
2014-11-27 Ian Barwickdeparse: Fix string handling in expand_jsonval_strlit()
2014-11-25 Petr Jelinekdeparse: Always initialize objsubid for RenameStmt.
2014-11-25 Abhijit Menon-Sendeparse: Fix compile error
2014-11-24 Petr Jelinekdeparse: Fix operator quoting
2014-11-06 Petr Jelinekdeparse: fix CREATE OR REPLACE VIEW
2014-11-06 Alvaro Herrerasupport ALTER TYPE / RENAME ATTRIBUTE
2014-11-06 Andres Freunddeparse: fix SECURITY LABEL ... IS NULL
2014-11-06 Andres Freunddeparse: Add support for SECURITY LABEL
2014-10-13 Alvaro Herreradeparse: support COMMENT ON
2014-10-13 Petr Jelinekdeparse: Support ALTER FUNCTION
2014-10-13 Alvaro Herreradeparse: Support GRANT/REVOKE
2014-10-13 Abhijit Menon-Sendeparse: Support ALTER EXTENSION / UPDATE TO
2014-10-13 Alvaro Herreradeparse: support ALTER THING OWNER TO
2014-10-13 Abhijit Menon-Sendeparse: Support DefineStmt commands
2014-10-13 Abhijit Menon-Sendeparse: Support CREATE CONVERSION
2014-10-13 Alvaro Herreradeparse: Support CREATE OPERATOR FAMILY
2014-10-13 Alvaro Herreradeparse: Support CREATE VIEW
2014-10-13 Alvaro Herreradeparse: Support ALTER TABLE
2014-10-13 Alvaro Herreradeparse/core: have ALTER TABLE return OIDs and col...
2014-10-13 Alvaro Herreradeparse: Support CREATE FUNCTION
2014-10-13 Alvaro Herreradeparse: Support CREATE DOMAIN
2014-10-13 Alvaro Herreradeparse: Support for ALTER <OBJECT> RENAME
2014-10-13 Alvaro Herreradeparse: Support ALTER TYPE / ADD VALUE (enums)
2014-10-13 Alvaro Herreradeparse: Support CREATE RULE
2014-10-13 Alvaro Herreradeparse: Support CREATE EXTENSION
2014-10-13 Alvaro Herreradeparse: Support CREATE TYPE AS RANGE
2014-10-13 Alvaro Herreradeparse: Support CREATE SCHEMA/TABLE/SEQUENCE/INDEX...
2014-10-13 Alvaro Herreradeparse: Support CREATE TYPE AS ENUM
2014-10-13 Alvaro Herreradeparse: Support CREATE TYPE AS
2014-10-13 Alvaro Herreradeparse: sprinkle EventTriggerStashCommand() calls
2014-10-13 Alvaro Herreradeparse: infrastructure needed for command deparsing
2014-10-13 Alvaro Herreradeparse/core: event triggers support COMMENT
2014-10-13 Alvaro Herreradeparse/core: event triggers support GRANT/REVOKE
2014-10-13 Alvaro Herreradeparse/core: have RENAME return attribute number
2014-10-13 Alvaro Herreradeparse/core: qualify "=" operator in SPI queries
2014-10-12 Peter Eisentrautpg_recvlogical: Improve --help output
2014-10-12 Peter EisentrautMessage improvements
2014-10-11 Bruce Momjianpg_upgrade: prefix Unix shell script name output with...
next