index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Detoast plpgsql variables if they might live across a transaction boundary.
Tom Lane
2018-05-16
*
Fix misprocessing of equivalence classes involving record_eq().
Tom Lane
2018-05-16
*
Pass the correct PlannerInfo to PlanForeignModify/PlanDirectModify.
Robert Haas
2018-05-16
*
Improve comment in get_partition_dispatch_recurse.
Robert Haas
2018-05-16
*
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-15
*
Don't allow partitioned index on foreign-table partitions
Alvaro Herrera
2018-05-14
*
Fix file paths in comments
Magnus Hagander
2018-05-14
*
Various improvements of skipping index scan during vacuum technics
Teodor Sigaev
2018-05-10
*
Update time zone data files to tzdata release 2018e.
Tom Lane
2018-05-09
*
Fix assorted partition pruning bugs
Alvaro Herrera
2018-05-09
*
Restrict vertical tightness to parentheses in Perl code
Andrew Dunstan
2018-05-09
*
perltidy some recent code changes before changing perltidy settings
Andrew Dunstan
2018-05-09
*
Make gen_partprune_steps static
Alvaro Herrera
2018-05-09
*
Remove useless 'default' clause
Alvaro Herrera
2018-05-09
*
Improve jsonb cast error message
Teodor Sigaev
2018-05-09
*
Refine error messages
Peter Eisentraut
2018-05-08
*
Count heap tuples in non-SnapshotAny path in IndexBuildHeapRangeScan().
Tom Lane
2018-05-08
*
Clean up some perlcritic warnings
Andrew Dunstan
2018-05-07
*
Suppress compiler warnings when building with --enable-dtrace.
Tom Lane
2018-05-07
*
Fix bootstrap parser so that its keywords are unreserved words.
Tom Lane
2018-05-05
*
Put in_range_float4_float8's work in-line.
Tom Lane
2018-05-05
*
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-05
*
Don't mark pages all-visible spuriously
Alvaro Herrera
2018-05-04
*
Fix precedence problem in new Perl code.
Tom Lane
2018-05-04
*
Don't truncate away non-key attributes for leftmost downlinks.
Teodor Sigaev
2018-05-04
*
Re-think predicate locking on GIN indexes.
Teodor Sigaev
2018-05-04
*
Avoid overwriting unchanged output files in genbki.pl and Gen_fmgrtab.pl.
Tom Lane
2018-05-03
*
Rearrange makefile rules for running Gen_fmgrtab.pl.
Tom Lane
2018-05-03
*
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
Teodor Sigaev
2018-05-03
*
Further improve code for probing the availability of ARM CRC instructions.
Tom Lane
2018-05-03
*
Fix SPI error cleanup and memory leak
Peter Eisentraut
2018-05-03
*
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-05-02
*
Fix bogus code for extracting extended-statistics data from syscache.
Tom Lane
2018-05-02
*
Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions.
Heikki Linnakangas
2018-05-02
*
Further -Wimplicit-fallthrough cleanup.
Andres Freund
2018-05-01
*
Fix some assorted compiler warnings on Windows.
Tom Lane
2018-05-01
*
Clean up warnings from -Wimplicit-fallthrough.
Tom Lane
2018-05-01
*
Fix interaction of foreign tuple routing with remote triggers.
Robert Haas
2018-05-01
*
Remove investigative code for can't-reattach-to-shared-memory errors.
Tom Lane
2018-05-01
*
Does it help to wait before reattaching?
Tom Lane
2018-04-30
*
Map and unmap the shared memory block before risking VirtualFree.
Tom Lane
2018-04-30
*
Further effort at preventing memory map dump from affecting the results.
Tom Lane
2018-04-30
*
Write error messages about duplicate OIDs to stderr
Peter Eisentraut
2018-04-30
*
Remove "Generating" output from catalog scripts
Peter Eisentraut
2018-04-30
*
Don't do logical replication of TRUNCATE of zero tables
Peter Eisentraut
2018-04-30
*
Remove Windows module-list-dumping code.
Tom Lane
2018-04-30
*
Dump full memory maps around failing Windows reattach code.
Tom Lane
2018-04-30
*
Get still more info about Windows can't-reattach-to-shared-memory errors.
Tom Lane
2018-04-29
*
Avoid wrong results for power() with NaN input on more platforms.
Tom Lane
2018-04-29
*
Get more info about Windows can't-reattach-to-shared-memory errors.
Tom Lane
2018-04-29
[next]