aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Document that bytea is best represented as char * in C for ecpg.Michael Meskes2017-04-11
* Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan2017-04-10
* Use weaker locks when updating pg_subscription_relPeter Eisentraut2017-04-10
* Fix initialization of dsa.c free area counter.Andres Freund2017-04-10
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Fix typo in commentPeter Eisentraut2017-04-10
* Support configuration reload in logical replication workersPeter Eisentraut2017-04-10
* Fix reporting of violations in ExecConstraints, again.Robert Haas2017-04-10
* Fix whitespacePeter Eisentraut2017-04-10
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-10
* Fix indentation.Heikki Linnakangas2017-04-10
* Document the "replication" option in StartupMessage.Heikki Linnakangas2017-04-10
* Make sepgsql regression tests robust vs. collation differencesJoe Conway2017-04-09
* Add partitioned table support to sepgsqlJoe Conway2017-04-09
* Clean up bugs in clause_selectivity() cleanup.Tom Lane2017-04-08
* Add newly-symlinked files to "make clean" target.Tom Lane2017-04-08
* Fix the new SASLprep tests to work with non-UTF-8 locales.Heikki Linnakangas2017-04-08
* doc: Add some markupPeter Eisentraut2017-04-07
* Add GUCs for predicate lock promotion thresholds.Kevin Grittner2017-04-07
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-07
* Fix issues in e8fdbd58fe.Andres Freund2017-04-07
* doc: Add SPFLAGS to osx callsPeter Eisentraut2017-04-07
* doc: Add missing closing tagPeter Eisentraut2017-04-07
* Fix printf format to use %zd when printing sizesAlvaro Herrera2017-04-07
* Reduce the number of pallocs() in BRINAlvaro Herrera2017-04-07
* Improve 64bit atomics support.Andres Freund2017-04-07
* Fix compiler warningPeter Eisentraut2017-04-07
* Avoid using a C++ keyword in header filePeter Eisentraut2017-04-07
* Fix new BRIN desummarize WAL recordAlvaro Herrera2017-04-07
* Use English, instead of internal names, for translatable messages.Robert Haas2017-04-07
* Add ProcArrayGroupUpdate wait event.Robert Haas2017-04-07
* Ensure that ExecPrepareExprList's result is all in one memory context.Tom Lane2017-04-07
* Remove duplicate assignment.Heikki Linnakangas2017-04-07
* Fix planner error (or assert trap) with nested set operations.Tom Lane2017-04-07
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-07
* Fix typo in commentMagnus Hagander2017-04-07
* Remove extraneous comma to satisfy picky compilerAndrew Dunstan2017-04-06
* Make json_populate_record and friends operate recursivelyAndrew Dunstan2017-04-06
* Remove use of Jade and DSSSLPeter Eisentraut2017-04-06
* Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane2017-04-06
* Reset API of clause_selectivity()Simon Riggs2017-04-06
* Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().Kevin Grittner2017-04-06
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-06
* Silence uninitialized variable compiler warning in sepgsqlJoe Conway2017-04-06
* Silence compiler warning in sepgsqlJoe Conway2017-04-06
* Fix parallel bitmapscan tests on builds without USE_PREFETCH.Andres Freund2017-04-06
* Fix BRIN cost estimationAlvaro Herrera2017-04-06
* Add minimal test for EXPLAIN ANALYZE of parallel query.Andres Freund2017-04-06
* Increase parallel bitmap scan test coverage.Andres Freund2017-04-06
* Fix logical replication between different encodingsPeter Eisentraut2017-04-06