summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move isolationtester's is-blocked query into C code for speed.Tom Lane2017-04-107-12/+180
* Clean up bugs in clause_selectivity() cleanup.Tom Lane2017-04-081-39/+42
* Add newly-symlinked files to "make clean" target.Tom Lane2017-04-081-1/+1
* Fix the new SASLprep tests to work with non-UTF-8 locales.Heikki Linnakangas2017-04-081-2/+3
* Add GUCs for predicate lock promotion thresholds.Kevin Grittner2017-04-074-17/+59
* Optimize joins when the inner relation can be proven unique.Tom Lane2017-04-0723-172/+948
* Fix issues in e8fdbd58fe.Andres Freund2017-04-072-16/+62
* Fix printf format to use %zd when printing sizesAlvaro Herrera2017-04-072-4/+4
* Reduce the number of pallocs() in BRINAlvaro Herrera2017-04-074-41/+76
* Improve 64bit atomics support.Andres Freund2017-04-078-17/+136
* Fix compiler warningPeter Eisentraut2017-04-071-2/+2
* Avoid using a C++ keyword in header filePeter Eisentraut2017-04-073-5/+5
* Fix new BRIN desummarize WAL recordAlvaro Herrera2017-04-072-1/+2
* Use English, instead of internal names, for translatable messages.Robert Haas2017-04-071-2/+2
* Add ProcArrayGroupUpdate wait event.Robert Haas2017-04-073-0/+7
* Ensure that ExecPrepareExprList's result is all in one memory context.Tom Lane2017-04-071-0/+6
* Remove duplicate assignment.Heikki Linnakangas2017-04-071-2/+1
* Fix planner error (or assert trap) with nested set operations.Tom Lane2017-04-073-1/+42
* Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas2017-04-0719-32/+11322
* Fix typo in commentMagnus Hagander2017-04-071-1/+1
* Remove extraneous comma to satisfy picky compilerAndrew Dunstan2017-04-061-1/+1
* Make json_populate_record and friends operate recursivelyAndrew Dunstan2017-04-065-466/+2318
* Remove use of Jade and DSSSLPeter Eisentraut2017-04-061-4/+1
* Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane2017-04-064-22/+48
* Reset API of clause_selectivity()Simon Riggs2017-04-066-55/+73
* Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().Kevin Grittner2017-04-061-4/+4
* Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund2017-04-065-19/+30
* Fix parallel bitmapscan tests on builds without USE_PREFETCH.Andres Freund2017-04-062-2/+12
* Fix BRIN cost estimationAlvaro Herrera2017-04-065-26/+248
* Add minimal test for EXPLAIN ANALYZE of parallel query.Andres Freund2017-04-062-0/+13
* Increase parallel bitmap scan test coverage.Andres Freund2017-04-062-8/+52
* Fix logical replication between different encodingsPeter Eisentraut2017-04-062-6/+50
* Mark immutable functions in information schema as parallel safePeter Eisentraut2017-04-064-3/+25
* pg_dump: Rename some typedefs to avoid name conflictsPeter Eisentraut2017-04-063-55/+55
* Clean up psql/describe.c's messy query for extended stats.Tom Lane2017-04-061-9/+12
* Fix mixup of bool and ternary valuePeter Eisentraut2017-04-062-2/+2
* Comment fixes for extended statisticsAlvaro Herrera2017-04-065-11/+15
* Fix compiler warning and add some more commentsPeter Eisentraut2017-04-061-0/+12
* Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas2017-04-063-5/+2
* Always SnapshotResetXmin() during ClearTransaction()Simon Riggs2017-04-063-10/+9
* Identity columnsPeter Eisentraut2017-04-0651-192/+1968
* Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs2017-04-063-6/+16
* Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas2017-04-063-31/+7
* Code review for recent slot.c changes.Andres Freund2017-04-051-26/+22
* Fix integer-overflow problems in interval comparison.Tom Lane2017-04-055-10/+590
* Reduce lock level for CREATE STATISTICSSimon Riggs2017-04-051-1/+7
* Collect and use multi-column dependency statsSimon Riggs2017-04-0526-75/+1828
* Spelling mistake in comment in utility.cSimon Riggs2017-04-051-2/+1
* Fix pageinspect failures on hash indexes.Robert Haas2017-04-053-4/+34
* Use American English in error messagePeter Eisentraut2017-04-052-3/+3