aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Reword some unclear commentsAlvaro Herrera2017-08-08
* Translation updatesPeter 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 thinko introduced in 2bef06d516460 et al.Andres Freund2017-08-06
* Disallow SSL session tickets.Tom Lane2017-08-04
* Add missing ALTER USER variantsPeter Eisentraut2017-08-03
* Allow a foreign table CHECK constraint to be initially NOT VALID.Robert Haas2017-08-03
* Remove broken and useless entry-count printing in HASH_DEBUG code.Tom Lane2017-08-02
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-31
* Add missing comment in postgresql.conf.Tatsuo Ishii2017-07-31
* Fix concurrent locking of tuple update chainAlvaro Herrera2017-07-26
* Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane2017-07-24
* When WCOs are present, disable direct foreign table modification.Robert Haas2017-07-24
* Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane2017-07-24
* Fix typo in commentAlvaro Herrera2017-07-21
* Fix double shared memory allocation.Teodor Sigaev2017-07-21
* Fix dumping of outer joins with empty qual lists.Tom Lane2017-07-20
* Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane2017-07-13
* Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas2017-07-13
* Fix ruleutils.c for domain-over-array cases, too.Tom Lane2017-07-12
* Reduce memory usage of tsvector type analyze function.Heikki Linnakangas2017-07-12
* Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane2017-07-12
* Fix variable and type name in comment.Heikki Linnakangas2017-07-12
* Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas2017-07-12
* Fix multiple assignments to a column of a domain type.Tom Lane2017-07-11
* On Windows, retry process creation if we fail to reserve shared memory.Tom Lane2017-07-10
* Fix typoAlvaro Herrera2017-07-07
* Fix potential data corruption during freezeTeodor Sigaev2017-07-06
* Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas2017-07-03
* Fix walsender to exit promptly if client requests shutdown.Tom Lane2017-06-30
* Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane2017-06-28
* Support tcp_keepalives_idle option on Solaris.Tom Lane2017-06-27
* Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane2017-06-27
* Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane2017-06-26
* Ignore old stats file timestamps when starting the stats collector.Tom Lane2017-06-26
* Minor code review for parse_phrase_operator().Tom Lane2017-06-26
* Fix typo in commentAlvaro Herrera2017-06-22
* Fix possibility of creating a "phantom" segment after promotion.Andres Freund2017-06-21
* Fix typo in comment.Heikki Linnakangas2017-06-21
* Avoid regressions in foreign-key-based selectivity estimates.Tom Lane2017-06-19
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-18
* Fix dependency, when changing a function's argument/return type.Heikki Linnakangas2017-06-16
* Fix low-probability leaks of PGresult objects in the backend.Tom Lane2017-06-15
* Assert that we don't invent relfilenodes or type OIDs in binary upgrade.Tom Lane2017-06-12
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-05
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Have walsenders participate in procsignal infrastructure.Andres Freund2017-06-05
* Assorted translatable string fixesAlvaro Herrera2017-06-04