]> granicus.if.org Git - postgresql/shortlog
postgresql
2017-06-13 Peter Eisentrautpg_dump: Fix harmless type mixup
2017-06-13 Peter Eisentrautdoc: Update external PL list
2017-06-13 Tom LaneAssert that we don't invent relfilenodes or type OIDs...
2017-06-12 Tom LaneFix ALTER SEQUENCE OWNED BY to not rewrite the sequence...
2017-06-12 Peter Eisentrautdoc: Update information_schema documentation for identi...
2017-06-12 Peter EisentrautAdd ICU_CFLAGS to global CPPFLAGS
2017-06-12 Peter EisentrautRemove "synchronized table states" notice message
2017-06-12 Peter EisentrautAdd MSVC build system support for ICU
2017-06-12 Peter EisentrautFix build of ICU support in Windows
2017-06-12 Peter EisentrautTrim trailing whitespace
2017-06-12 Peter EisentrautStop table sync workers when subscription relation...
2017-06-12 Tatsuo IshiiFix ALTER TABLE doc examples.
2017-06-11 Tom LaneHandle unqualified SEQUENCE NAME options properly in...
2017-06-11 Joe ConwayApply RLS policies to partitioned tables.
2017-06-10 Andrew DunstanTake PROVE_FLAGS from the command line but not the...
2017-06-10 Peter Eisentrautdoc: Add Node.js and Go drivers to client interfaces
2017-06-09 Peter Eisentrautdoc: Improve types in example
2017-06-09 Peter Eisentrautdoc: Document that subscriptions to same server might...
2017-06-09 Heikki LinnakangasSilence warning about uninitialized 'ret' variable...
2017-06-09 Peter EisentrautFormatting improvements in config file samples
2017-06-09 Peter EisentrautUpdate code comments
2017-06-09 Peter EisentrautFix typo
2017-06-09 Peter Eisentrautpsql: Update tab completion for ALTER SUBSCRIPTION
2017-06-09 Peter EisentrautImprove tablesync behavior with concurrent changes
2017-06-09 Heikki LinnakangasGive a better error message on invalid hostaddr option.
2017-06-09 Heikki LinnakangasFix script name in README.
2017-06-08 Andres FreundUse standard interrupt handling in logical replication...
2017-06-08 Andres FreundAgain report a useful error message when walreceiver...
2017-06-08 Peter EisentrautUpdate key words table for version 10
2017-06-08 Andrew DunstanMark to_tsvector(regconfig,json[b]) functions immutable
2017-06-08 Tom LaneFix bit-rot in pg_upgrade's test.sh, and improve docume...
2017-06-08 Heikki LinnakangasImprove authentication error messages.
2017-06-08 Peter EisentrautPut new command-line options in alphabetical order
2017-06-08 Robert HaasAdd statistics subdirectory to Makefile.
2017-06-08 Joe ConwayFix contrib/sepgsql regr tests for tup-routing constrai...
2017-06-07 Tom LaneDocs: improve CREATE TABLE ref page's discussion of...
2017-06-07 Robert Haaspostgres_fdw: Allow cancellation of transaction control...
2017-06-07 Peter EisentrautFix updating of pg_subscription_rel from workers
2017-06-07 Robert HaasPrevent BEFORE triggers from violating partitioning...
2017-06-07 Heikki LinnakangasClear auth context correctly when re-connecting after...
2017-06-07 Heikki LinnakangasFix double-free bug in GSS authentication.
2017-06-07 Peter EisentrautConsistently use subscription name as application name
2017-06-06 Andres FreundClean up latch related code.
2017-06-06 Peter EisentrautImprove handover logic between sync and apply workers
2017-06-06 Robert HaasFix some cases of "the the" split across two lines.
2017-06-06 Robert HaasUse NIL rather than NULL to represent an empty list.
2017-06-06 Robert HaasClean up partcollation handling for OID 0.
2017-06-06 Michael MeskesFix docs to not claim ECPG's SET CONNECTION is not...
2017-06-06 Andres FreundWire up query cancel interrupt for walsender backends.
2017-06-06 Andres FreundUnify SIGHUP handling between normal and walsender...
2017-06-06 Andres FreundPrevent possibility of panics during shutdown checkpoint.
2017-06-06 Andres FreundHave walsenders participate in procsignal infrastructure.
2017-06-06 Andres FreundRevert "Prevent panic during shutdown checkpoint"
2017-06-06 Peter EisentrautDon't set application_name in logical replication workers
2017-06-06 Peter EisentrautFix ALTER SUBSCRIPTION grammar ambiguity
2017-06-06 Peter EisentrautIgnore WL_POSTMASTER_DEATH latch event in single user...
2017-06-06 Andrew DunstanFix thinko in previous openssl change
2017-06-05 Andres FreundFix record length computation in pg_waldump/xlogdump.
2017-06-05 Tom LaneCode review for shm_toc.h/.c.
2017-06-05 Andrew DunstanFind openssl lib files in right directory for MSVC
2017-06-05 Tom LaneDon't be so trusting that shm_toc_lookup() will always...
2017-06-05 Heikki LinnakangasFix typo in error message.
2017-06-05 Heikki LinnakangasFix comments in simplehash.h.
2017-06-04 Tom LaneReplace over-optimistic Assert in partitioning code...
2017-06-04 Tom Lane#ifdef out assorted unused GEQO code.
2017-06-04 Tom LaneDisallow CREATE INDEX if table is already in use in...
2017-06-04 Alvaro HerreraAssorted translatable string fixes
2017-06-04 Tom LaneRemove dead variables.
2017-06-03 Tom LaneAdd some missing backslash commands to psql's tab-compl...
2017-06-03 Tom LaneFix <> and pattern-NOT-match estimators to handle nulls...
2017-06-03 Tom LaneFix old corner-case logic error in final_cost_nestloop().
2017-06-03 Peter EisentrautReceive invalidation messages correctly in tablesync...
2017-06-03 Peter EisentrautMake tablesync worker exit when apply dies while it...
2017-06-03 Andres FreundAllow parallelism in COPY (query) TO ...;
2017-06-02 Peter Eisentrautdoc: Add note that DROP SUBSCRIPTION drops replication...
2017-06-02 Peter EisentrautRemove replication slot name check from ReplicationSlot...
2017-06-02 Peter EisentrautFix signal handling in logical replication workers
2017-06-02 Magnus HaganderFix copy/paste mistake in comment
2017-06-02 Magnus HaganderFix typo in comment
2017-06-02 Peter EisentrautReorganize logical replication worker disconnect code
2017-06-02 Peter Eisentrautpsql: Fix display of whether table is part of publication
2017-06-01 Alvaro HerreraFix typo
2017-06-01 Andres FreundModify sequence catalog tuple before invoking post...
2017-06-01 Andres FreundMake ALTER SEQUENCE, including RESTART, fully transacti...
2017-06-01 Tom LaneAlways use -fPIC, not -fpic, when building shared libra...
2017-05-31 Magnus HaganderGenerate pg_basebackup temporary slot name using backen...
2017-05-31 Robert HaasRestore accidentally-removed line.
2017-05-31 Peter Eisentrautdoc: Add another migration item to release notes
2017-05-31 Tom LaneAvoid -Wconversion warnings from direct use of GET_n_BY...
2017-05-30 Tom LaneSort syscache identifiers into alphabetical order.
2017-05-30 Alvaro Herrerabrin: Don't crash on auto-summarization
2017-05-30 Alvaro HerreraFix wording in amvalidate error messages
2017-05-30 Peter Eisentrautdoc: Fix ALTER PUBLICATION details
2017-05-30 Tom LaneFix omission of locations in outfuncs/readfuncs partiti...
2017-05-30 Tom LaneFix improper quoting of format_type_be() output.
2017-05-29 Tom LaneMake edge-case behavior of jsonb_populate_record match...
2017-05-29 Tom LaneFix thinko in JsObjectSize() macro.
2017-05-29 Tom LanePrevent running pg_resetwal/pg_resetxlog against wrong...
2017-05-29 Tom LaneAllow NumericOnly to be "+ FCONST".
2017-05-29 Tom LaneMore code review for get_qual_for_list().
next