aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix typo in regression test comment.Etsuro Fujita2019-08-29
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro2019-08-28
* Disable timeouts when running pg_rewind with online source clusterMichael Paquier2019-08-28
* Doc: improve documentation of pg_signal_backend default role.Tom Lane2019-08-27
* Doc: clarify behavior of standard aggregates for null inputs.Tom Lane2019-08-27
* Reject empty names and recursion in config-file include directives.Tom Lane2019-08-27
* Fix failure of --jobs with vacuumdb on WindowsMichael Paquier2019-08-27
* Adjust to latest Msys2 kernel release numberAndrew Dunstan2019-08-26
* Treat MINGW and MSYS the same in pg_upgrade test scriptAndrew Dunstan2019-08-26
* Fix error handling of vacuumdb when running out of fdsMichael Paquier2019-08-26
* Avoid platform-specific null pointer dereference in psql.Tom Lane2019-08-25
* Don't rely on llvm::make_unique.Thomas Munro2019-08-25
* Improve documentation of pageinspectMichael Paquier2019-08-23
* Doc: Remove mention to "Visual Studio Express 2019"Michael Paquier2019-08-22
* Fix typoAlvaro Herrera2019-08-21
* Fix bogus commentAlvaro Herrera2019-08-20
* Doc: Fix various typosMichael Paquier2019-08-20
* Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane2019-08-19
* Disallow changing an inherited column's type if not all parents changed.Tom Lane2019-08-18
* Prevent possible double-free when update trigger returns old tuple.Tom Lane2019-08-15
* Fix plpgsql to re-look-up composite type names at need.Tom Lane2019-08-15
* Doc: improve documentation about postgresql.auto.conf.Tom Lane2019-08-15
* Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.Tom Lane2019-08-14
* Un-break pg_dump for pre-8.3 source servers.Tom Lane2019-08-13
* Fix random regression failure in test case "temp"Michael Paquier2019-08-13
* amcheck: Skip unlogged relations during recovery.Peter Geoghegan2019-08-12
* Fix planner's test for case-foldable characters in ILIKE with ICU.Tom Lane2019-08-12
* Fix "ANALYZE t, t" inside a transaction block.Tom Lane2019-08-10
* Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.Tom Lane2019-08-09
* Clarify the default partition's roleAlvaro Herrera2019-08-08
* Fix certificate subjects in ldap testAndrew Dunstan2019-08-08
* Doc: document permissions required for ANALYZE.Tom Lane2019-08-07
* Fix typo in comment.Etsuro Fujita2019-08-07
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Fix some incorrect parsing of time with time zone stringsMichael Paquier2019-08-07
* Fix intarray's GiST opclasses to not fail for empty arrays with <@.Tom Lane2019-08-06
* Save Kerberos and LDAP daemon logs where the buildfarm can find them.Tom Lane2019-08-06
* Stamp 11.5.REL_11_5Tom Lane2019-08-05
* Last-minute updates for release notes.Tom Lane2019-08-05
* Fix choice of comparison operators for cross-type hashed subplans.Tom Lane2019-08-05
* Require the schema qualification in pg_temp.type_name(arg).Noah Misch2019-08-05
* Translation updatesPeter Eisentraut2019-08-05
* Fix tab completion for ALTER LANGUAGE in psqlMichael Paquier2019-08-05
* Release notes for 11.5, 10.10, 9.6.15, 9.5.19, 9.4.24.Tom Lane2019-08-04
* Fix handling of "undef" in contrib/jsonb_plperl.Tom Lane2019-08-04
* Avoid picking already-bound TCP ports in kerberos and ldap test suites.Tom Lane2019-08-04
* Improve pruning of a default partitionAlvaro Herrera2019-08-04
* First-draft release notes for 11.5.Tom Lane2019-08-02
* Fix handling of previous password hooks in passwordcheckMichael Paquier2019-08-01