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
*
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
*
Encoding PG_UHC is code page 949.
Noah Misch
2015-08-14
*
Restore old pgwin32_message_to_UTF16() behavior outside transactions.
Noah Misch
2015-08-14
*
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
*
Minor cleanups in slot related code.
Andres Freund
2015-08-11
*
Further mucking with PlaceHolderVar-related restrictions on join order.
Tom Lane
2015-08-10
*
Fix copy & paste mistake in pg_get_replication_slots().
Andres Freund
2015-08-10
*
Further adjustments to PlaceHolderVar removal.
Tom Lane
2015-08-07
*
Fix attach-related race condition in shm_mq_send_bytes.
Robert Haas
2015-08-07
*
Fix old oversight in join removal logic.
Tom Lane
2015-08-06
*
Fix eclass_useful_for_merging to give valid results for appendrel children.
Tom Lane
2015-08-06
*
Further fixes for degenerate outer join clauses.
Tom Lane
2015-08-06
*
Fix incorrect calculation in shm_mq_receive.
Robert Haas
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 race condition that lead to WALInsertLock deadlock with commit_delay.
Heikki Linnakangas
2015-08-02
*
Fix some planner issues with degenerate outer join clauses.
Tom Lane
2015-08-01
*
Fix an oversight in checking whether a join with LATERAL refs is legal.
Tom Lane
2015-07-31
*
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
*
Fix add_rte_to_flat_rtable() for recent feature additions.
Tom Lane
2015-07-21
*
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
*
Fix spelling error
Magnus Hagander
2015-07-16
*
AIX: Link the postgres executable with -Wl,-brtllib.
Noah Misch
2015-07-15
*
Fix postmaster's handling of a startup-process crash.
Tom Lane
2015-07-09
*
Fix logical decoding bug leading to inefficient reopening of files.
Andres Freund
2015-07-07
*
Don't call PageGetSpecialPointer() on page until it's been initialized.
Heikki Linnakangas
2015-06-30
*
Back-patch some minor bug fixes in GUC code.
Tom Lane
2015-06-28
*
Fix comment for GetCurrentIntegerTimestamp().
Kevin Grittner
2015-06-28
*
Revoke incorrectly applied patch version
Simon Riggs
2015-06-27
*
Avoid hot standby cancels from VAC FREEZE
Simon Riggs
2015-06-27
*
Fix a couple of bugs with wal_log_hints.
Heikki Linnakangas
2015-06-26
*
Allow background workers to connect to no particular database.
Robert Haas
2015-06-25
*
Fix the logic for putting relations into the relcache init file.
Tom Lane
2015-06-25
*
Improve inheritance_planner()'s performance for large inheritance sets.
Tom Lane
2015-06-22
*
Improve multixact emergency autovacuum logic.
Andres Freund
2015-06-21
[next]