aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Prevent stack overflow in json-related functions.Noah Misch2015-10-05
* Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund2015-10-05
* Further twiddling of nodeHash.c hashtable sizing calculation.Tom Lane2015-10-04
* Fix possible "invalid memory alloc request size" failure in nodeHash.c.Tom Lane2015-10-04
* Add recursion depth protection to LIKE matching.Tom Lane2015-10-02
* Add recursion depth protections to regular expression matching.Tom Lane2015-10-02
* Fix potential infinite loop in regular expression execution.Tom Lane2015-10-02
* Add some more query-cancel checks to regular expression matching.Tom Lane2015-10-02
* Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.Tom Lane2015-10-01
* Improve LISTEN startup time when there are many unread notifications.Tom Lane2015-09-30
* Lower *_freeze_max_age minimum values.Andres Freund2015-09-24
* Fix possible internal overflow in numeric multiplication.Tom Lane2015-09-21
* Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().Tom Lane2015-09-20
* Fix low-probability memory leak in regex execution.Tom Lane2015-09-18
* Remove set-but-not-used variable.Tom Lane2015-09-12
* Fix setrefs.c comment properly.Tom Lane2015-09-10
* Fix typo in setrefs.cStephen Frost2015-09-10
* Fix minor bug in regexp makesearch() function.Tom Lane2015-09-09
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao2015-09-09
* Make GIN's cleanup pending list process interruptableTeodor Sigaev2015-09-07
* Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather thanGreg Stark2015-09-06
* Fix misc typos.Heikki Linnakangas2015-09-05
* Fix subtransaction cleanup after an outer-subtransaction portal fails.Tom Lane2015-09-04
* Add a small cache of locks owned by a resource owner in ResourceOwner.Tom Lane2015-08-27
* 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
* Undo mistaken tightening in join_is_legal().Tom Lane2015-08-12
* Fix some possible low-memory failures in regexp compilation.Tom Lane2015-08-12
* Further mucking with PlaceHolderVar-related restrictions on join order.Tom Lane2015-08-10
* Further fixes for degenerate outer join clauses.Tom Lane2015-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 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
* 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
* Make WaitLatchOrSocket's timeout detection more robust.Tom Lane2015-07-18
* Fix a low-probability crash in our qsort implementation.Tom Lane2015-07-16
* AIX: Link the postgres executable with -Wl,-brtllib.Noah Misch2015-07-15