index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Fix typo in regression test comment.
Etsuro Fujita
2019-08-29
*
Fix overflow check and comment in GIN posting list encoding.
Heikki Linnakangas
2019-08-28
*
Avoid catalog lookups in RelationAllowsEarlyPruning().
Thomas Munro
2019-08-28
*
Disable timeouts when running pg_rewind with online source cluster
Michael Paquier
2019-08-28
*
Reject empty names and recursion in config-file include directives.
Tom Lane
2019-08-27
*
Fix failure of --jobs with vacuumdb on Windows
Michael Paquier
2019-08-27
*
Adjust to latest Msys2 kernel release number
Andrew Dunstan
2019-08-26
*
Treat MINGW and MSYS the same in pg_upgrade test script
Andrew Dunstan
2019-08-26
*
Fix error handling of vacuumdb when running out of fds
Michael Paquier
2019-08-26
*
Avoid platform-specific null pointer dereference in psql.
Tom Lane
2019-08-25
*
Don't rely on llvm::make_unique.
Thomas Munro
2019-08-25
*
Fix typo
Alvaro Herrera
2019-08-21
*
Fix bogus comment
Alvaro Herrera
2019-08-20
*
Restore json{b}_populate_record{set}'s ability to take type info from AS.
Tom Lane
2019-08-19
*
Disallow changing an inherited column's type if not all parents changed.
Tom Lane
2019-08-18
*
Prevent possible double-free when update trigger returns old tuple.
Tom Lane
2019-08-15
*
Fix plpgsql to re-look-up composite type names at need.
Tom Lane
2019-08-15
*
Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf.
Tom Lane
2019-08-14
*
Un-break pg_dump for pre-8.3 source servers.
Tom Lane
2019-08-13
*
Fix random regression failure in test case "temp"
Michael Paquier
2019-08-13
*
Fix planner's test for case-foldable characters in ILIKE with ICU.
Tom Lane
2019-08-12
*
Fix "ANALYZE t, t" inside a transaction block.
Tom Lane
2019-08-10
*
Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array.
Tom Lane
2019-08-09
*
Fix certificate subjects in ldap test
Andrew Dunstan
2019-08-08
*
Fix typo in comment.
Etsuro Fujita
2019-08-07
*
Fix predicate-locking of HOT updated rows.
Heikki Linnakangas
2019-08-07
*
Fix some incorrect parsing of time with time zone strings
Michael Paquier
2019-08-07
*
Save Kerberos and LDAP daemon logs where the buildfarm can find them.
Tom Lane
2019-08-06
*
Stamp 11.5.
REL_11_5
Tom Lane
2019-08-05
*
Fix choice of comparison operators for cross-type hashed subplans.
Tom Lane
2019-08-05
*
Require the schema qualification in pg_temp.type_name(arg).
Noah Misch
2019-08-05
*
Translation updates
Peter Eisentraut
2019-08-05
*
Fix tab completion for ALTER LANGUAGE in psql
Michael Paquier
2019-08-05
*
Avoid picking already-bound TCP ports in kerberos and ldap test suites.
Tom Lane
2019-08-04
*
Improve pruning of a default partition
Alvaro Herrera
2019-08-04
*
Fix pg_dump's handling of dependencies for custom opclasses.
Tom Lane
2019-07-31
*
Print WAL position correctly in pg_rewind error message.
Heikki Linnakangas
2019-07-30
*
Don't build extended statistics on inheritance trees
Tomas Vondra
2019-07-30
*
Fix busted logic for parallel lock grouping in TopoSort().
Tom Lane
2019-07-29
*
Avoid macro clash with LLVM 9.
Thomas Munro
2019-07-29
*
Don't uselessly escape a string that doesn't need escaping
Alvaro Herrera
2019-07-26
*
Fix possible lockup in pgbench with -R.
Tom Lane
2019-07-26
*
Tweak our special-case logic for the IANA "Factory" timezone.
Tom Lane
2019-07-26
*
Avoid choosing "localtime" or "posixrules" as TimeZone during initdb.
Tom Lane
2019-07-26
*
Fix loss of fractional digits for large values in cash_numeric().
Tom Lane
2019-07-26
*
Fix LDAP test instability.
Thomas Munro
2019-07-26
*
Fix syntax error in commit 20e99cddd.
Tom Lane
2019-07-25
*
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
*
Honor MSVC WindowsSDKVersion if set
Andrew Dunstan
2019-07-25
*
Fix failure with pgperlcritic from the TAP test of synchronous replication
Michael Paquier
2019-07-25
[next]