aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix more user-visible elog() calls.Robert Haas2017-10-05
* Fix coding rules violations in walreceiver.cAlvaro Herrera2017-10-03
* Fix freezing of a dead HOT-updated tupleAlvaro Herrera2017-09-28
* Fix behavior when converting a float infinity to numeric.Tom Lane2017-09-27
* Improve wording of error message added in commit 714805010.Tom Lane2017-09-26
* Fix failure-to-read-man-page in commit 899bd785c.Tom Lane2017-09-26
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-25
* Fix saving and restoring umaskPeter Eisentraut2017-09-23
* Give a better error for duplicate entries in VACUUM/ANALYZE column list.Tom Lane2017-09-21
* Allow rel_is_distinct_for() to look through RelabelType below OpExpr.Tom Lane2017-09-17
* Fix possible dangling pointer dereference in trigger.c.Tom Lane2017-09-17
* Translation updatesPeter Eisentraut2017-08-28
* Fix outdated commentPeter Eisentraut2017-08-23
* Fix translation markerPeter Eisentraut2017-08-23
* Initialize replication_slot_catalog_xmin in procarrayPeter Eisentraut2017-08-15
* Include foreign tables in information_schema.table_privilegesPeter Eisentraut2017-08-15
* Handle elog(FATAL) during ROLLBACK more robustly.Tom Lane2017-08-14
* Remove AtEOXact_CatCache().Tom Lane2017-08-13
* Fix handling of container types in find_composite_type_dependencies.Tom Lane2017-08-09
* 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
* 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
* Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane2017-07-24
* 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 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