summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2017-08-07Translation updatesPeter 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-06Fix thinko introduced in 2bef06d516460 et al.Andres Freund
2017-08-04Disallow SSL session tickets.Tom Lane
2017-08-04Add missing ALTER USER variantsPeter Eisentraut
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-31Add missing comment in postgresql.conf.Tatsuo Ishii
2017-07-26Fix concurrent locking of tuple update chainAlvaro Herrera
2017-07-24Fix race condition in predicate-lock init code in EXEC_BACKEND builds.Tom Lane
2017-07-24Ensure that pg_get_ruledef()'s output matches pg_get_viewdef()'s.Tom Lane
2017-07-20Fix dumping of outer joins with empty qual lists.Tom Lane
2017-07-13Fix dumping of FUNCTION RTEs that contain non-function-call expressions.Tom Lane
2017-07-13Fix race between GetNewTransactionId and GetOldestActiveTransactionId.Heikki Linnakangas
2017-07-12Fix ruleutils.c for domain-over-array cases, too.Tom Lane
2017-07-12Reduce memory usage of tsvector type analyze function.Heikki Linnakangas
2017-07-12Avoid integer overflow while sifting-up a heap in tuplesort.c.Tom Lane
2017-07-12Fix variable and type name in comment.Heikki Linnakangas
2017-07-12Fix ordering of operations in SyncRepWakeQueue to avoid assertion failure.Heikki Linnakangas
2017-07-11Fix multiple assignments to a column of a domain type.Tom Lane
2017-07-10On Windows, retry process creation if we fail to reserve shared memory.Tom Lane
2017-07-06Fix potential data corruption during freezeTeodor Sigaev
2017-07-03Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas
2017-06-30Fix walsender to exit promptly if client requests shutdown.Tom Lane
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Support tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-27Re-allow SRFs and window functions within sub-selects within aggregates.Tom Lane
2017-06-26Don't lose walreceiver start requests due to race condition in postmaster.Tom Lane
2017-06-26Ignore old stats file timestamps when starting the stats collector.Tom Lane
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
2017-06-21Fix typo in comment.Heikki Linnakangas
2017-06-19Fix leaking of small spilled subtransactions during logical decoding.Andres Freund
2017-06-16Fix dependency, when changing a function's argument/return type.Heikki Linnakangas
2017-06-15Fix low-probability leaks of PGresult objects in the backend.Tom Lane
2017-06-13Assert that we don't invent relfilenodes or type OIDs in binary upgrade.Tom Lane
2017-06-06Unify SIGHUP handling between normal and walsender backends.Andres Freund
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Have walsenders participate in procsignal infrastructure.Andres Freund
2017-06-04Assorted translatable string fixesAlvaro Herrera
2017-05-30Try to ensure that stats collector's receive buffer size is at least 100KB.Tom Lane
2017-05-29Allow NumericOnly to be "+ FCONST".Tom Lane
2017-05-26Move autogenerated array types out of the way during ALTER ... RENAME.Tom Lane
2017-05-24Tighten checks for whitespace in functions that parse identifiers etc.Tom Lane
2017-05-21Fix precision and rounding issues in money multiplication and division.Tom Lane
2017-05-18Fix typo in comment.Heikki Linnakangas
2017-05-16Fix new warnings from GCC 7Peter Eisentraut
2017-05-15Fix unsafe reference into relcache in constructed CommentStmt.Tom Lane
2017-05-13Avoid superfluous work for commits during logical slot creation.Andres Freund