]> granicus.if.org Git - postgresql/history - contrib
Detach constraints when partitions are detached
[postgresql] / contrib /
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.
2018-11-21 Andres FreundBlind attempt at fixing sepgsql output for 578b22.
2018-11-21 Andres FreundFix sepgsql compile error caused by oid removal.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-15 Andres FreundRejigger materializing and fetching a HeapTuple from...
2018-10-18 Tom LaneStill further rethinking of build changes for macOS...
2018-10-16 Tom LaneImprove stability of recently-added regression test...
2018-10-12 Tom LaneMake float exponent output on Windows look the same...
2018-10-11 Andres FreundRemove timetravel extension.
2018-10-10 Andres FreundFix logical decoding error when system table w/ toast...
2018-10-10 Andres FreundForce synchronous commit to be enabled for all test_dec...
2018-10-07 Tom LaneRemove some unnecessary fields from Plan trees.
2018-10-05 Tom LaneAllow btree comparison functions to return INT_MIN.
2018-10-05 Peter EisentrautRemove redundant allocation
2018-10-04 Tom LaneIn the executor, use an array of pointers to access...
2018-10-04 Tom LaneCentralize executor's opening/closing of Relations...
2018-10-03 Andres FreundFix issues around EXPLAIN with JIT.
2018-10-01 Tom LaneFix tuple_data_split() to not open a relation without...
2018-09-25 Andres FreundSplit ExecStoreTuple into ExecStoreHeapTuple and ExecSt...
2018-09-25 Andres FreundCollect JIT instrumentation from workers.
2018-09-25 Tom LaneMake some fixes to allow building Postgres on macOS...
2018-09-25 Michael PaquierRevoke pg_stat_statements_reset() permissions
2018-09-24 Andres Freundauto_explain: Include JIT information if applicable.
2018-09-16 Andrew GierthFix out-of-tree build for transform modules.
2018-09-11 Tom LaneRemove ruleutils.c's special case for BIT [VARYING...
2018-09-06 Tom LaneMake contrib/unaccent's unaccent() function work when...
2018-09-04 Michael PaquierImprove some error message strings and errcodes
2018-09-04 Tom LaneClean up after TAP tests in oid2name and vacuumlo.
2018-09-01 Tom LaneAvoid using potentially-under-aligned page buffers.
2018-09-01 Thomas MunroAdd Greek characters to unaccent.rules.
2018-08-31 Alexander KorotkovEnforce cube dimension limit in all cube construction...
2018-08-31 Alexander KorotkovSplit contrib/cube platform-depended checks into separa...
2018-08-31 Etsuro FujitaDisable support for partitionwise joins in problematic...
2018-08-28 Andrew Gierthpostgres_fdw: don't push ORDER BY with no vars (bug...
2018-08-28 Michael PaquierRework option set of vacuumlo
2018-08-28 Michael PaquierRework option set of oid2name
2018-08-09 Heikki LinnakangasSpell "partitionwise" consistently.
2018-08-01 Alvaro HerreraFix logical replication slot initialization
2018-07-31 Andrew GierthProvide for contrib and pgxs modules to install include...
2018-07-31 Andrew DunstanProvide a log_level setting for auto_explain
2018-07-29 Noah MischFix earthdistance test suite function name typo.
2018-07-29 Michael PaquierMake error message of pageinspect more consistent for...
2018-07-29 Tomas VondraProvide separate header file for built-in float types
2018-07-23 Michael PaquierMake more consistent some error messages for file-relat...
2018-07-22 Andres FreundHand code string to integer conversion for performance.
2018-07-22 Andres FreundDeduplicate "invalid input syntax" messages for various...
2018-07-18 Heikki LinnakangasFix misc typos, mostly in comments.
2018-07-14 Tom LaneFix hashjoin costing mistake introduced with inner_uniq...
2018-07-13 Tom LaneFix crash in contrib/ltree's lca() function for empty...
2018-07-11 Alvaro HerreraRethink how to get float.h in old Windows API for isnan...
2018-07-10 Michael PaquierBlock replication slot advance for these not yet reserv...
2018-07-09 Tom LaneFix yet more problems with incorrectly-constructed...
2018-07-08 Jeff DavisFix WITH CHECK OPTION on views referencing postgres_fdw...
2018-07-05 Alvaro HerreraReduce cost of test_decoding's new oldest_xmin test
2018-07-01 Peter Eisentrautpg_standby: Remove code for .backup files
2018-07-01 Michael PaquierUse optimized bitmap set function for membership test...
2018-06-30 Andrew Dunstanpgindent run prior to branching
2018-06-29 Michael PaquierReplace search.cpan.org with metacpan.org
2018-06-29 Michael PaquierMake capitalization of term "OpenSSL" more consistent
2018-06-26 Alvaro HerreraFix "base" snapshot handling in logical decoding
2018-06-18 Tom LaneFix jsonb_plperl to convert Perl UV values correctly.
2018-06-18 Tom LaneFix contrib/hstore_plperl to look through scalar refs.
next