]> granicus.if.org Git - postgresql/history - contrib
Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.
[postgresql] / contrib /
2019-08-24 Michael PaquierDo more cleanup of isolation tests for test_decoding
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-16 Andres FreundDon't include utils/array.h from acl.h.
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-12 Peter Geogheganamcheck: Skip unlogged relations during recovery.
2019-08-12 Tom LaneRationalize use of list_concat + list_copy combinations.
2019-08-06 Tom LaneFix intarray's GiST opclasses to not fail for empty...
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-08-04 Tom LaneFix handling of "undef" in contrib/jsonb_plperl.
2019-08-01 Michael PaquierFix handling of previous password hooks in passwordcheck
2019-07-31 Michael PaquierRemove orphaned structure member in pgcrypto
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-25 Tom LaneFix contrib/sepgsql test policy to work with latest...
2019-07-22 David RowleyUse appendBinaryStringInfo in more places where the...
2019-07-22 Michael PaquierFix inconsistencies and typos in the tree
2019-07-20 Peter GeogheganDon't rely on estimates for amcheck Bloom filters.
2019-07-19 Jeff Davispg_stat_statements: add missing check for pgss_enabled().
2019-07-17 Tom LaneFix sepgsql test results for commit d97b714a2.
2019-07-16 Michael PaquierFix inconsistencies and typos in the tree
2019-07-15 Tom LaneRepresent Lists as expansible arrays, not chains of...
2019-07-14 Peter EisentrautAdd gen_random_uuid function
2019-07-14 Andrew GierthTeach pg_stat_statements not to ignore FOR UPDATE clauses
2019-07-08 Michael PaquierFix inconsistencies in the code
2019-07-07 Peter EisentrautUse consistent style for checking return from system...
2019-07-04 David RowleyUse appendStringInfoString and appendPQExpBufferStr...
2019-07-03 Etsuro Fujitapostgres_fdw: Remove redundancy in postgresAcquireSampl...
2019-07-01 Tom Lanepgindent run prior to branching v12.
2019-07-01 Michael PaquierFix many typos and inconsistencies
2019-06-29 Tom LaneFix regression tests to use only global names beginning...
2019-06-26 Tom LaneFollow the rule that regression-test-created roles...
2019-06-24 Peter GeogheganCorrect obsolete amcheck comments.
2019-06-19 Magnus HaganderReplace an occurrence of slave with standby
2019-06-17 Michael PaquierFix more typos and inconsistencies in the tree
2019-06-14 Etsuro Fujitapostgres_fdw: Fix costing of pre-sorted foreign paths...
2019-06-13 Etsuro Fujitapostgres_fdw: Account for triggers in non-direct remote...
2019-06-11 Etsuro Fujitapostgres_fdw: Reorder C includes.
2019-06-10 Alexander KorotkovFix operator naming in pg_trgm GUC option descriptions
2019-06-08 Noah MischStop using spelling "nonexistant".
2019-06-07 Heikki LinnakangasFix copy-pasto in freeing memory on error in vacuumlo.
2019-06-03 Tom LaneFix contrib/auto_explain to not cause problems in paral...
2019-06-03 Michael PaquierFix typos in various places
2019-06-02 Tom LaneClean up PL/Perl's handling of the _() macro.
2019-05-28 Michael PaquierFix typos in SQL scripts of pgcrypto
2019-05-26 Amit KapilaFix typos.
2019-05-26 Peter EisentrautChange Graphviz file extension
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-05-17 Michael PaquierFix regression test outputs
2019-05-13 Peter GeogheganStandardize ItemIdData terminology.
2019-05-13 Etsuro Fujitapostgres_fdw: Fix typo in comment.
2019-05-09 Etsuro Fujitapostgres_fdw: Fix cost estimation for aggregate pushdown.
2019-05-09 Tom LaneClean up the behavior and API of catalog.c's is-catalog...
2019-05-07 Amit KapilaRevert "Avoid the creation of the free space map for...
2019-05-04 Noah MischSuppress compiler warning in non-SSL, non-assert builds.
2019-04-30 Andres FreundFix potential assertion failure when reindexing a pg_cl...
2019-04-27 Tom LaneAvoid postgres_fdw crash for a targetlist entry that...
2019-04-25 Peter GeogheganSanitize line pointers within contrib/amcheck.
2019-04-24 Etsuro Fujitapostgres_fdw: Fix incorrect handling of row movement...
2019-04-19 Andres FreundFix two memory leaks around force-storing tuples in...
2019-04-12 Michael PaquierFix more strcmp() calls using boolean-like comparisons...
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...
next