aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Add handling for GatherPath to print_path.Robert Haas2015-12-02
* Make gincostestimate() cope with hypothetical GIN indexes.Tom Lane2015-12-01
* Fix obsolete comment.Robert Haas2015-11-30
* Avoid caching expression state trees for domain constraints across queries.Tom Lane2015-11-29
* Avoid doing encoding conversions by double-conversion via MULE_INTERNAL.Tom Lane2015-11-28
* Update UCS_to_GB18030.pl with info about origin of the reference file.Tom Lane2015-11-27
* Auto-generate file header comments in Unicode mapping files.Tom Lane2015-11-27
* COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev2015-11-27
* Fix failure to consider failure cases in GetComboCommandId().Tom Lane2015-11-26
* Improve div_var_fast(), mostly by making comments better.Tom Lane2015-11-25
* Adopt the GNU convention for handling tar-archive members exceeding 8GB.Tom Lane2015-11-21
* Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).Tom Lane2015-11-20
* Avoid server crash when worker registration fails at execution time.Robert Haas2015-11-20
* Fix typo in comment.Robert Haas2015-11-19
* Remove numbers from incorrectly-numbered list.Robert Haas2015-11-19
* Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.Robert Haas2015-11-19
* Fix incomplete set_foreignscan_references handling for fdw_recheck_qualsRobert Haas2015-11-18
* Remove function names from some elog() calls in heapam.c.Andres Freund2015-11-19
* Avoid aggregating worker instrumentation multiple times.Robert Haas2015-11-18
* Fix dumb bug in tqueue.cRobert Haas2015-11-18
* Fix possible internal overflow in numeric division.Tom Lane2015-11-17
* Message style fixPeter Eisentraut2015-11-17
* Message improvementsPeter Eisentraut2015-11-16
* Remove volatile qualifiers from bufmgr.c and freelist.cRobert Haas2015-11-16
* Speed up ruleutils' name de-duplication code, and fix overlength-name case.Tom Lane2015-11-16
* Remove accidentally-committed debugging code.Robert Haas2015-11-15
* Fix ruleutils.c's dumping of whole-row Vars in ROW() and VALUES() contexts.Tom Lane2015-11-15
* Improve type numeric's calculations for ln(), log(), exp(), pow().Tom Lane2015-11-14
* Fix spelling error in postgresql.confBruce Momjian2015-11-14
* Move each SLRU's lwlocks to a separate tranche.Robert Haas2015-11-12
* Make idle backends exit if the postmaster dies.Robert Haas2015-11-12
* Provide readfuncs support for custom scans.Robert Haas2015-11-12
* Be more noisy about "wrong number of nailed relations" initfile problems.Tom Lane2015-11-11
* Generate parallel sequential scan plans in simple cases.Robert Haas2015-11-11
* Make sequential scans parallel-aware.Robert Haas2015-11-11
* Add outfuncs.c support for GatherPath.Robert Haas2015-11-11
* Add missing "static" qualifier.Tom Lane2015-11-10
* Comment update.Robert Haas2015-11-09
* Fix rebasing mistake in nodeGather.cRobert Haas2015-11-09
* Add a dummy return statement to TupleQueueRemap.Robert Haas2015-11-09
* Set replication origin when decoding commit records.Andres Freund2015-11-09
* Remove set-but-not-used variables.Robert Haas2015-11-07
* Add "xid <> xid" and "xid <> int4" operators.Tom Lane2015-11-07
* Fix enforcement of restrictions inside regexp lookaround constraints.Tom Lane2015-11-07
* Try to convince gcc that TupleQueueRemap never falls off the end.Robert Haas2015-11-06
* Modify tqueue infrastructure to support transient record types.Robert Haas2015-11-06
* Remove unnecessary cast in previous commit.Robert Haas2015-11-06
* Add sort support routine for the UUID data type.Robert Haas2015-11-06
* Set include_realm=1 default in parse_hba_lineStephen Frost2015-11-06
* pg_size_pretty: Format negative values similar to positive ones.Robert Haas2015-11-06