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
*
Remove unused structure member.
Robert Haas
2016-07-21
*
Remove very-obsolete estimates of shmem usage from postgresql.conf.sample.
Tom Lane
2016-07-19
*
Add comment & docs about no vacuum truncation with sto.
Kevin Grittner
2016-07-19
*
Fix typos in comments and debug message
Magnus Hagander
2016-07-18
*
Translation updates
Peter Eisentraut
2016-07-18
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
*
Remove obsolete comment.
Tom Lane
2016-07-17
*
Add regression test case exercising the sorting path for hash index build.
Tom Lane
2016-07-16
*
Fix crash in close_ps() for NaN input coordinates.
Tom Lane
2016-07-16
*
Fix torn-page, unlogged xid and further risks from heap_update().
Andres Freund
2016-07-15
*
Make HEAP_LOCK/HEAP2_LOCK_UPDATED replay reset HEAP_XMAX_INVALID.
Andres Freund
2016-07-15
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
*
Avoid serializability errors when locking a tuple with a committed update
Alvaro Herrera
2016-07-15
*
Fix parsing NOT sequence in tsquery
Teodor Sigaev
2016-07-15
*
Fix nested NOT operation cleanup in tsquery.
Teodor Sigaev
2016-07-15
*
Adjust spellings of forms of "cancel"
Peter Eisentraut
2016-07-14
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Add a regression test case to improve code coverage for tuplesort.
Tom Lane
2016-07-13
*
Add serial comma and quoting to message
Peter Eisentraut
2016-07-12
*
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-07-11
*
Fix start WAL filename for concurrent backups from standby
Magnus Hagander
2016-07-11
*
Revert "Add some temporary code to record stack usage at server process exit."
Tom Lane
2016-07-10
*
Improve recording of IA64 stack data.
Tom Lane
2016-07-09
*
Add more temporary code to record stack usage at server process exit.
Tom Lane
2016-07-08
*
Add some temporary code to record stack usage at server process exit.
Tom Lane
2016-07-08
*
Fix typo in comment.
Robert Haas
2016-07-07
*
Properly adjust pointers when tuples are moved during CLUSTER.
Robert Haas
2016-07-07
*
Fix a prototype which is inconsistent with the function definition.
Robert Haas
2016-07-07
*
Clarify resource utilization of parallel query.
Robert Haas
2016-07-07
*
Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao
2016-07-07
*
Fix typos
Peter Eisentraut
2016-07-06
*
Fix typo in comment.
Fujii Masao
2016-07-06
*
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-04
*
Typo fix.
Tom Lane
2016-07-03
*
Allow RTE_SUBQUERY rels to be considered parallel-safe.
Tom Lane
2016-07-03
*
Fix up parallel-safety marking for appendrels.
Tom Lane
2016-07-03
*
Allow treating TABLESAMPLE scans as parallel-safe.
Tom Lane
2016-07-03
*
Set correct cost data in Gather node added by force_parallel_mode.
Tom Lane
2016-07-03
*
Round rowcount estimate for a partial path to an integer.
Tom Lane
2016-07-03
*
Fix failure to mark all aggregates with appropriate transtype.
Tom Lane
2016-07-02
*
Fix some interrelated planner issues with initPlans and Param munging.
Tom Lane
2016-07-01
*
Improve WritebackContextInit() comment and prototype argument names.
Andres Freund
2016-07-01
*
Provide and use a makefile target to build all generated headers.
Tom Lane
2016-07-01
*
walreceiver: tweak pg_stat_wal_receiver behavior
Alvaro Herrera
2016-07-01
*
Rethink the GetForeignUpperPaths API (again).
Tom Lane
2016-07-01
*
Set consider_parallel correctly for upper planner rels.
Robert Haas
2016-07-01
*
Be more paranoid in ruleutils.c's get_variable().
Tom Lane
2016-07-01
*
Fix crash bug in RestoreSnapshot.
Robert Haas
2016-07-01
*
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
*
Fix typo in ReorderBufferIterTXNInit().
Tom Lane
2016-06-30
[next]