index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-16
*
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-15
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Stamp 9.6beta4.
REL9_6_BETA4
Tom Lane
2016-08-08
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
*
Promote pg_dumpall shell/connstr quoting functions to src/fe_utils.
Noah Misch
2016-08-08
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
*
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-08-07
*
Fix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d316808dfc630.
Tom Lane
2016-08-05
*
Change InitToastSnapshot to a macro.
Robert Haas
2016-08-05
*
Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Robert Haas
2016-08-03
*
Make INSERT-from-multiple-VALUES-rows handle targetlist indirection better.
Tom Lane
2016-08-03
*
Minor cleanup for access/transam/parallel.c.
Tom Lane
2016-08-01
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
*
Remove unused arguments from pg_replication_origin_xact_reset function.
Fujii Masao
2016-08-02
*
Fix worst memory leaks in tqueue.c.
Tom Lane
2016-07-29
*
Fix pq_putmessage_noblock() to not block.
Tom Lane
2016-07-29
*
Teach parser to transform "x IS [NOT] DISTINCT FROM NULL" to a NullTest.
Tom Lane
2016-07-28
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Remove GetUserMappingId() and GetUserMappingById().
Tom Lane
2016-07-22
*
Stamp 9.6beta3.
REL9_6_BETA3
Tom Lane
2016-07-18
*
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-18
*
Advance PG_CONTROL_VERSION.
Tom Lane
2016-07-16
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-07-11
*
Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao
2016-07-07
*
Improve WritebackContextInit() comment and prototype argument names.
Andres Freund
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
*
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-30
*
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-29
*
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-06-29
*
Remove unused arguments in two GiST subroutines
Alvaro Herrera
2016-06-28
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
*
Change predecence of phrase operator.
Teodor Sigaev
2016-06-27
*
Do not fallback to AND for FTS phrase operator.
Teodor Sigaev
2016-06-27
*
Avoid making a separate pass over the query to check for partializability.
Tom Lane
2016-06-26
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Simplify planner's final setup of Aggrefs for partial aggregation.
Tom Lane
2016-06-26
*
Fix handling of multixacts predating pg_upgrade
Alvaro Herrera
2016-06-24
*
Fix building of large (bigger than shared_buffers) hash indexes.
Tom Lane
2016-06-24
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
*
Refactor planning of projection steps that don't need a Result plan node.
Tom Lane
2016-06-21
*
Stamp 9.6beta2.
REL9_6_BETA2
Tom Lane
2016-06-20
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
*
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
*
pg_visibility: Add pg_truncate_visibility_map function.
Robert Haas
2016-06-17
[next]