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
*
Use ereport not elog for some corrupt-HOT-chain reports.
Tom Lane
2018-03-01
*
Relax overly strict sanity check for upgraded ancient databases
Alvaro Herrera
2018-03-01
*
Fix IOS planning when only some index columns can return an attribute.
Tom Lane
2018-03-01
*
Rename base64 routines to avoid conflict with Solaris built-in functions.
Tom Lane
2018-02-28
*
Prevent dangling-pointer access when update trigger returns old tuple.
Tom Lane
2018-02-27
*
Empty search_path in Autovacuum and non-psql/pgbench clients.
Noah Misch
2018-02-26
*
Avoid using unsafe search_path settings during dump and restore.
Tom Lane
2018-02-26
*
Fix planner failures with overlapping mergejoin clauses in an outer join.
Tom Lane
2018-02-23
*
Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.
Tom Lane
2018-02-19
*
Translation updates
Peter Eisentraut
2018-02-05
*
Add stack-overflow guards in set-operation planning.
Tom Lane
2018-01-28
*
Teach reparameterize_path() to handle AppendPaths.
Tom Lane
2018-01-23
*
Fix StoreCatalogInheritance1 to use 32bit inhseqno
Alvaro Herrera
2018-01-19
*
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
*
Change some bogus PageGetLSN calls to BufferGetLSNAtomic
Alvaro Herrera
2018-01-09
*
Fix failure to delete spill files of aborted transactions
Alvaro Herrera
2018-01-05
*
Make XactLockTableWait work for transactions that are not yet self-locked
Alvaro Herrera
2018-01-03
*
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
Alvaro Herrera
2018-01-02
*
Disallow UNION/INTERSECT/EXCEPT over no columns.
Tom Lane
2017-12-22
*
Perform a lot more sanity checks when freezing tuples.
Andres Freund
2017-12-14
*
Fix pruning of locked and updated tuples.
Andres Freund
2017-12-14
*
Fix walsender timeouts when decoding a large transaction
Andrew Dunstan
2017-12-14
*
Fix corner-case coredump in _SPI_error_callback().
Tom Lane
2017-12-11
*
Fix mistake in comment
Peter Eisentraut
2017-12-08
*
Report failure to start a background worker.
Robert Haas
2017-12-06
*
Clean up assorted messiness around AllocateDir() usage.
Tom Lane
2017-12-04
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Pad XLogReaderState's main_data buffer more aggressively.
Tom Lane
2017-11-26
*
Make has_sequence_privilege support WITH GRANT OPTION
Joe Conway
2017-11-26
*
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-25
*
Provide for forward compatibility with future minor protocol versions.
Robert Haas
2017-11-21
*
Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.
Tom Lane
2017-11-20
*
Install Windows crash dump handler before all else.
Noah Misch
2017-11-12
*
Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.
Noah Misch
2017-11-12
*
Ignore XML declaration in xpath_internal(), for UTF8 databases.
Noah Misch
2017-11-11
*
Fix some null pointer dereferences in LDAP auth code
Peter Eisentraut
2017-11-10
*
Fix typo in ALTER SYSTEM output.
Tom Lane
2017-11-09
*
Fix two violations of the ResourceOwnerEnlarge/Remember protocol.
Tom Lane
2017-11-08
*
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
*
Translation updates
Peter Eisentraut
2017-11-05
*
Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.
Noah Misch
2017-11-05
*
Fix BRIN summarization concurrent with extension
Alvaro Herrera
2017-11-03
*
Fix corner-case errors in brin_doupdate().
Tom Lane
2017-11-02
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Dept of second thoughts: keep aliasp_item in sync with tlistitem.
Tom Lane
2017-10-27
*
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
*
Process variadic arguments consistently in json functions
Andrew Dunstan
2017-10-25
[next]