index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
Commit message (
Expand
)
Author
Age
*
Make json{b}_populate_recordset() use the right tuple descriptor.
Tom Lane
2017-11-06
*
Always require SELECT permission for ON CONFLICT DO UPDATE.
Dean Rasheed
2017-11-06
*
Add a temp-install prerequisite to "check"-like targets not having one.
Noah Misch
2017-11-05
*
Don't reset additional columns on subscriber to NULL on UPDATE
Peter Eisentraut
2017-11-03
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Allow parallel query for prepared statements with generic plans.
Robert Haas
2017-10-29
*
Fix problems with the "role" GUC and parallel query.
Robert Haas
2017-10-29
*
Fix crash when columns have been added to the end of a view.
Tom Lane
2017-10-27
*
Rethink the dependencies recorded for FieldSelect/FieldStore nodes.
Tom Lane
2017-10-27
*
Make setrefs.c match by ressortgroupref even for plain Vars.
Tom Lane
2017-10-26
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
*
In the planner, delete joinaliasvars lists after we're done with them.
Tom Lane
2017-10-24
*
Fix typcache's failure to treat ranges as container types.
Tom Lane
2017-10-20
*
Fix incorrect handling of CTEs and ENRs as DML target relations.
Tom Lane
2017-10-16
*
Repair breakage of aggregate FILTER option.
Tom Lane
2017-10-16
*
Prevent sharing transition states between ordered-set aggregates.
Tom Lane
2017-10-11
*
Add missing clean step to src/test/modules/brin/Makefile.
Tom Lane
2017-10-10
*
psql: Update \d sequence display
Peter Eisentraut
2017-09-29
*
Fix freezing of a dead HOT-updated tuple
Alvaro Herrera
2017-09-28
*
Fix behavior when converting a float infinity to numeric.
Tom Lane
2017-09-27
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Improve wording of error message added in commit 714805010.
Tom Lane
2017-09-26
*
Remove heuristic same-transaction test from check_safe_enum_use().
Tom Lane
2017-09-26
*
Use a blacklist to distinguish original from add-on enum values.
Tom Lane
2017-09-26
*
Handle heap rewrites better in logical replication
Peter Eisentraut
2017-09-26
*
Test BRIN autosummarization
Alvaro Herrera
2017-09-23
*
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
Tom Lane
2017-09-21
*
Fix instability in subscription regression test.
Tom Lane
2017-09-20
*
Fix DROP SUBSCRIPTION hang
Peter Eisentraut
2017-09-17
*
Ensure that BEFORE STATEMENT triggers fire the right number of times.
Tom Lane
2017-09-17
*
Fix SQL-spec incompatibilities in new transition table feature.
Tom Lane
2017-09-16
*
After a MINVALUE/MAXVALUE bound, allow only more of the same.
Robert Haas
2017-09-15
*
Apply pg_get_serial_sequence() to identity column sequences as well
Peter Eisentraut
2017-09-15
*
Fix RecursiveCopy.pm to cope with disappearing files.
Tom Lane
2017-09-11
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Quick-hack fix for foreign key cascade vs triggers with transition tables.
Tom Lane
2017-09-10
*
Fix two-phase commit test for recovery mode
Alvaro Herrera
2017-09-01
*
Avoid race condition in logical replication test
Simon Riggs
2017-09-01
*
Improve code coverage of select_parallel test.
Tom Lane
2017-08-31
*
Restore test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-30
*
Fix over-aggressive sanity check in misc_sanity.sql.
Tom Lane
2017-08-28
*
psql: Fix \gx when FETCH_COUNT is used
Stephen Frost
2017-08-24
*
Temporarily revert test case from a2b70c89ca1a5fcf6181d3c777d82e7b83d2de1b.
Tom Lane
2017-08-17
*
Fix ExecReScanGatherMerge.
Tom Lane
2017-08-17
*
Expand coverage of parallel gather merge a bit.
Andres Freund
2017-08-14
*
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-14
*
Simplify fetch-slot-xmins logic in recovery TAP tests.
Tom Lane
2017-08-12
*
Add regression tests exercising more code paths in nodeLimit.c.
Tom Lane
2017-08-11
*
Add regression tests exercising the non-hashed code paths in nodeSetop.c.
Tom Lane
2017-08-11
*
Remove uses of "slave" in replication contexts
Peter Eisentraut
2017-08-10
[next]