summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-08-10Improve the error message when creating an empty range partition.Robert Haas
2017-08-10Remove incorrect assertion in clog.cRobert Haas
2017-08-09Fix handling of container types in find_composite_type_dependencies.Tom Lane
2017-08-08Fix datumSerialize infrastructure to not crash on non-varlena data.Tom Lane
2017-08-08Reword some unclear commentsAlvaro Herrera
2017-08-08Fix typo in commentAlvaro Herrera
2017-08-08Fix replication origin-related race conditionsAlvaro Herrera
2017-08-08Fix inadequacies in recently added wait eventsAlvaro Herrera
2017-08-07Update SQL features listPeter Eisentraut
2017-08-07Translation updatesPeter Eisentraut
2017-08-07Fix local/remote attribute mix-up in logical replicationPeter Eisentraut
2017-08-07Fix handling of dropped columns in logical replicationPeter Eisentraut
2017-08-07Require update permission for the large object written by lo_put().Tom Lane
2017-08-07Again match pg_user_mappings to information_schema.user_mapping_options.Noah Misch
2017-08-07Don't allow logging in with empty password.Heikki Linnakangas
2017-08-07Fix function name in code commentPeter Eisentraut
2017-08-07Improve wording of subscription refresh debug messagesPeter Eisentraut
2017-08-07Downgrade subscription refresh messages to DEBUG1Peter Eisentraut
2017-08-06Fix thinko introduced in 2bef06d516460 et al.Andres Freund
2017-08-05Suppress unused-variable warnings when building with ICU 4.2.Tom Lane
2017-08-05Make pg_stop_backup's wait_for_archive flag work on standbys.Robert Haas
2017-08-05Add support for ICU 4.2Peter Eisentraut
2017-08-05Fix bug in deciding whether to scan newly-attached partition.Robert Haas
2017-08-05Only kill sync workers at commit time in subscription DDLPeter Eisentraut
2017-08-04hash: Immediately after a bucket split, try to clean the old bucket.Robert Haas
2017-08-04Apply ALTER ... SET NOT NULL recursively in ALTER ... ADD PRIMARY KEY.Tom Lane
2017-08-04Disallow SSL session tickets.Tom Lane
2017-08-04Further unify ROLE and USER command grammar rulesPeter Eisentraut
2017-08-03Fix lock upgrade hazard in ATExecAttachPartition.Robert Haas
2017-08-03Code beautification for ATExecAttachPartition.Robert Haas
2017-08-03Allow a foreign table CHECK constraint to be initially NOT VALID.Robert Haas
2017-08-03Improve ExecModifyTable comments.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-08-02Remove broken and useless entry-count printing in HASH_DEBUG code.Tom Lane
2017-08-02Get a snapshot before COPY in table syncPeter Eisentraut
2017-08-02Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.Tom Lane
2017-08-02Fix OBJECT_TYPE/OBJECT_DOMAIN confusionPeter Eisentraut
2017-08-01Second try at getting useful errors out of newlocale/_create_locale.Tom Lane
2017-08-01Try to deliver a sane message for _create_locale() failure on Windows.Tom Lane
2017-08-01Allow creation of C/POSIX collations without depending on libc behavior.Tom Lane
2017-08-01Comment fix for partition_rbound_cmp().Dean Rasheed
2017-07-31Fix typoPeter Eisentraut
2017-07-31Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-30Move ExecProcNode from dispatch to function pointer based model.Andres Freund
2017-07-30Move interrupt checking from ExecProcNode() to executor nodes.Andres Freund
2017-07-26Update copyright in recently added filesAlvaro Herrera
2017-07-26Fix concurrent locking of tuple update chainAlvaro Herrera