summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-05-20printf("%lf") is not portable, so omit the "l".Tom Lane
2018-05-19Assorted minor cleanups for bootstrap-data Perl scripts.Tom Lane
2018-05-19Fix for globals.c- c.h must come firstStephen Frost
2018-05-18Further adjust comment in get_partition_dispatch_recurse.Robert Haas
2018-05-18Fix error message on short read of pg_controlMagnus Hagander
2018-05-18Message wording and pluralization improvementsPeter Eisentraut
2018-05-17Make numeric power() handle NaNs according to the modern POSIX spec.Tom Lane
2018-05-16Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane
2018-05-16Fix misprocessing of equivalence classes involving record_eq().Tom Lane
2018-05-16Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.Robert Haas
2018-05-16Improve comment in get_partition_dispatch_recurse.Robert Haas
2018-05-15Fix type checking for support functions of parallel VARIADIC aggregates.Tom Lane
2018-05-14Don't allow partitioned index on foreign-table partitionsAlvaro Herrera
2018-05-14Fix file paths in commentsMagnus Hagander
2018-05-10Various improvements of skipping index scan during vacuum technicsTeodor Sigaev
2018-05-09Update time zone data files to tzdata release 2018e.Tom Lane
2018-05-09Fix assorted partition pruning bugsAlvaro Herrera
2018-05-09Restrict vertical tightness to parentheses in Perl codeAndrew Dunstan
2018-05-09perltidy some recent code changes before changing perltidy settingsAndrew Dunstan
2018-05-09Make gen_partprune_steps staticAlvaro Herrera
2018-05-09Remove useless 'default' clauseAlvaro Herrera
2018-05-09Improve jsonb cast error messageTeodor Sigaev
2018-05-08Refine error messagesPeter Eisentraut
2018-05-08Count heap tuples in non-SnapshotAny path in IndexBuildHeapRangeScan().Tom Lane
2018-05-07Clean up some perlcritic warningsAndrew Dunstan
2018-05-07Suppress compiler warnings when building with --enable-dtrace.Tom Lane
2018-05-05Fix bootstrap parser so that its keywords are unreserved words.Tom Lane
2018-05-05Put in_range_float4_float8's work in-line.Tom Lane
2018-05-04Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas
2018-05-04Don't mark pages all-visible spuriouslyAlvaro Herrera
2018-05-04Fix precedence problem in new Perl code.Tom Lane
2018-05-04Don't truncate away non-key attributes for leftmost downlinks.Teodor Sigaev
2018-05-04Re-think predicate locking on GIN indexes.Teodor Sigaev
2018-05-03Avoid overwriting unchanged output files in genbki.pl and Gen_fmgrtab.pl.Tom Lane
2018-05-03Rearrange makefile rules for running Gen_fmgrtab.pl.Tom Lane
2018-05-03Add HOLD_INTERRUPTS section into FinishPreparedTransaction.Teodor Sigaev
2018-05-03Further improve code for probing the availability of ARM CRC instructions.Tom Lane
2018-05-03Fix SPI error cleanup and memory leakPeter Eisentraut
2018-05-02Fix assorted compiler warnings seen in the buildfarm.Tom Lane
2018-05-02Fix bogus code for extracting extended-statistics data from syscache.Tom Lane
2018-05-02Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.Heikki Linnakangas
2018-05-02Further -Wimplicit-fallthrough cleanup.Andres Freund
2018-05-01Fix some assorted compiler warnings on Windows.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-05-01Fix interaction of foreign tuple routing with remote triggers.Robert Haas
2018-05-01Remove investigative code for can't-reattach-to-shared-memory errors.Tom Lane
2018-05-01Does it help to wait before reattaching?Tom Lane
2018-04-30Map and unmap the shared memory block before risking VirtualFree.Tom Lane
2018-04-30Further effort at preventing memory map dump from affecting the results.Tom Lane
2018-04-30Write error messages about duplicate OIDs to stderrPeter Eisentraut