aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane2015-08-21
* Allow record_in() and record_recv() to work for transient record types.Tom Lane2015-08-21
* Don't use 'bool' as a struct member name in help_config.c.Andres Freund2015-08-15
* Encoding PG_UHC is code page 949.Noah Misch2015-08-14
* Restore old pgwin32_message_to_UTF16() behavior outside transactions.Noah Misch2015-08-14
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-12
* Fix some possible low-memory failures in regexp compilation.Tom Lane2015-08-12
* Minor cleanups in slot related code.Andres Freund2015-08-11
* Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane2015-08-10
* Fix copy & paste mistake in pg_get_replication_slots().Andres Freund2015-08-10
* Further adjustments to PlaceHolderVar removal.Tom Lane2015-08-07
* Fix attach-related race condition in shm_mq_send_bytes.Robert Haas2015-08-07
* Fix old oversight in join removal logic.Tom Lane2015-08-06
* Fix eclass_useful_for_merging to give valid results for appendrel children.Tom Lane2015-08-06
* Further fixes for degenerate outer join clauses.Tom Lane2015-08-06
* Fix incorrect calculation in shm_mq_receive.Robert Haas2015-08-06
* 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
* Fix a PlaceHolderVar-related oversight in star-schema planning patch.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 race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Fix some planner issues with degenerate outer join clauses.Tom Lane2015-08-01
* Fix an oversight in checking whether a join with LATERAL refs is legal.Tom Lane2015-07-31
* 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
* Remove an unsafe Assert, and explain join_clause_is_movable_into() better.Tom Lane2015-07-28
* Don't assume that PageIsEmpty() returns true on an all-zeros page.Heikki Linnakangas2015-07-27
* Reuse all-zero pages in GIN.Heikki Linnakangas2015-07-27
* Fix handling of all-zero pages in SP-GiST vacuum.Heikki Linnakangas2015-07-27
* Make entirely-dummy appendrels get marked as such in set_append_rel_size.Tom Lane2015-07-26
* Fix off-by-one error in calculating subtrans/multixact truncation point.Heikki Linnakangas2015-07-23
* Fix add_rte_to_flat_rtable() for recent feature additions.Tom Lane2015-07-21
* Make WaitLatchOrSocket's timeout detection more robust.Tom Lane2015-07-18
* Fix a low-probability crash in our qsort implementation.Tom Lane2015-07-16
* Fix spelling errorMagnus Hagander2015-07-16
* 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
* Fix logical decoding bug leading to inefficient reopening of files.Andres Freund2015-07-07
* Don't call PageGetSpecialPointer() on page until it's been initialized.Heikki Linnakangas2015-06-30
* Back-patch some minor bug fixes in GUC code.Tom Lane2015-06-28
* Fix comment for GetCurrentIntegerTimestamp().Kevin Grittner2015-06-28
* Revoke incorrectly applied patch versionSimon Riggs2015-06-27
* Avoid hot standby cancels from VAC FREEZESimon Riggs2015-06-27
* Fix a couple of bugs with wal_log_hints.Heikki Linnakangas2015-06-26
* Allow background workers to connect to no particular database.Robert Haas2015-06-25
* Fix the logic for putting relations into the relcache init file.Tom Lane2015-06-25
* Improve inheritance_planner()'s performance for large inheritance sets.Tom Lane2015-06-22
* Improve multixact emergency autovacuum logic.Andres Freund2015-06-21