]> granicus.if.org Git - postgresql/history - contrib
Avoid scan-build warning about uninitialized htonl() arguments.
[postgresql] / contrib /
2015-10-12 Noah MischAvoid scan-build warning about uninitialized htonl...
2015-10-05 Noah MischPrevent stack overflow in query-type functions.
2015-10-05 Noah Mischpgcrypto: Detect and report too-short crypt() salts.
2015-10-04 Tom LaneImprove contrib/pg_stat_statements' handling of garbage...
2015-10-03 Andres FreundAdd missed CREATE EXTENSION ... CASCADE regression...
2015-10-03 Andres FreundAdd CASCADE support for CREATE EXTENSION.
2015-10-03 Andres FreundImprove errhint() about replication slot naming restric...
2015-09-24 Tom LaneImprove handling of collations in contrib/postgres_fdw.
2015-09-22 Andres Freundtest_decoding: Protect against rare spurious test failures.
2015-09-08 Alvaro HerreraFix error message wording in previous sslinfo commit
2015-09-08 Alvaro Herreracontrib/sslinfo: add ssl_extension_info SRF
2015-09-07 Alvaro HerreraAdd more sanity checks in contrib/sslinfo
2015-09-06 Joe ConwayAdjust sepgsql regression output for recent error conte...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-09-05 Heikki LinnakangasFix misc typos.
2015-09-04 Teodor SigaevMake unaccent handle all diacritics known to Unicode...
2015-08-30 Joe ConwayFix sepgsql regression tests.
2015-08-23 Peter EisentrautImprove spelling
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-08-15 Robert HaasRemove bogus step from test_decoding isolation tests.
2015-08-13 Alvaro HerreraUse materialize SRF mode in brin_page_items
2015-08-10 Andres FreundAdd confirmed_flush column to pg_replication_slots.
2015-08-03 Tom Lanecontrib/isn now needs a .gitignore file.
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-08-02 Heikki LinnakangasFix output of ISBN-13 numbers beginning with 979.
2015-07-25 Tom LaneSome platforms now need contrib/tsm_system_time to...
2015-07-25 Tom LaneRedesign tablesample method API, and do extensive code...
2015-07-21 Heikki LinnakangasAdd selectivity estimation functions for intarray opera...
2015-07-20 Teodor SigaevThis supports the triconsistent function for pg_trgm...
2015-07-18 Andrew DunstanEnable transforms modules to build and test on Cygwin.
2015-07-16 Noah MischAIX: Link TRANSFORM modules with their dependencies.
2015-07-16 Noah MischMinGW: Link ltree_plpython with plpython.
2015-07-14 Fujii MasaoPrevent pgstattuple() from reporting BRIN as unknown...
2015-07-09 Noah MischLink pg_stat_statements with libm.
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-07-02 Fujii MasaoMake use of xlog_internal.h's macros in WAL-related...
2015-06-27 Andres FreundFix test_decoding's handling of nonexistant columns...
2015-05-31 Peter EisentrautMake Python tests more portable
2015-05-28 Stephen FrostFinish removing pg_audit
2015-05-28 Stephen FrostRemove pg_audit
2015-05-24 Tom LaneManual cleanup of pgindent results.
2015-05-24 Tom LaneRemove no-longer-required function declarations.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Andres FreundRefactor ON CONFLICT index inference parse tree represe...
2015-05-19 Peter EisentrautFix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORM
2015-05-18 Noah Mischpgcrypto: Report errant decryption as "Wrong key or...
2015-05-18 Tom LaneUse += not = to set makefile variables after including...
2015-05-17 Stephen Frostpg_audit Makefile, REINDEX changes
2015-05-17 Magnus HaganderFix typos in comments
2015-05-17 Peter Eisentrauthstore_plpython: Fix regression tests under Python 3
2015-05-17 Peter EisentrautFix whitespace
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Alvaro HerreraMove strategy numbers to include/access/stratnum.h
2015-05-15 Simon RiggsAdd to contrib/Makefile
2015-05-15 Simon Riggscontrib/tsm_system_time
2015-05-15 Simon Riggscontrib/tsm_system_rows
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-15 Stephen FrostRemove useless pg_audit.conf
2015-05-15 Simon RiggsSeparate block sampling functions
2015-05-14 Stephen FrostMake repeated 'make installcheck' runs work
2015-05-14 Stephen FrostImprove pg_audit regression tests
2015-05-14 Tom LaneFix portability issue in pg_audit.
2015-05-14 Tom LaneSuppress uninitialized-variable warning.
2015-05-14 Stephen FrostFurther fixes for the buildfarm for pg_audit
2015-05-14 Stephen FrostFurther fixes for the buildfarm for pg_audit
2015-05-14 Stephen FrostFix buildfarm with regard to pg_audit
2015-05-14 Stephen FrostAdd pg_audit, an auditing extension
2015-05-13 Tom LaneFix postgres_fdw to return the right ctid value in...
2015-05-13 Andres FreundAdd pgstattuple_approx() to the pgstattuple extension.
2015-05-12 Peter EisentrautReplace some appendStringInfo* calls with more appropri...
2015-05-10 Tom LaneCode review for foreign/custom join pushdown patch.
2015-05-09 Andrew DunstanAdd new OID alias type regrole
2015-05-08 Andres FreundRemove dependency on ordering in logical decoding upser...
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-07 Andres FreundRepresent columns requiring insert and update privilege...
2015-05-07 Alvaro HerreraImprove BRIN infra, minmax opclass and regression test
2015-05-05 Tom LaneFix incorrect declaration of citext's regexp_matches...
2015-05-05 Peter Eisentrauthstore_plpython: Support tests on Python 2.3
2015-05-03 Andrew DunstanEnable transforms modules to build and run with Mingw...
2015-05-02 Peter Eisentrauthstore_plperl: Move port-specific parts to later in...
2015-05-02 Peter EisentrautMake hstore_plperl's build even more like plperl's
2015-05-01 Andrew DunstanMake hstore_plperl's build more like plperl's
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-26 Peter EisentrautFix hstore_plperl regression tests on some platforms
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-26 Tom LaneFix typo in linux startup script.
2015-04-23 Peter EisentrautImprove speed of make check-world
2015-04-22 Stephen FrostPull in tableoid for inheiritance with rowMarks
2015-04-22 Andres FreundRename pg_replication_slot's new active_in to active_pid.
2015-04-21 Peter EisentrautMove pg_xlogdump from contrib/ to src/bin/
2015-04-21 Andres FreundAdd 'active_in' column to pg_replication_slots.
2015-04-21 Peter EisentrautMove pg_test_timing from contrib/ to src/bin/
2015-04-20 Peter EisentrautMove pg_test_fsync from contrib/ to src/bin/
2015-04-14 Peter EisentrautMove pg_upgrade from contrib/ to src/bin/
2015-04-14 Peter EisentrautIntegrate pg_upgrade_support module into backend
2015-04-14 Heikki LinnakangasReorganize our CRC source files again.
next