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
*
Exclude VACUUMs from RunningXactData
Simon Riggs
2018-06-07
*
Fix typo in README
Magnus Hagander
2018-06-07
*
Fix obsolete comment.
Heikki Linnakangas
2018-06-07
*
Fix function code in error report
Alvaro Herrera
2018-06-06
*
Fix spurious non-ASCII bytes
Peter Eisentraut
2018-06-04
*
Fix typo
Peter Eisentraut
2018-06-04
*
Reconcile nodes/*funcs.c with PostgreSQL 11 work.
Noah Misch
2018-05-31
*
Move _bt_upgrademetapage() into critical section.
Teodor Sigaev
2018-05-30
*
Initialize new jsonb iterator to zero
Peter Eisentraut
2018-05-28
*
Avoid use of unportable hex constant in convutils.pm
Andrew Dunstan
2018-05-27
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
*
Improve English wording of some other getObjectDescription() messages.
Tom Lane
2018-05-24
*
Improve translatability of some getObjectDescription() messages.
Tom Lane
2018-05-24
*
Fix objectaddress.c code for publication relations.
Tom Lane
2018-05-24
*
Properly schema-qualify additional object types in getObjectDescription().
Tom Lane
2018-05-24
*
Fix incorrect ordering of operations in pg_resetwal and pg_rewind.
Tom Lane
2018-05-23
*
Accept "B" in all memory-unit GUCs, and improve error messages.
Heikki Linnakangas
2018-05-23
*
Widen COPY FROM's current-line-number counter from 32 to 64 bits.
Tom Lane
2018-05-22
*
Add missing files to src/backend/lib/README.
Heikki Linnakangas
2018-05-22
*
Fix typo in comment.
Heikki Linnakangas
2018-05-22
*
Update SQL features list
Peter Eisentraut
2018-05-21
*
Translation updates
Peter Eisentraut
2018-05-21
*
Fix SQL:2008 FETCH FIRST syntax to allow parameters.
Andrew Gierth
2018-05-21
*
Improve spelling of new FINALFUNC_MODIFY aggregate attribute.
Tom Lane
2018-05-21
*
Fix unsafe usage of strerror(errno) within ereport().
Tom Lane
2018-05-21
*
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-20
*
Assorted minor cleanups for bootstrap-data Perl scripts.
Tom Lane
2018-05-19
*
Fix for globals.c- c.h must come first
Stephen Frost
2018-05-18
*
Further adjust comment in get_partition_dispatch_recurse.
Robert Haas
2018-05-18
*
Fix error message on short read of pg_control
Magnus Hagander
2018-05-18
*
Message wording and pluralization improvements
Peter Eisentraut
2018-05-17
*
Make numeric power() handle NaNs according to the modern POSIX spec.
Tom Lane
2018-05-17
*
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
[next]