aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* Suppress compiler warnings when building with --enable-dtrace.Tom Lane2018-05-07
* Fix bootstrap parser so that its keywords are unreserved words.Tom Lane2018-05-05
* Put in_range_float4_float8's work in-line.Tom Lane2018-05-05
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Don't mark pages all-visible spuriouslyAlvaro Herrera2018-05-04
* Fix precedence problem in new Perl code.Tom Lane2018-05-04
* Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev2018-05-04
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-04
* Avoid overwriting unchanged output files in genbki.pl and Gen_fmgrtab.pl.Tom Lane2018-05-03
* Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane2018-05-03
* Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev2018-05-03
* Further improve code for probing the availability of ARM CRC instructions.Tom Lane2018-05-03
* Fix SPI error cleanup and memory leakPeter Eisentraut2018-05-03
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Fix bogus code for extracting extended-statistics data from syscache.Tom Lane2018-05-02
* Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas2018-05-02
* Further -Wimplicit-fallthrough cleanup.Andres Freund2018-05-01
* Fix some assorted compiler warnings on Windows.Tom Lane2018-05-01
* Clean up warnings from -Wimplicit-fallthrough.Tom Lane2018-05-01
* Fix interaction of foreign tuple routing with remote triggers.Robert Haas2018-05-01
* Remove investigative code for can't-reattach-to-shared-memory errors.Tom Lane2018-05-01
* Does it help to wait before reattaching?Tom Lane2018-04-30
* Map and unmap the shared memory block before risking VirtualFree.Tom Lane2018-04-30
* Further effort at preventing memory map dump from affecting the results.Tom Lane2018-04-30