aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix harmless thinko in dsa.c.Andres Freund2017-08-24
* Fix outdated commentPeter Eisentraut2017-08-23
* Tweak some SCRAM error messages and code commentsPeter Eisentraut2017-08-23
* Fix translation markerPeter Eisentraut2017-08-23
* Don't install ICU collation keyword variantsPeter Eisentraut2017-08-21
* Expand set of predefined ICU localesPeter Eisentraut2017-08-21
* Inject $(ICU_LIBS) regardless of platform.Noah Misch2017-08-20
* Fix creation of ICU comments for keyword variantsPeter Eisentraut2017-08-18
* Fix interaction of triggers, partitioning, and EXPLAIN ANALYZE.Robert Haas2017-08-18
* Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas2017-08-17
* Fix ExecReScanGatherMerge.Tom Lane2017-08-17
* Initialize replication_slot_catalog_xmin in procarrayPeter Eisentraut2017-08-15
* Include foreign tables in information_schema.table_privilegesPeter Eisentraut2017-08-15
* Simplify autovacuum work-item implementationAlvaro Herrera2017-08-15
* Fix logical replication protocol comparison logicPeter Eisentraut2017-08-15
* Simplify some code in logical replication launcherPeter Eisentraut2017-08-15
* Fix error handling path in autovacuum launcherAlvaro Herrera2017-08-15
* Distinguish wait-for-connection from wait-for-write-ready on Windows.Tom Lane2017-08-15
* Avoid unnecessary single-child Append nodes.Robert Haas2017-08-15
* Add missing call to ExecReScanGatherMerge.Robert Haas2017-08-15
* Final pgindent + perltidy run for v10.Tom Lane2017-08-14
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Fix typoPeter Eisentraut2017-08-14
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Reword comment for clarityAlvaro Herrera2017-08-12
* Remove uses of "slave" in replication contextsPeter Eisentraut2017-08-10
* Improve the error message when creating an empty range partition.Robert Haas2017-08-10
* Remove incorrect assertion in clog.cRobert Haas2017-08-10
* Fix handling of container types in find_composite_type_dependencies.Tom Lane2017-08-09
* Fix datumSerialize infrastructure to not crash on non-varlena data.Tom Lane2017-08-08
* Reword some unclear commentsAlvaro Herrera2017-08-08
* Fix typo in commentAlvaro Herrera2017-08-08
* Fix replication origin-related race conditionsAlvaro Herrera2017-08-08
* Fix inadequacies in recently added wait eventsAlvaro Herrera2017-08-08
* Update SQL features listPeter Eisentraut2017-08-07
* Translation updatesPeter Eisentraut2017-08-07
* Fix local/remote attribute mix-up in logical replicationPeter Eisentraut2017-08-07
* Fix handling of dropped columns in logical replicationPeter Eisentraut2017-08-07
* Require update permission for the large object written by lo_put().Tom Lane2017-08-07
* Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch2017-08-07
* Don't allow logging in with empty password.Heikki Linnakangas2017-08-07
* Fix function name in code commentPeter Eisentraut2017-08-07
* Improve wording of subscription refresh debug messagesPeter Eisentraut2017-08-07
* Downgrade subscription refresh messages to DEBUG1Peter Eisentraut2017-08-07
* Fix thinko introduced in 2bef06d516460 et al.Andres Freund2017-08-06
* Suppress unused-variable warnings when building with ICU 4.2.Tom Lane2017-08-05
* Make pg_stop_backup's wait_for_archive flag work on standbys.Robert Haas2017-08-05
* Add support for ICU 4.2Peter Eisentraut2017-08-05
* Fix bug in deciding whether to scan newly-attached partition.Robert Haas2017-08-04
* Only kill sync workers at commit time in subscription DDLPeter Eisentraut2017-08-04