index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
2018-05-24
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-23
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-22
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-21
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-20
printf("%lf") is not portable, so omit the "l".
Tom Lane
2018-05-19
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-16
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-15
Fix type checking for support functions of parallel VARIADIC aggregates.
Tom Lane
2018-05-14
Don't allow partitioned index on foreign-table partitions
Alvaro Herrera
2018-05-14
Fix file paths in comments
Magnus Hagander
2018-05-10
Various improvements of skipping index scan during vacuum technics
Teodor Sigaev
2018-05-09
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-08
Refine error messages
Peter Eisentraut
2018-05-08
Count heap tuples in non-SnapshotAny path in IndexBuildHeapRangeScan().
Tom Lane
2018-05-07
Clean up some perlcritic warnings
Andrew Dunstan
2018-05-07
Suppress compiler warnings when building with --enable-dtrace.
Tom Lane
2018-05-05
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-04
Fix scenario where streaming standby gets stuck at a continuation record.
Heikki Linnakangas
2018-05-04
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-03
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
[next]