aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Use ereport not elog for some corrupt-HOT-chain reports.Tom Lane2018-03-01
* Relax overly strict sanity check for upgraded ancient databasesAlvaro Herrera2018-03-01
* Fix IOS planning when only some index columns can return an attribute.Tom Lane2018-03-01
* Rename base64 routines to avoid conflict with Solaris built-in functions.Tom Lane2018-02-28
* Prevent dangling-pointer access when update trigger returns old tuple.Tom Lane2018-02-27
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-26
* Avoid using unsafe search_path settings during dump and restore.Tom Lane2018-02-26
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-23
* Fix misbehavior of CTE-used-in-a-subplan during EPQ rechecks.Tom Lane2018-02-19
* Translation updatesPeter Eisentraut2018-02-05
* Add stack-overflow guards in set-operation planning.Tom Lane2018-01-28
* Teach reparameterize_path() to handle AppendPaths.Tom Lane2018-01-23
* Fix StoreCatalogInheritance1 to use 32bit inhseqnoAlvaro Herrera2018-01-19
* Avoid unnecessary failure in SELECT concurrent with ALTER NO INHERIT.Tom Lane2018-01-12
* Fix incorrect handling of subquery pullup in the presence of grouping sets.Tom Lane2018-01-12
* Change some bogus PageGetLSN calls to BufferGetLSNAtomicAlvaro Herrera2018-01-09
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-05
* Make XactLockTableWait work for transactions that are not yet self-lockedAlvaro Herrera2018-01-03
* Fix deadlock hazard in CREATE INDEX CONCURRENTLYAlvaro Herrera2018-01-02
* Disallow UNION/INTERSECT/EXCEPT over no columns.Tom Lane2017-12-22
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-14
* Fix pruning of locked and updated tuples.Andres Freund2017-12-14
* Fix walsender timeouts when decoding a large transactionAndrew Dunstan2017-12-14
* Fix corner-case coredump in _SPI_error_callback().Tom Lane2017-12-11
* Fix mistake in commentPeter Eisentraut2017-12-08
* Report failure to start a background worker.Robert Haas2017-12-06
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-27
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-26
* Make has_sequence_privilege support WITH GRANT OPTIONJoe Conway2017-11-26
* Repair failure with SubPlans in multi-row VALUES lists.Tom Lane2017-11-25
* Provide for forward compatibility with future minor protocol versions.Robert Haas2017-11-21
* Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.Tom Lane2017-11-20
* Install Windows crash dump handler before all else.Noah Misch2017-11-12
* Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext.Noah Misch2017-11-12
* Ignore XML declaration in xpath_internal(), for UTF8 databases.Noah Misch2017-11-11
* Fix some null pointer dereferences in LDAP auth codePeter Eisentraut2017-11-10
* Fix typo in ALTER SYSTEM output.Tom Lane2017-11-09
* Fix two violations of the ResourceOwnerEnlarge/Remember protocol.Tom Lane2017-11-08
* Make json{b}_populate_recordset() use the right tuple descriptor.Tom Lane2017-11-06
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-06
* Translation updatesPeter Eisentraut2017-11-05
* Ignore CatalogSnapshot when checking COPY FREEZE prerequisites.Noah Misch2017-11-05
* Fix BRIN summarization concurrent with extensionAlvaro Herrera2017-11-03
* Fix corner-case errors in brin_doupdate().Tom Lane2017-11-02
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-02
* Dept of second thoughts: keep aliasp_item in sync with tlistitem.Tom Lane2017-10-27
* Fix crash when columns have been added to the end of a view.Tom Lane2017-10-27
* Rethink the dependencies recorded for FieldSelect/FieldStore nodes.Tom Lane2017-10-27
* Process variadic arguments consistently in json functionsAndrew Dunstan2017-10-25