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
*
Prevent stack overflow in json-related functions.
Noah Misch
2015-10-05
*
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-05
*
Further twiddling of nodeHash.c hashtable sizing calculation.
Tom Lane
2015-10-04
*
Fix possible "invalid memory alloc request size" failure in nodeHash.c.
Tom Lane
2015-10-04
*
Add recursion depth protection to LIKE matching.
Tom Lane
2015-10-02
*
Add recursion depth protections to regular expression matching.
Tom Lane
2015-10-02
*
Fix potential infinite loop in regular expression execution.
Tom Lane
2015-10-02
*
Add some more query-cancel checks to regular expression matching.
Tom Lane
2015-10-02
*
Fix documentation error in commit 8703059c6b55c427100e00a09f66534b6ccbfaa1.
Tom Lane
2015-10-01
*
Improve LISTEN startup time when there are many unread notifications.
Tom Lane
2015-09-30
*
Lower *_freeze_max_age minimum values.
Andres Freund
2015-09-24
*
Fix possible internal overflow in numeric multiplication.
Tom Lane
2015-09-21
*
Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().
Tom Lane
2015-09-20
*
Fix low-probability memory leak in regex execution.
Tom Lane
2015-09-18
*
Remove set-but-not-used variable.
Tom Lane
2015-09-12
*
Fix setrefs.c comment properly.
Tom Lane
2015-09-10
*
Fix typo in setrefs.c
Stephen Frost
2015-09-10
*
Fix minor bug in regexp makesearch() function.
Tom Lane
2015-09-09
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Add gin_fuzzy_search_limit to postgresql.conf.sample.
Fujii Masao
2015-09-09
*
Make GIN's cleanup pending list process interruptable
Teodor Sigaev
2015-09-07
*
Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than
Greg Stark
2015-09-06
*
Fix misc typos.
Heikki Linnakangas
2015-09-05
*
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-09-04
*
Add a small cache of locks owned by a resource owner in ResourceOwner.
Tom Lane
2015-08-27
*
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
Tom Lane
2015-08-21
*
Allow record_in() and record_recv() to work for transient record types.
Tom Lane
2015-08-21
*
Don't use 'bool' as a struct member name in help_config.c.
Andres Freund
2015-08-15
*
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
*
Fix some possible low-memory failures in regexp compilation.
Tom Lane
2015-08-12
*
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
*
Make real sure we don't reassociate joins into or out of SEMI/ANTI joins.
Tom Lane
2015-08-05
*
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-08-04
*
Fix a PlaceHolderVar-related oversight in star-schema planning patch.
Tom Lane
2015-08-04
*
Cap wal_buffers to avoid a server crash when it's set very large.
Robert Haas
2015-08-04
*
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-08-02
*
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
*
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-30
*
Reduce chatter from signaling of autovacuum workers.
Tom Lane
2015-07-28
*
Disable ssl renegotiation by default.
Andres Freund
2015-07-28
*
Remove an unsafe Assert, and explain join_clause_is_movable_into() better.
Tom Lane
2015-07-28
*
Don't assume that PageIsEmpty() returns true on an all-zeros page.
Heikki Linnakangas
2015-07-27
*
Reuse all-zero pages in GIN.
Heikki Linnakangas
2015-07-27
*
Fix handling of all-zero pages in SP-GiST vacuum.
Heikki Linnakangas
2015-07-27
*
Make entirely-dummy appendrels get marked as such in set_append_rel_size.
Tom Lane
2015-07-26
*
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-07-23
*
Make WaitLatchOrSocket's timeout detection more robust.
Tom Lane
2015-07-18
*
Fix a low-probability crash in our qsort implementation.
Tom Lane
2015-07-16
*
AIX: Link the postgres executable with -Wl,-brtllib.
Noah Misch
2015-07-15
[next]