index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Fix obsolete comment
Alvaro Herrera
2016-05-12
*
Fix infer_arbiter_indexes() to not barf on system columns.
Tom Lane
2016-05-11
*
Fix assorted missing infrastructure for ON CONFLICT.
Tom Lane
2016-05-11
*
Fix autovacuum for shared relations
Alvaro Herrera
2016-05-10
*
Translation updates
Peter Eisentraut
2016-05-09
*
Fix poorly-worded log message.
Tom Lane
2016-05-08
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
*
Mitigate "snapshot too old" performance regression on NUMA
Kevin Grittner
2016-05-06
*
Minimal fix for crash bug in quals_match_foreign_key.
Robert Haas
2016-05-06
*
Limit maximum parallel degree to 1024.
Robert Haas
2016-05-06
*
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-05-06
*
Remove various special checks around default roles
Stephen Frost
2016-05-06
*
Fix possible read past end of string in to_timestamp().
Tom Lane
2016-05-06
*
Fix hash index vs "snapshot too old" problemms
Kevin Grittner
2016-05-06
*
Rename tsvector delete() to ts_delete(), and filter() to ts_filter().
Tom Lane
2016-05-05
*
Fix corner-case loss of precision in numeric pow() calculation
Dean Rasheed
2016-05-05
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
*
Fix crash of filter(tsvector)
Teodor Sigaev
2016-05-04
*
Fix transient mdsync() errors of truncated relations due to 72a98a6395.
Andres Freund
2016-05-04
*
Fix more things to be parallel-safe.
Robert Haas
2016-05-03
*
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-05-03
*
Note that max_worker_processes requires restart.
Robert Haas
2016-05-03
*
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
*
Fix parallel safety markings for pg_start_backup.
Robert Haas
2016-05-02
*
Small improvements to OPTIMIZER_DEBUG code.
Tom Lane
2016-04-30
*
Fix planner crash from pfree'ing a partial path that a GatherPath uses.
Tom Lane
2016-04-30
*
Remove warning about num_sync being too large in synchronous_standby_names.
Tom Lane
2016-04-30
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
*
Add a few entries to the tail of time mapping, to see old values.
Kevin Grittner
2016-04-29
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
*
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-28
*
Prevent to use magic constants
Teodor Sigaev
2016-04-28
*
Prevent multiple cleanup process for pending list in GIN.
Teodor Sigaev
2016-04-28
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
*
Fix wrong word.
Robert Haas
2016-04-27
*
Change postgresql.conf.sample to say that fsync=off will corrupt data.
Robert Haas
2016-04-27
*
Tighten up sanity checks for parallel aggregate in execQual.c.
Robert Haas
2016-04-27
*
Remove inadvertently commited vim swapfile.
Robert Haas
2016-04-27
*
Clean up a few parallelism-related things that pgindent wants to mangle.
Robert Haas
2016-04-27
*
Remove mergeHyperLogLog.
Robert Haas
2016-04-27
*
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-27
*
Don't open formally non-existent segments in _mdfd_getseg().
Andres Freund
2016-04-26
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
Fix pg_get_functiondef to dump parallel-safety markings.
Robert Haas
2016-04-26
*
Yet more portability hacking for degree-based trig functions.
Tom Lane
2016-04-26
*
Enable parallel query by default.
Robert Haas
2016-04-26
*
Fix typo in comment
Magnus Hagander
2016-04-26
*
Fix C comment typo and redundant test
Kevin Grittner
2016-04-25
*
New method for preventing compile-time calculation of degree constants.
Tom Lane
2016-04-25
*
Fix documentation & config inconsistencies around 428b1d6b2.
Andres Freund
2016-04-24
[next]