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
*
Stamp 9.5.7.
REL9_5_7
Tom Lane
2017-05-08
*
Further patch rangetypes_selfuncs.c's statistics slot management.
Tom Lane
2017-05-08
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
Give nicer error message when connecting to a v10 server requiring SCRAM.
Heikki Linnakangas
2017-05-05
*
Don't use on-disk snapshots for exported logical decoding snapshot.
Andres Freund
2017-04-27
*
Preserve required !catalog tuples while computing initial decoding snapshot.
Andres Freund
2017-04-27
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Remove dead code and fix comments in fast-path function handling.
Heikki Linnakangas
2017-04-06
*
Fix integer-overflow problems in interval comparison.
Tom Lane
2017-04-05
*
Don't use bgw_main even to specify in-core bgworker entrypoints.
Robert Haas
2017-03-31
*
Fix failure to mark init buffers as BM_PERMANENT.
Robert Haas
2017-03-14
*
Formatting and docs corrections for logical decoding output plugins.
Tom Lane
2017-02-15
*
Stamp 9.5.6.
REL9_5_6
Tom Lane
2017-02-06
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
*
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
*
Change some test macros to return true booleans
Alvaro Herrera
2017-01-18
*
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-09
*
Prefer int-wide pg_atomic_flag over char-wide when using gcc intrinsics.
Tom Lane
2017-01-04
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Revert "Permit dump/reload of not-too-large >1GB tuples"
Alvaro Herrera
2016-12-06
*
Permit dump/reload of not-too-large >1GB tuples
Alvaro Herrera
2016-12-02
*
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Alvaro Herrera
2016-11-17
*
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-15
*
Re-allow user_catalog_table option for materialized views.
Tom Lane
2016-11-10
*
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-11-07
*
Remove duplicate macro definition.
Tom Lane
2016-11-05
*
Stamp 9.5.5.
REL9_5_5
Tom Lane
2016-10-24
*
Revert addition of PGDLLEXPORT in PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
*
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
Tom Lane
2016-10-12
*
Fix copy-pasto in comment.
Heikki Linnakangas
2016-10-12
*
Fix fallback implementation of pg_atomic_write_u32().
Andres Freund
2016-10-07
*
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-10-03
*
Avoid using PostmasterRandom() for DSM control segment ID.
Tom Lane
2016-09-23
*
Use PostmasterRandom(), not random(), for DSM control segment ID.
Robert Haas
2016-09-20
*
Fix outdated comments, GIST search queue is not an RBTree anymore.
Heikki Linnakangas
2016-09-20
*
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
*
Improve unreachability recognition in elog() macro.
Tom Lane
2016-09-10
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
Tom Lane
2016-08-18
*
Fix deletion of speculatively inserted TOAST on conflict
Andres Freund
2016-08-17
*
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-08-14
*
Stamp 9.5.4.
REL9_5_4
Tom Lane
2016-08-08
*
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
*
Sync 9.5 version of access/transam/parallel.c with HEAD.
Tom Lane
2016-08-02
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
*
Fix pq_putmessage_noblock() to not block.
Tom Lane
2016-07-29
*
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2016-07-28
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-27
[next]