aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.Tom Lane2015-08-05
* Fix bogus "out of memory" reports in tuplestore.c.Tom Lane2015-08-04
* Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas2015-08-04
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-02
* Fix some planner issues with degenerate outer join clauses.Tom Lane2015-08-01
* Avoid some zero-divide hazards in the planner.Tom Lane2015-07-30
* Reduce chatter from signaling of autovacuum workers.Tom Lane2015-07-28
* Disable ssl renegotiation by default.Andres Freund2015-07-28
* Reuse all-zero pages in GIN.Heikki Linnakangas2015-07-27
* Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas2015-07-23
* AIX: Link the postgres executable with -Wl,-brtllib.Noah Misch2015-07-15
* Fix postmaster's handling of a startup-process crash.Tom Lane2015-07-09
* Revoke incorrectly applied patch versionSimon Riggs2015-06-27
* Avoid hot standby cancels from VAC FREEZESimon Riggs2015-06-27
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Truncate strings in tarCreateHeader() with strlcpy(), not sprintf().Noah Misch2015-06-21
* Fix thinko in comment (launcher -> worker)Alvaro Herrera2015-06-20
* Clamp autovacuum launcher sleep time to 5 minutesAlvaro Herrera2015-06-19
* Report more information if pg_perm_setlocale() fails at startup.Tom Lane2015-06-09
* Use a safer method for determining whether relcache init file is stale.Tom Lane2015-06-07
* Fix incorrect order of database-locking operations in InitPostgres().Tom Lane2015-06-05
* Remove special cases for ETXTBSY from new fsync'ing logic.Tom Lane2015-05-29
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* Rename pg_shdepend.c's typedef "objectType" to SharedDependencyObjectType.Tom Lane2015-05-24
* Back-patch libpq support for TLS versions beyond v1.Tom Lane2015-05-21
* Fix off-by-one error in Assertion.Heikki Linnakangas2015-05-19
* Don't MultiXactIdIsRunning when in recoveryAlvaro Herrera2015-05-18
* Fix error message in pre_sync_fname.Robert Haas2015-05-18
* Check return values of sensitive system library calls.Noah Misch2015-05-18
* Prevent a double free by not reentering be_tls_close().Noah Misch2015-05-18
* Translation updatesPeter Eisentraut2015-05-18
* Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local buffers.Heikki Linnakangas2015-05-13
* Fix incorrect checking of deferred exclusion constraint after a HOT update.Tom Lane2015-05-11
* Fix some problems with patch to fsync the data directory.Robert Haas2015-05-05
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Prevent improper reordering of antijoins vs. outer joins.Tom Lane2015-04-25
* Fix deadlock at startup, if max_prepared_transactions is too small.Heikki Linnakangas2015-04-23
* Fix typo in commentAlvaro Herrera2015-04-14
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-13
* Fix autovacuum launcher shutdown sequenceAlvaro Herrera2015-04-08
* Fix incorrect matching of subexpressions in outer-join plan nodes.Tom Lane2015-04-04
* Remove unnecessary variables in _hash_splitbucket().Tom Lane2015-04-03
* Remove spurious semicolons.Heikki Linnakangas2015-03-31
* Fix bogus concurrent use of _hash_getnewbuf() in bucket split code.Tom Lane2015-03-30
* Add vacuum_delay_point call in compute_index_stats's per-sample-row loop.Tom Lane2015-03-29
* Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.Tom Lane2015-03-24
* Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane2015-03-12
* Fix user mapping object descriptionAlvaro Herrera2015-03-05
* Reconsider when to wait for WAL flushes/syncrep during commit.Andres Freund2015-02-26
* Fix dumping of views that are just VALUES(...) but have column aliases.Tom Lane2015-02-25