]> granicus.if.org Git - postgresql/history - contrib
Cast pg_stat_progress_cluster.cluster_index_relid to oid
[postgresql] / contrib /
2019-04-06 Tom LaneAvoid Python memory leaks in hstore_plpython and jsonb_...
2019-04-06 Michael PaquierAdd support TCP user timeout in libpq and the backend...
2019-04-05 Alvaro HerreraAdd facility to copy replication slots
2019-04-05 Peter GeogheganAdd test coverage for rootdescend verification.
2019-04-04 Peter Eisentrautfile_fdw: Fix for generated columns
2019-04-03 Tomas VondraAdd SETTINGS option to EXPLAIN, to print modified settings.
2019-04-02 Alvaro HerreraReport progress of CREATE INDEX operations
2019-04-02 Etsuro Fujitapostgres_fdw: Perform the (FINAL, NULL) upperrel operat...
2019-04-02 Etsuro Fujitapostgres_fdw: Modify regression tests for EPQ-related...
2019-04-02 Etsuro Fujitapostgres_fdw: Perform the (ORDERED, NULL) upperrel...
2019-04-01 Andres FreundOnly allow heap in a number of contrib modules.
2019-04-01 Andres Freundtableam: sample scan.
2019-03-30 Tom LaneSpeed up planning when partitions can be pruned at...
2019-03-30 Peter EisentrautGenerated columns
2019-03-29 Peter GeogheganTweak some nbtree-related code comments.
2019-03-28 Andres Freundtableam: Support for an index build's initial table...
2019-03-27 Michael PaquierSwitch some palloc/memset calls to palloc0
2019-03-26 Tom LaneGet rid of duplicate child RTE for a partitioned table.
2019-03-25 Tom LaneSuppress Append and MergeAppend plan nodes that have...
2019-03-25 Peter EisentrautInitialize structure at declaration
2019-03-24 Tom LaneAvoid double-free in vacuumlo error path.
2019-03-24 Andres Freundtableam: Add tuple_{insert, delete, update, lock} and...
2019-03-22 Peter EisentrautCollations with nondeterministic comparison
2019-03-20 Peter GeogheganAllow amcheck to re-find tuples using new search.
2019-03-20 Peter GeogheganMake heap TID a tiebreaker nbtree index column.
2019-03-20 Peter GeogheganRefactor nbtree insertion scankeys.
2019-03-18 Andres FreundRemove leftover reference to oid column.
2019-03-18 Robert HaasDon't auto-restart per-database autoprewarm workers.
2019-03-14 Peter EisentrautFix volatile vs. pointer confusion
2019-03-11 Andres Freundtableam: Add and use scan APIs.
2019-03-11 Alvaro HerreraMove hash_any prototype from access/hash.h to utils...
2019-03-08 Michael PaquierTighten use of OpenTransientFile and CloseTransientFile
2019-02-27 Peter EisentrautRemove unused macro
2019-02-27 Andres FreundUse slots in trigger infrastructure, except for the...
2019-02-20 Amit KapilaDoc: Update the documentation for FSM behavior for...
2019-02-16 Noah MischSuppress another case of MSVC warning 4146.
2019-02-16 Noah MischIn imath.h, replace stdint.h usage with c.h equivalents.
2019-02-16 Noah MischImport changes from IMath versions (1.3, 1.29].
2019-02-16 Tom LaneAllow user control of CTE materialization, and change...
2019-02-16 Tom LaneMake use of compiler builtins and/or assembly for CLZ...
2019-02-15 Tom LaneRefactor index cost estimation functions in view of...
2019-02-14 Peter EisentrautResolve one unconstify use
2019-02-13 Andrew GierthChange floating-point output format for improved perfor...
2019-02-13 Peter EisentrautMore unconstify use
2019-02-13 Peter EisentrautRemove useless casts
2019-02-12 Alvaro HerreraRelax overly strict assertion
2019-02-09 Tom LaneBuild out the planner support function infrastructure.
2019-02-07 Tom LaneSplit create_foreignscan_path() into three functions.
2019-02-06 Peter GeogheganAvoid amcheck inline compression false positives.
2019-02-04 Amit KapilaMake FSM test portable.
2019-02-04 Amit KapilaAvoid creation of the free space map for small heap...
2019-02-01 Alvaro HerreraRenaming for new subscripting mechanism
2019-02-01 Thomas MunroAdd combining characters to unaccent.rules.
2019-01-29 Tom LaneRename nodes/relation.h to nodes/pathnodes.h.
2019-01-29 Tom LaneRefactor planner's header files.
2019-01-29 Etsuro Fujitapostgres_fdw: Fix test for cached costs in estimate_pat...
2019-01-28 Tom LaneIn the planner, replace an empty FROM clause with a...
2019-01-28 Amit KapilaRevert "Avoid creation of the free space map for small...
2019-01-28 Amit KapilaAvoid creation of the free space map for small heap...
2019-01-26 Andres FreundChange function call information to be variable length.
2019-01-24 Etsuro Fujitapostgres_fdw: Account for tlist eval costs in estimate_...
2019-01-23 Heikki LinnakangasFix misc typos in comments.
2019-01-22 Andres FreundMove remaining code from tqual.[ch] to heapam.h / heapa...
2019-01-22 Andres FreundMove generic snapshot related code from tqual.h to...
2019-01-22 Andres FreundChange snapshot type to be determined by enum rather...
2019-01-21 Tom LaneFix sepgsql regression test.
2019-01-21 Andres FreundRemove superfluous tqual.h includes.
2019-01-21 Andres FreundReplace uses of heap_open et al with the corresponding...
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-19 Magnus HaganderReplace @postgresql.org with @lists.postgresql.org...
2019-01-17 Etsuro Fujitapostgres_fdw: Remove duplicate code in DML execution...
2019-01-15 Andres FreundDon't include heapam.h from others headers.
2019-01-11 Amit KapilaExtend pg_stat_statements_reset to reset statistics...
2019-01-10 Michael PaquierUpdate unaccent rules with release 34 of CLDR for Latin...
2019-01-06 Tom LaneReplace the data structure used for keyword lookup.
2019-01-04 Peter Eisentrautunaccent: Make generate_unaccent_rules.py Python 3...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2019-01-02 Peter EisentrautConvert unaccent tests to UTF-8
2019-01-01 Michael PaquierRemove configure switch --disable-strong-random
2019-01-01 Michael PaquierFix generation of padding message before encrypting...
2018-12-27 Peter EisentrautRemove obsolete IndexIs* macros
2018-12-23 Michael PaquierDisable WAL-skipping optimization for COPY on views...
2018-12-18 Tom LaneUpdate sepgsql regression test results for commit ca410...
2018-12-13 Andres FreundCreate a separate oid range for oids assigned by genbki.pl.
2018-12-12 Tom LaneRepair bogus EPQ plans generated for postgres_fdw forei...
2018-12-06 Michael PaquierFix some errhint and errdetail strings missing a period
2018-12-04 Etsuro Fujitapostgres_fdw: Improve cost and size estimation for...
2018-12-03 Michael PaquierAdd PGXS options to control TAP and isolation tests...
2018-11-28 Bruce MomjianC comment: remove extra '*'
2018-11-26 Michael PaquierRevert all new recent changes to add PGXS options for...
2018-11-26 Michael PaquierFix regression test handling of test_decoding with...
2018-11-26 Michael PaquierDisable temporarily TAP tests for contrib/bloom/
2018-11-25 Michael PaquierAdd PGXS options to control TAP and isolation tests
2018-11-25 Peter EisentrautIntegrate recovery.conf into postgresql.conf
2018-11-24 Andrew GierthFix hstore hash function for empty hstores upgraded...
2018-11-24 Andrew GierthAvoid crashes in contrib/intarray gist__int_ops (bug...
2018-11-23 Tom LaneAdd a 64-bit hash function for type hstore.
2018-11-23 Tom LaneAdd a 64-bit hash function for type citext.
2018-11-23 Alvaro HerreraSilence compiler warnings
2018-11-23 Thomas MunroAdd WL_EXIT_ON_PM_DEATH pseudo-event.
next