summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-10Run most pg_dump and pg_dumpall tests with --no-syncAndrew Dunstan
2017-04-10Use weaker locks when updating pg_subscription_relPeter Eisentraut
2017-04-10Fix initialization of dsa.c free area counter.Andres Freund
2017-04-10Improve castNode notation by introducing list-extraction-specific variants.Tom Lane
2017-04-10Fix typo in commentPeter Eisentraut
2017-04-10Support configuration reload in logical replication workersPeter Eisentraut
2017-04-10Fix reporting of violations in ExecConstraints, again.Robert Haas
2017-04-10Move isolationtester's is-blocked query into C code for speed.Tom Lane
2017-04-08Clean up bugs in clause_selectivity() cleanup.Tom Lane
2017-04-08Add newly-symlinked files to "make clean" target.Tom Lane
2017-04-08Fix the new SASLprep tests to work with non-UTF-8 locales.Heikki Linnakangas
2017-04-08Add GUCs for predicate lock promotion thresholds.Kevin Grittner
2017-04-08Optimize joins when the inner relation can be proven unique.Tom Lane
2017-04-08Fix issues in e8fdbd58fe.Andres Freund
2017-04-07Fix printf format to use %zd when printing sizesAlvaro Herrera
2017-04-07Reduce the number of pallocs() in BRINAlvaro Herrera
2017-04-07Improve 64bit atomics support.Andres Freund
2017-04-07Fix compiler warningPeter Eisentraut
2017-04-07Avoid using a C++ keyword in header filePeter Eisentraut
2017-04-07Fix new BRIN desummarize WAL recordAlvaro Herrera
2017-04-07Use English, instead of internal names, for translatable messages.Robert Haas
2017-04-07Add ProcArrayGroupUpdate wait event.Robert Haas
2017-04-07Ensure that ExecPrepareExprList's result is all in one memory context.Tom Lane
2017-04-07Remove duplicate assignment.Heikki Linnakangas
2017-04-07Fix planner error (or assert trap) with nested set operations.Tom Lane
2017-04-07Use SASLprep to normalize passwords for SCRAM authentication.Heikki Linnakangas
2017-04-07Fix typo in commentMagnus Hagander
2017-04-07Remove extraneous comma to satisfy picky compilerAndrew Dunstan
2017-04-07Make json_populate_record and friends operate recursivelyAndrew Dunstan
2017-04-07Remove use of Jade and DSSSLPeter Eisentraut
2017-04-07Clean up after insufficiently-researched optimization of tuple conversions.Tom Lane
2017-04-06Reset API of clause_selectivity()Simon Riggs
2017-04-06Fix the RTE_NAMEDTUPLESTORE case in get_rte_attribute_is_dropped().Kevin Grittner
2017-04-06Allow avoiding tuple copy within tuplesort_gettupleslot().Andres Freund
2017-04-06Fix parallel bitmapscan tests on builds without USE_PREFETCH.Andres Freund
2017-04-06Fix BRIN cost estimationAlvaro Herrera
2017-04-06Add minimal test for EXPLAIN ANALYZE of parallel query.Andres Freund
2017-04-06Increase parallel bitmap scan test coverage.Andres Freund
2017-04-06Fix logical replication between different encodingsPeter Eisentraut
2017-04-06Mark immutable functions in information schema as parallel safePeter Eisentraut
2017-04-06pg_dump: Rename some typedefs to avoid name conflictsPeter Eisentraut
2017-04-06Clean up psql/describe.c's messy query for extended stats.Tom Lane
2017-04-06Fix mixup of bool and ternary valuePeter Eisentraut
2017-04-06Comment fixes for extended statisticsAlvaro Herrera
2017-04-06Fix compiler warning and add some more commentsPeter Eisentraut
2017-04-06Remove bogus SCRAM_ITERATION_LEN constant.Heikki Linnakangas
2017-04-06Always SnapshotResetXmin() during ClearTransaction()Simon Riggs
2017-04-06Identity columnsPeter Eisentraut
2017-04-06Avoid SnapshotResetXmin() during AtEOXact_Snapshot()Simon Riggs
2017-04-06Remove dead code and fix comments in fast-path function handling.Heikki Linnakangas