aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Exclude VACUUMs from RunningXactDataSimon Riggs2018-06-07
* Fix typo in READMEMagnus Hagander2018-06-07
* Fix obsolete comment.Heikki Linnakangas2018-06-07
* Fix function code in error reportAlvaro Herrera2018-06-06
* Fix spurious non-ASCII bytesPeter Eisentraut2018-06-04
* Fix typoPeter Eisentraut2018-06-04
* Reconcile nodes/*funcs.c with PostgreSQL 11 work.Noah Misch2018-05-31
* Move _bt_upgrademetapage() into critical section.Teodor Sigaev2018-05-30
* Initialize new jsonb iterator to zeroPeter Eisentraut2018-05-28
* Avoid use of unportable hex constant in convutils.pmAndrew Dunstan2018-05-27
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-27
* Improve English wording of some other getObjectDescription() messages.Tom Lane2018-05-24
* Improve translatability of some getObjectDescription() messages.Tom Lane2018-05-24
* Fix objectaddress.c code for publication relations.Tom Lane2018-05-24
* Properly schema-qualify additional object types in getObjectDescription().Tom Lane2018-05-24
* Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane2018-05-23
* Accept "B" in all memory-unit GUCs, and improve error messages.Heikki Linnakangas2018-05-23
* Widen COPY FROM's current-line-number counter from 32 to 64 bits.Tom Lane2018-05-22
* Add missing files to src/backend/lib/README.Heikki Linnakangas2018-05-22
* Fix typo in comment.Heikki Linnakangas2018-05-22
* Update SQL features listPeter Eisentraut2018-05-21
* Translation updatesPeter Eisentraut2018-05-21
* Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth2018-05-21
* Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane2018-05-21
* Fix unsafe usage of strerror(errno) within ereport().Tom Lane2018-05-21
* printf("%lf") is not portable, so omit the "l".Tom Lane2018-05-20
* Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane2018-05-19
* Fix for globals.c- c.h must come firstStephen Frost2018-05-18
* Further adjust comment in get_partition_dispatch_recurse.Robert Haas2018-05-18
* Fix error message on short read of pg_controlMagnus Hagander2018-05-18
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Make numeric power() handle NaNs according to the modern POSIX spec.Tom Lane2018-05-17
* Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane2018-05-16
* Fix misprocessing of equivalence classes involving record_eq().Tom Lane2018-05-16
* Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.Robert Haas2018-05-16
* Improve comment in get_partition_dispatch_recurse.Robert Haas2018-05-16
* Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane2018-05-15
* Don't allow partitioned index on foreign-table partitionsAlvaro Herrera2018-05-14
* Fix file paths in commentsMagnus Hagander2018-05-14
* Various improvements of skipping index scan during vacuum technicsTeodor Sigaev2018-05-10
* Update time zone data files to tzdata release 2018e.Tom Lane2018-05-09
* Fix assorted partition pruning bugsAlvaro Herrera2018-05-09
* Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan2018-05-09
* perltidy some recent code changes before changing perltidy settingsAndrew Dunstan2018-05-09
* Make gen_partprune_steps staticAlvaro Herrera2018-05-09
* Remove useless 'default' clauseAlvaro Herrera2018-05-09
* Improve jsonb cast error messageTeodor Sigaev2018-05-09
* Refine error messagesPeter Eisentraut2018-05-08
* Count heap tuples in non-SnapshotAny path in IndexBuildHeapRangeScan().Tom Lane2018-05-08
* Clean up some perlcritic warningsAndrew Dunstan2018-05-07