]> granicus.if.org Git - postgresql/history - contrib
Document that && can be used to search arrays.
[postgresql] / contrib /
2012-06-19 Tom LaneAdd pgbench option to add foreign key constraints to...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-15 Bruce MomjianImprove pg_upgrade wording for pg_ctl start failure...
2012-06-14 Robert HaasRemove RELKIND_UNCATALOGED.
2012-06-13 Tom LaneSupport Linux's oom_score_adj API as well as the older...
2012-06-13 Bruce MomjianIn pg_upgrade, verify that the install user has the...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-05 Tom LaneFix some more bugs in contrib/xml2's xslt_process().
2012-06-01 Bruce MomjianIn pg_upgrade, report pre-PG 8.1 plpython helper functi...
2012-05-30 Tom LaneFix incorrect password transformation in contrib/pgcryp...
2012-05-27 Bruce MomjianImprove pg_upgrade C comment.
2012-05-27 Bruce MomjianAdd C comment explaining why we can't exclude checking...
2012-05-27 Bruce MomjianAdd pg_update C comment about problems with plpython_ca...
2012-05-27 Magnus HaganderFix handling of pg_stat_statements.stat temporary file
2012-05-25 Bruce MomjianHave pg_upgrade only use one extra log file for Win32...
2012-05-25 Bruce MomjianOn Windows, have pg_upgrade use different two files...
2012-05-24 Bruce MomjianAdjust pg_upgrade to output a separate log file for...
2012-05-23 Peter Eisentrautpg_standby: Remove tabs from string literals
2012-05-22 Robert HaasFix error message for COMMENT/SECURITY LABEL ON COLUMN...
2012-05-19 Peter EisentrautSmall cleanups of contrib --help output
2012-05-17 Peter Eisentrautfile_fdw: Improve error message
2012-05-15 Peter EisentrautRemove whitespace from end of lines
2012-05-11 Tom LaneFix contrib/citext's upgrade script to handle array...
2012-05-08 Peter EisentrautTweak contrib --help output to match common style
2012-05-08 Peter EisentrautFix misleading comments
2012-05-02 Peter EisentrautEven more duplicate word removal, in the spirit of...
2012-05-02 Robert HaasMore duplicate word removal.
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
2012-04-28 Tom LaneAdjust timing units in pg_stat_statements.
2012-04-24 Robert HaasAnother typographical correction.
2012-04-24 Robert HaasLots of doc corrections.
2012-04-22 Peter EisentrautFix some typos
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-04-14 Peter EisentrautUpdate contrib/README
2012-04-10 Bruce MomjianFix pg_upgrade to properly upgrade a table that is...
2012-04-09 Tom LaneSave a few cycles while creating "sticky" entries in...
2012-04-08 Tom LaneImprove management of "sticky" entries in contrib/pg_st...
2012-04-06 Tom LaneDept of second thoughts: improve the API for AnalyzeFor...
2012-04-06 Tom LaneAllow statistics to be collected for foreign tables.
2012-04-05 Robert HaasAllow pg_archivecleanup to strip optional file extensions.
2012-04-04 Tom LaneImprove efficiency of dblink by using libpq's new row...
2012-04-04 Tom LaneFix a couple of contrib/dblink bugs.
2012-03-30 Robert Haaspg_test_timing: Lame hack to work around compiler warning.
2012-03-29 Tom LaneFix dblink's failure to report correct connection name...
2012-03-29 Tom LaneImprove contrib/pg_stat_statements' handling of PREPARE...
2012-03-29 Tom LaneImprove handling of utility statements containing plann...
2012-03-29 Tom LaneImprove contrib/pg_stat_statements to lump "similar...
2012-03-27 Robert Haaspg_test_timing utility, to measure clock monotonicity...
2012-03-27 Robert HaasExpose track_iotiming information via pg_stat_statements.
2012-03-27 Tom LaneSilence compiler warning about uninitialized variable.
2012-03-20 Tom LaneImprove the -l (limit) option recently added to contrib...
2012-03-20 Peter Eisentrautpg_upgrade: Add new generated file to .gitignore
2012-03-19 Bruce MomjianIn pg_upgrade, remove dependency on pg_config, as that...
2012-03-17 Bruce MomjianIn pg_upgrade, move new echo quote define into include...
2012-03-16 Bruce MomjianIn pg_upgrade, create a script to incrementally generat...
2012-03-15 Robert Haassepgsql_setcon().
2012-03-14 Bruce MomjianUppercase pg_upgrade status output title.
2012-03-13 Robert Haaspgstattuple: Use a BufferAccessStrategy object to avoid...
2012-03-13 Robert Haaspgstattuple: Add new error case for spgist indexes.
2012-03-12 Bruce MomjianIn pg_upgrade, add various logging improvements:
2012-03-09 Robert Haassepgsql DROP support.
2012-03-09 Tom LaneRevise FDW planning API, again.
2012-03-07 Tom LaneAdd GetForeignColumnOptions() to foreign.c, and add...
2012-03-06 Bruce MomjianIn pg_upgrade, only lock the old cluster if link mode...
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-02-23 Robert HaasDon't install hstore--1.0.sql any more.
2012-02-23 Robert HaasMake EXPLAIN (BUFFERS) track blocks dirtied, as well...
2012-02-22 Bruce MomjianImprove wording of pg_upgrade logfile option:
2012-02-17 Tom LaneFix longstanding error in contrib/intarray's int[]...
2012-02-15 Bruce MomjianHave pg_upgrade output 'link' or 'copy' when reporting...
2012-02-15 Robert Haassepgsql: Move some code from hooks.c to label.c
2012-02-15 Bruce MomjianFix pg_test_fsync Win32 problems reported by the build...
2012-02-15 Bruce MomjianTry to get pg_test_thread to compile on Windows by...
2012-02-14 Tom LanePreserve column names in the execution-time tupledesc...
2012-02-14 Bruce MomjianChange contrib/pg_test_fsync to control tests in terms...
2012-02-14 Bruce MomjianImprove labeling of pg_test_fsync open_sync test output.
2012-02-13 Andrew DunstanFix auto-explain JSON output to be valid JSON.
2012-02-07 Robert HaasAdd TIMING option to EXPLAIN, to allow eliminating...
2012-02-01 Alvaro HerreraImplement dry-run mode for pg_archivecleanup
2012-01-28 Tom LaneFix error detection in contrib/pgcrypto's encrypt_iv...
2012-01-27 Bruce MomjianFix pg_upgrade --help text for --user to not use a...
2012-01-25 Bruce MomjianNow that the shared library name can be adjusted in...
2012-01-25 Bruce MomjianImprove plpython fix comment in pg_upgrade.
2012-01-25 Bruce MomjianIn pg_upgrade, when checking for the plpython library...
2012-01-25 Bruce MomjianFix new SQL tablespace location function usage in pg_up...
2012-01-20 Robert HaasTriggered change notifications.
2012-01-19 Bruce MomjianAdd pg_upgrade C comment about why we check all relkind...
2012-01-15 Peter Eisentrautpgcrypto: Remove inappropriate const qualifier
2012-01-10 Tom LaneFix one-byte buffer overrun in contrib/test_parser.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-27 Peter EisentrautRemove support for on_exit()
2011-12-27 Peter EisentrautRun "make all" as a prerequisite of "make check"
2011-12-21 Robert Haassepgsql: Check CREATE permissions for some object types.
2011-12-09 Robert HaasIf pg_test_fsync is interrupted, clean up the temp...
2011-12-07 Magnus HaganderRemove spclocation field from pg_tablespace
2011-12-05 Bruce MomjianIn pg_upgrade, allow tables using regclass to be upgrad...
2011-11-30 Tom LaneMove EXTRA_CLEAN to where it actually works.
2011-11-29 Peter Eisentrautpg_upgrade: Disable installcheck
next