summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2018-05-24Improve English wording of some other getObjectDescription() messages.Tom Lane
2018-05-24Improve translatability of some getObjectDescription() messages.Tom Lane
2018-05-24Fix objectaddress.c code for publication relations.Tom Lane
2018-05-24Properly schema-qualify additional object types in getObjectDescription().Tom Lane
2018-05-23Fix incorrect ordering of operations in pg_resetwal and pg_rewind.Tom Lane
2018-05-23Accept "B" in all memory-unit GUCs, and improve error messages.Heikki Linnakangas
2018-05-22Widen COPY FROM's current-line-number counter from 32 to 64 bits.Tom Lane
2018-05-22Add missing files to src/backend/lib/README.Heikki Linnakangas
2018-05-22Fix typo in comment.Heikki Linnakangas
2018-05-21Update SQL features listPeter Eisentraut
2018-05-21Translation updatesPeter Eisentraut
2018-05-21Fix SQL:2008 FETCH FIRST syntax to allow parameters.Andrew Gierth
2018-05-21Improve spelling of new FINALFUNC_MODIFY aggregate attribute.Tom Lane
2018-05-21Fix unsafe usage of strerror(errno) within ereport().Tom Lane
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