]> granicus.if.org Git - postgresql/history - contrib
Simplify some long-obsolete code in hba.c's next_token().
[postgresql] / contrib /
2017-01-27 Robert HaasFix typo in comment.
2017-01-27 Andres FreundUse the new castNode() macro in a number of places.
2017-01-25 Tom LaneImprove speed of contrib/postgres_fdw regression tests.
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-18 Alvaro HerreraMake messages mentioning type names more uniform
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-17 Peter EisentrautRename C symbols for backend lo_ functions
2017-01-17 Peter EisentrautRemove unnecessary prototypes in loadable modules
2017-01-14 Tom LaneTeach contrib/pg_stat_statements to handle multi-statem...
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-14 Peter Eisentrautpg_ctl: Change default to wait for all actions
2017-01-14 Peter EisentrautUpdates to reflect that pg_ctl stop -m fast is the...
2017-01-12 Peter EisentrautMake whitespace consistent inside some script files
2017-01-06 Tom LaneInvalidate cached plans on FDW option changes.
2017-01-05 Peter EisentrautUse 'use strict' in all Perl programs
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-22 Joe ConwayMake dblink try harder to form useful error messages
2016-12-22 Joe ConwayProtect dblink from invalid options when using postgres...
2016-12-22 Tom LaneGive a useful error message if uuid-ossp is built witho...
2016-12-21 Joe ConwayImprove dblink error message when remote does not provi...
2016-12-18 Tom LaneIn contrib/uuid-ossp, #include headers needed for ntohl...
2016-12-15 Peter EisentrautVarious temporary slots test improvements
2016-12-12 Tom LaneFix race condition in test_decoding "slot" test.
2016-12-12 Peter EisentrautAdd support for temporary replication slots
2016-12-12 Heikki LinnakangasFurther cleanup from the strong-random patch.
2016-12-12 Heikki LinnakangasFix pgcrypto compilation with OpenSSL 1.1.0.
2016-12-08 Robert HaasLog the creation of an init fork unconditionally.
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-11-30 Heikki LinnakangasRemove dead stuff from pgcrypto.
2016-11-29 Tom LaneTest all contrib-created operator classes with amvalidate.
2016-11-29 Tom LaneAdd uuid to the set of types supported by contrib/btree...
2016-11-22 Tom LaneMake contrib/test_decoding regression tests safe for...
2016-11-14 Andres FreundProvide NO_INSTALLCHECK option for pgxs.
2016-11-13 Peter Eisentrautpg_stat_statements: Add .gitignore file for tests
2016-11-12 Andres FreundAdd minimal set of regression tests for pg_stat_statements.
2016-11-08 Tom LaneReplace uses of SPI_modifytuple that intend to allocate...
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-11-07 Tom LaneRevert "Delete contrib/xml2's legacy implementation...
2016-11-07 Tom LaneRevert "Provide DLLEXPORT markers for C functions via...
2016-11-04 Tom LaneProvide DLLEXPORT markers for C functions via PG_FUNCTI...
2016-11-04 Tom LaneDelete contrib/xml2's legacy implementation of xml_is_w...
2016-11-04 Tom LaneFix gin_leafpage_items().
2016-11-04 Peter Eisentrautpageinspect: Fix unaligned struct access in GIN functions
2016-11-04 Robert Haaspostgres_fdw: Fix typo in comment.
2016-11-03 Peter Eisentrautpsql: Split up "Modifiers" column in \d and \dD
2016-11-03 Robert HaasUse NIL instead of NULL for an empty List.
2016-11-02 Tom LaneDon't convert Consts into Vars during setrefs.c processing.
2016-11-02 Peter Eisentrautpageinspect: Make page test more portable
2016-11-02 Tom LaneFix portability bug in gin_page_opaque_info().
2016-11-02 Peter Eisentrautpageinspect: Make btree test more portable
2016-11-01 Robert Haaspostgres_fdw: Fix typo in comment.
2016-11-01 Peter Eisentrautpageinspect: Add tests
2016-10-28 Robert Haaspgstattuple: Don't take heavyweight locks when examinin...
2016-10-26 Tom LaneSuppress unused-variable warning in non-assert builds.
2016-10-26 Heikki LinnakangasFix typo in comment.
2016-10-25 Robert Haaspostgres_fdw: Try again to stabilize aggregate pushdown...
2016-10-21 Robert Haaspostgres_fdw: Attempt to stabilize regression results.
2016-10-21 Robert Haaspostgres_fdw: Push down aggregates to remote servers.
2016-10-18 Heikki LinnakangasRevert "Replace PostmasterRandom() with a stronger...
2016-10-17 Heikki LinnakangasUse OpenSSL EVP API for symmetric encryption in pgcrypto.
2016-10-17 Heikki LinnakangasReplace PostmasterRandom() with a stronger way of gener...
2016-10-13 Andres FreundFix further hash table order dependent tests.
2016-10-05 Robert HaasRename WAIT_* constants to PG_WAIT_*.
2016-10-04 Tom LaneAvoid direct cross-module links in hstore_plperl and...
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-10-04 Tom LaneFix hstore_plpython for Python 3.
2016-10-04 Andres FreundCorrect logical decoding restore behaviour for subtrans...
2016-10-04 Tom LaneConvert contrib/hstore_plpython to not use direct linki...
2016-10-01 Tom LaneFix bugs in contrib/pg_visibility.
2016-09-30 Peter EisentrautRemove unnecessary prototypes
2016-09-30 Peter EisentrautFix use of offsetof()
2016-09-30 Stephen FrostRemove superuser checks in pgstattuple
2016-09-29 Tom LaneAllow contrib/file_fdw to read from a program, like...
2016-09-29 Heikki LinnakangasDon't bother to lock bufmgr partitions in pg_buffercache.
2016-09-27 Tom LaneImprove contrib/cube's handling of zero-D cubes, infini...
2016-09-15 Heikki LinnakangasFix building with LibreSSL.
2016-09-15 Robert Haaspg_buffercache: Allow huge allocations.
2016-09-15 Heikki LinnakangasSupport OpenSSL 1.1.0.
2016-09-06 Peter EisentrautAdd location field to DefElem
2016-09-02 Heikki LinnakangasMove code shared between libpq and backend from backend...
2016-08-30 Tom LaneFix a bunch of places that called malloc and friends...
2016-08-30 Tom LaneSimplify correct use of simple_prompt().
2016-08-29 Heikki LinnakangasRemove support for OpenSSL versions older than 0.9.8.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-26 Heikki LinnakangasSupport OID system column in postgres_fdw.
2016-08-24 Robert Haaspostgres_fdw: Cosmetic cleanup.
2016-08-18 Tom LaneSupport the new regexp_match() function for citext.
2016-08-17 Tom LaneFix -e option in contrib/intarray/bench/bench.pl.
2016-08-17 Tom LaneImprove parsetree representation of special functions...
2016-08-14 Tom LaneFix assorted bugs in contrib/bloom.
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-08-11 Tom LaneTrivial cosmetic cleanup in bloom/blutils.c.
2016-08-09 Peter EisentrautFix typo
2016-08-07 Tom LaneDon't propagate a null subtransaction snapshot up to...
2016-07-28 Tom LaneFix assorted fallout from IS [NOT] NULL patch.
2016-07-26 Robert HaasRepair damage done by citext--1.1--1.2.sql.
2016-07-26 Peter EisentrautMessage style improvements
2016-07-25 Fujii MasaoFix typo in comment.
next