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 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
*
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
*
Clarify documentation of ceil/ceiling/floor functions.
Tom Lane
2016-06-09
*
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
*
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
*
Avoid useless closely-spaced writes of statistics files.
Tom Lane
2016-05-31
*
Fix PageAddItem BRIN bug
Alvaro Herrera
2016-05-30
*
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-05-27
*
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-23
*
Stamp 9.5.3.
REL9_5_3
Tom Lane
2016-05-09
*
Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.
Tom Lane
2016-05-06
*
Fix mishandling of equivalence-class tests in parameterized plans.
Tom Lane
2016-04-29
*
Fix comment whitespace in VS2105 patch
Andrew Dunstan
2016-04-29
*
Support building with Visual Studio 2015
Andrew Dunstan
2016-04-29
*
Adjust DatumGetBool macro, this time for sure.
Tom Lane
2016-04-28
*
Impose a full barrier in generic-xlc.h atomics functions.
Noah Misch
2016-04-26
*
Improve TranslateSocketError() to handle more Windows error codes.
Tom Lane
2016-04-21
[next]