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
*
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-23
*
Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.
Tom Lane
2018-01-12
*
Fix incorrect handling of subquery pullup in the presence of grouping sets.
Tom Lane
2018-01-12
*
Revert "Fix isolation test to be less timing-dependent"
Alvaro Herrera
2018-01-03
*
Fix isolation test to be less timing-dependent
Alvaro Herrera
2018-01-03
*
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-02
*
In tests, await an LSN no later than the recovery target.
Noah Misch
2017-12-31
*
Fix UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
*
Try again to fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-19
*
Avoid and detect SIGPIPE race in TAP tests.
Noah Misch
2017-12-16
*
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
*
Revert "Fix accumulation of parallel worker instrumentation."
Robert Haas
2017-12-13
*
Fix typo
Magnus Hagander
2017-12-09
*
Prohibit identity columns on typed tables and partitions
Peter Eisentraut
2017-12-08
*
Apply identity sequence values on COPY
Peter Eisentraut
2017-12-08
*
Fix accumulation of parallel worker instrumentation.
Robert Haas
2017-12-05
*
Fix non-GNU makefiles for AIX make.
Noah Misch
2017-11-30
*
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-25
*
Fix unstable regression test added by commits 59b71c6fe et al.
Tom Lane
2017-11-24
*
Fix handling of NULLs returned by aggregate combine functions.
Andres Freund
2017-11-23
*
Build src/test/isolation during "make" and "make install".
Noah Misch
2017-11-22
*
Prevent int128 from requiring more than MAXALIGN alignment.
Tom Lane
2017-11-14
*
Fix previous commit's test, for non-UTF8 databases with non-XML builds.
Noah Misch
2017-11-11
*
Ignore XML declaration in xpath_internal(), for UTF8 databases.
Noah Misch
2017-11-11
*
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
[next]