]> granicus.if.org Git - postgresql/history - src/test
Remove vestigial resolveUnknown arguments from transformSortClause etc.
[postgresql] / src / test /
2017-01-25 Tom LaneMake UNKNOWN into an actual pseudo-type.
2017-01-25 Tom LaneChange unknown-type literals to type text in SELECT...
2017-01-25 Tom LaneUse non-conflicting table names in new regression test...
2017-01-24 Robert HaasFix things so that updatable views work with partitione...
2017-01-24 Robert HaasSet ecxt_scantuple correctly for tuple routing.
2017-01-24 Fujii MasaoMention logical replication tests in src/test/README.
2017-01-20 Alvaro Herreratests: Use the right Perl operator
2017-01-20 Peter EisentrautPaper over pg_upgrade test failure
2017-01-20 Peter EisentrautLogical replication
2017-01-19 Tom LaneFix Assert failure induced by commit 215b43cdc.
2017-01-19 Andres FreundFix platform dependant regression output triggered...
2017-01-19 Robert HaasTeach partitioning tests not to use DROP TABLE ......
2017-01-19 Robert HaasFix some problems in check_new_partition_bound().
2017-01-19 Robert HaasFix RETURNING to work correctly with partition tuple...
2017-01-19 Robert HaasFix failure to enforce partitioning contraint for inter...
2017-01-19 Stephen FrostDump sequence data based on the TableDataInfo flag
2017-01-19 Alvaro HerreraAllow negative years in make_date to represent BC years
2017-01-18 Andres FreundMove targetlist SRF handling from expression evaluation...
2017-01-18 Tom LaneReset the proper GUC in create_index test.
2017-01-18 Magnus HaganderImplement array version of jsonb_delete and operator
2017-01-18 Tom LaneDisable transforms that replaced AT TIME ZONE with...
2017-01-18 Robert HaasAvoid use of DROP TABLE .. CASCADE in partitioning...
2017-01-18 Robert HaasAdd some more tests for tuple routing.
2017-01-18 Robert HaasUpdate information_schema queries and system views...
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-18 Tom LaneImprove RLS planning by marking individual quals with...
2017-01-17 Peter EisentrautRegister missing money operators in system catalogs
2017-01-17 Peter EisentrautAdd more tests for money type
2017-01-16 Tom LaneFix check_srf_call_placement() to handle VALUES cases...
2017-01-15 Tom LaneFix matching of boolean index columns to sort ordering.
2017-01-14 Magnus HaganderChange default values for backup and replication parameters
2017-01-14 Peter Eisentrautpg_ctl: Change default to wait for all actions
2017-01-14 Peter EisentrautUpdates to reflect that pg_ctl stop -m fast is the...
2017-01-13 Tom LaneFix some more regression test row-order-instability...
2017-01-13 Robert HaasFix a bug in how we generate partition constraints.
2017-01-12 Peter EisentrautFix mistake in comment
2017-01-09 Alvaro HerreraFix ALTER TABLE / SET TYPE for irregular inheritance
2017-01-05 Peter EisentrautUse 'use strict' in all Perl programs
2017-01-05 Tom LaneFix handling of empty arrays in array_fill().
2017-01-05 Simon RiggsFix format for TAP test docs
2017-01-04 Tom LaneHandle OID column inheritance correctly in ALTER TABLE...
2017-01-04 Robert HaasFix reporting of constraint violations for table partit...
2017-01-04 Simon RiggsAdd 18 new recovery TAP tests
2017-01-04 Simon RiggsAllow PostgresNode.pm tests to wait for catchup
2017-01-04 Peter EisentrautBetter fix for sequence access in hot standby test
2017-01-04 Magnus HaganderMake wal streaming the default mode for pg_basebackup
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2017-01-03 Peter EisentrautFix hot standby tests for sequence catalog change
2017-01-03 Tom LaneAllow SSL configuration to be updated at SIGHUP.
2016-12-31 Tom LaneFix unstable regression test results.
2016-12-27 Tom LaneFix interval_transform so it doesn't throw away non...
2016-12-25 Tom LaneFix incorrect error reporting for duplicate data in...
2016-12-22 Robert HaasFix tuple routing in cases where tuple descriptors...
2016-12-22 Stephen FrostUse TSConfigRelationId in AlterTSConfiguration()
2016-12-22 Tom LaneFix CREATE TABLE ... LIKE ... WITH OIDS.
2016-12-22 Peter EisentrautUpdate sequence_1.out for recent changes
2016-12-22 Tom LaneFix handling of expanded objects in CoerceToDomain...
2016-12-21 Tom LaneFix strange behavior (and possible crashes) in full...
2016-12-21 Dean RasheedFix order of operations in CREATE OR REPLACE VIEW.
2016-12-21 Robert HaasConvert elog() to ereport() and do some wordsmithing.
2016-12-20 Peter EisentrautAdd pg_sequence system catalog
2016-12-20 Heikki LinnakangasFix sharing Agg transition state of DISTINCT or ordered...
2016-12-19 Tom LaneFix handling of phrase operator removal while removing...
2016-12-19 Fujii MasaoSupport quorum-based synchronous replication.
2016-12-13 Tom LaneImprove handling of array elements as getdiag_targets...
2016-12-12 Peter EisentrautAdd support for temporary replication slots
2016-12-11 Tom LanePrevent crash when ts_rewrite() replaces a non-top...
2016-12-09 Alvaro HerreraFix crasher bug in array_position(s)
2016-12-08 Tom LaneFix reporting of column typmods for multi-row VALUES...
2016-12-07 Robert HaasReplace references to COLLATE "en_CA" with COLLATE...
2016-12-07 Robert HaasReplace references to COLLATE "en_US" with COLLATE...
2016-12-07 Robert HaasImplement table partitioning.
2016-12-05 Stephen FrostAdd support for restrictive RLS policies
2016-12-04 Noah MischDocument recipe for testing compatibility with old...
2016-12-02 Tom LaneFix broken wait-for-previous-process-to-exit loop in...
2016-12-02 Tom LaneDelete deleteWhatDependsOn() in favor of more performDe...
2016-11-26 Tom LaneFix test about ignoring extension dependencies during...
2016-11-25 Tom LaneCheck for pending trigger events on far end when droppi...
2016-11-24 Tom LaneCheck that default_tablespace affects ALTER TABLE ADD...
2016-11-24 Alvaro HerreraFix commit_ts for FrozenXid and BootstrapXid
2016-11-23 Tom LaneMake sure ALTER TABLE preserves index tablespaces.
2016-11-22 Tom LaneImprove handling of "UPDATE ... SET (column_list) ...
2016-11-20 Tom LanePrevent multicolumn expansion of "foo.*" in an UPDATE...
2016-11-18 Peter EisentrautAdd pg_sequences view
2016-11-14 Peter EisentrautAllow individual TAP tests to be run via PROVE_TESTS
2016-11-10 Tom LaneSupport "COPY view FROM" for views with INSTEAD OF...
2016-11-08 Tom LaneReplace uses of SPI_modifytuple that intend to allocate...
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-11-08 Noah MischChange qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
2016-11-07 Tom LaneBand-aid fix for incorrect use of view options as StdRd...
2016-11-06 Tom LaneNeed to do SPI_push/SPI_pop around expression evaluatio...
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-11-02 Tom LaneDon't convert Consts into Vars during setrefs.c processing.
2016-10-30 Tom LaneFix bogus tree-flattening logic in QTNTernary().
2016-10-27 Robert HaasFix possible pg_basebackup failure on standby with...
2016-10-26 Tom LaneFix incorrect trigger-property updating in ALTER CONSTR...
2016-10-24 Alvaro HerreraPreserve commit timestamps across clean restart
2016-10-23 Tom LaneDon't throw serialization errors for self-conflicts...
2016-10-23 Tom LaneAvoid testing tuple visibility without buffer lock...
2016-10-19 Peter EisentrautUse pg_ctl promote -w in TAP tests
next