]> granicus.if.org Git - postgresql/history - contrib
Fix assorted memory leaks.
[postgresql] / contrib /
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.
2015-04-13 Peter EisentrautMove pgbench from contrib/ to src/bin/
2015-04-12 Peter EisentrautMove pg_archivecleanup from contrib/ to src/bin/
2015-04-10 Alvaro HerreraOptimize locking a tuple already locked by another...
2015-04-02 Robert HaasImprove pgbench error reporting.
2015-04-02 Andres FreundDefine integer limits independently from the system...
2015-04-01 Bruce Momjianpg_upgrade: call 'postgres' binary to get data directo...
2015-03-31 Bruce Momjianbtree_gin: properly call DirectFunctionCall1()
2015-03-31 Heikki LinnakangasRemove spurious semicolons.
2015-03-30 Andrew DunstanRun pg_upgrade and pg_resetxlog with restricted token...
2015-03-30 Tom LaneBe more careful about printing constants in ruleutils.c.
2015-03-29 Tom LaneMinor code cleanups in pgbench expression support.
2015-03-28 Tom LaneBetter fix for misuse of Float8GetDatumFast().
2015-03-28 Andrew DunstanUse standard librart sqrt function in pg_stat_statements
2015-03-27 Heikki LinnakangasAdd index-only scan support to btree_gist.
2015-03-27 Andrew DunstanFix portability issues with stddev in pg_stat_statements
2015-03-27 Andrew DunstanAdd stats for min, max, mean, stddev times to pg_stat_s...
2015-03-26 Heikki LinnakangasMinor refactoring of btree_gist code.
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-03-25 Bruce MomjianRevert commit 843cd0bfe6246d94d9b34a7f36bbb76fdba87b74
2015-03-25 Bruce Momjianbtree_gin: properly call DirectFunctionCall1()
2015-03-22 Tom LaneAllow foreign tables to participate in inheritance.
2015-03-16 Tom LaneReplace insertion sort in contrib/intarray with qsort().
2015-03-15 Tom LaneImprove representation of PlanRowMark.
2015-03-11 Robert Haassepgsql: Improve error message when unsupported object...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-03-11 Fujii MasaoAdd GUC to enable compression of full page images store...
2015-03-10 Alvaro HerreraMove BRIN page type to page's last two bytes
2015-03-09 Heikki LinnakangasMove WAL-related definitions from dbcommands.h to separ...
2015-03-06 Alvaro HerreraFix contrib/file_fdw's expected file
2015-03-03 Robert Haaspgbench: Fix mistakes in Makefile.
2015-03-02 Robert Haaspgbench: Add a real expression syntax to \set
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a number of other places.
next