aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove dead variables.Tom Lane2017-06-03
* Add some missing backslash commands to psql's tab-completion knowledge.Tom Lane2017-06-03
* Fix <> and pattern-NOT-match estimators to handle nulls correctly.Tom Lane2017-06-03
* Fix old corner-case logic error in final_cost_nestloop().Tom Lane2017-06-03
* Receive invalidation messages correctly in tablesync workerPeter Eisentraut2017-06-03
* Make tablesync worker exit when apply dies while it was waiting for itPeter Eisentraut2017-06-03
* Allow parallelism in COPY (query) TO ...;Andres Freund2017-06-02
* doc: Add note that DROP SUBSCRIPTION drops replication slotPeter Eisentraut2017-06-02
* Remove replication slot name check from ReplicationSlotAcquire()Peter Eisentraut2017-06-02
* Fix signal handling in logical replication workersPeter Eisentraut2017-06-02
* Fix copy/paste mistake in commentMagnus Hagander2017-06-02
* Fix typo in commentMagnus Hagander2017-06-02
* Reorganize logical replication worker disconnect codePeter Eisentraut2017-06-01
* psql: Fix display of whether table is part of publicationPeter Eisentraut2017-06-01
* Fix typoAlvaro Herrera2017-06-01
* Modify sequence catalog tuple before invoking post alter hook.Andres Freund2017-06-01
* Make ALTER SEQUENCE, including RESTART, fully transactional.Andres Freund2017-06-01
* Always use -fPIC, not -fpic, when building shared libraries with gcc.Tom Lane2017-06-01
* Generate pg_basebackup temporary slot name using backend pidMagnus Hagander2017-05-31
* Restore accidentally-removed line.Robert Haas2017-05-31
* doc: Add another migration item to release notesPeter Eisentraut2017-05-31
* Avoid -Wconversion warnings from direct use of GET_n_BYTES macros.Tom Lane2017-05-31
* Sort syscache identifiers into alphabetical order.Tom Lane2017-05-30
* brin: Don't crash on auto-summarizationAlvaro Herrera2017-05-30
* Fix wording in amvalidate error messagesAlvaro Herrera2017-05-30
* doc: Fix ALTER PUBLICATION detailsPeter Eisentraut2017-05-30
* Fix omission of locations in outfuncs/readfuncs partitioning node support.Tom Lane2017-05-30
* Fix improper quoting of format_type_be() output.Tom Lane2017-05-29
* Make edge-case behavior of jsonb_populate_record match json_populate_recordTom Lane2017-05-29
* Fix thinko in JsObjectSize() macro.Tom Lane2017-05-29
* Prevent running pg_resetwal/pg_resetxlog against wrong-version data dirs.Tom Lane2017-05-29
* Allow NumericOnly to be "+ FCONST".Tom Lane2017-05-29
* More code review for get_qual_for_list().Tom Lane2017-05-29
* Fix typo in commentMagnus Hagander2017-05-29
* Fix reference to RFC specifying SCRAM.Heikki Linnakangas2017-05-29
* Code review focused on new node types added by partitioning support.Tom Lane2017-05-28
* Format v10 release notes' commit references more like previous releases.Tom Lane2017-05-28
* Improve v10 release notes' discussion of money operator changes.Tom Lane2017-05-28
* Avoid locale-dependent output in select_views regression test.Tom Lane2017-05-28
* Fix typo in pg_dump's support for dumping collations from pre-v10 servers.Tom Lane2017-05-26
* Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane2017-05-26
* Fix pg_dump to not emit invalid SQL for an empty operator class.Tom Lane2017-05-26
* Remove docs mention of PGREALM variableMagnus Hagander2017-05-26
* Update expected fileAlvaro Herrera2017-05-25
* extended stats: Clarify behavior of omitting stat type clauseAlvaro Herrera2017-05-25
* Fix message caseAlvaro Herrera2017-05-25
* Fix whitespacePeter Eisentraut2017-05-25
* Abort authentication if the client selected an invalid SASL mechanism.Heikki Linnakangas2017-05-25
* Fix table syncing with different column orderPeter Eisentraut2017-05-24
* Improve logical replication worker log messagesPeter Eisentraut2017-05-24