index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
Age
Commit message (
Expand
)
Author
2020-11-10
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-04-06
Preserve clustered index after rewrites with ALTER TABLE
Michael Paquier
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
Fix cosmetic blemishes involving rd_createSubid.
Noah Misch
2020-03-13
Preserve replica identity index across ALTER TABLE rewrite
Peter Eisentraut
2020-01-31
Fix CheckAttributeType's handling of collations for ranges.
Tom Lane
2020-01-22
Fix concurrent indexing operations with temporary tables
Michael Paquier
2019-12-01
Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.
Tom Lane
2019-09-22
Fix failure to zero-pad the result of bitshiftright().
Tom Lane
2019-06-30
Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.
Noah Misch
2018-11-09
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-10-12
Back-patch addition of the ALLOCSET_FOO_SIZES macros.
Tom Lane
2018-10-05
Allow btree comparison functions to return INT_MIN.
Tom Lane
2018-07-31
Further fixes for quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-21
Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c.
Tom Lane
2018-03-19
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-03
Fix assorted issues in convert_to_scalar().
Tom Lane
2017-12-05
Mark assorted variables PGDLLIMPORT.
Robert Haas
2017-10-11
Fix low-probability loss of NOTIFY messages due to XID wraparound.
Tom Lane
2017-09-01
Ensure SIZE_MAX can be used throughout our code.
Tom Lane
2017-08-13
Remove AtEOXact_CatCache().
Tom Lane
2017-05-12
Avoid searching for callback functions in CallSyscacheCallbacks().
Tom Lane
2017-05-12
Avoid searching for the target catcache in CatalogCacheIdInvalidate.
Tom Lane
2017-05-08
Add security checks to selectivity estimation functions
Peter Eisentraut
2016-12-22
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-11-15
Account for catalog snapshot in PGXACT->xmin updates.
Tom Lane
2016-11-10
Re-allow user_catalog_table option for materialized views.
Tom Lane
2016-11-07
Band-aid fix for incorrect use of view options as StdRdOptions.
Tom Lane
2016-10-03
Show a sensible value in pg_settings.unit for GUC_UNIT_XSEGS variables.
Tom Lane
2016-09-10
Improve unreachability recognition in elog() macro.
Tom Lane
2016-08-18
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
Tom Lane
2016-08-14
Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Tom Lane
2016-07-14
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-05-27
Be more predictable about reporting "lock timeout" vs "statement timeout".
Tom Lane
2016-03-15
Cope if platform declares mbstowcs_l(), but not locale_t, in <xlocale.h>.
Tom Lane
2016-01-22
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2015-12-22
Comment improvements for abbreviated keys.
Robert Haas
2015-11-29
Avoid caching expression state trees for domain constraints across queries.
Tom Lane
2015-11-20
Fix handling of inherited check constraints in ALTER COLUMN TYPE (again).
Tom Lane
2015-10-20
Fix incorrect translation of minus-infinity datetimes for json/jsonb.
Tom Lane
2015-10-04
Group cluster_name and update_process_title settings together
Peter Eisentraut
2015-09-24
Allow planner to use expression-index stats for function calls in WHERE.
Tom Lane
2015-09-20
Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.
Noah Misch
2015-09-20
Remove the row_security=force GUC value.
Noah Misch
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-08-04
Fix bogus "out of memory" reports in tuplestore.c.
Tom Lane
2015-07-28
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-25
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-17
Support JSON negative array subscripts everywhere
Andrew Dunstan
[next]