summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2010-02-08Create an official API function for C functions to use to check if they areTom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-05Remove /contrib/isn copyright mention for German Mendez Bravo, withBruce Momjian
2010-02-05Rewrite intagg/Makefile from scratch, to avoid copyright mention.Bruce Momjian
2010-02-03Check to ensure the number of primary key fields supplied does notJoe Conway
2010-01-24Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestoreJoe Conway
2010-01-17Silence compiler warning, noted by Stefan KaltenbrunnerMagnus Hagander
2010-01-11Add some simple support and documentation for using process-specific oom_adjTom Lane
2010-01-08Add buffer access counters to pg_stat_statements.Itagaki Takahiro
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-06Add missing 'static' keywords.Tom Lane
2010-01-06Adjust headers to allow pgbench to be built with PGXS.Itagaki Takahiro
2010-01-06Add verification of variable names in pgbench.Itagaki Takahiro
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-29Previous fix for temporary file management broke returning a set fromHeikki Linnakangas
2009-12-15Add a hook to let loadable modules get control at ProcessUtility execution,Tom Lane
2009-12-15Add \shell and \setshell meta commands to pgbench.Itagaki Takahiro
2009-12-15Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics.Robert Haas
2009-12-14Additional fixes for large object access control.Itagaki Takahiro
2009-12-12Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.Robert Haas
2009-12-11Arrange to generate different random sequences in the different childTom Lane
2009-12-11Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahir...Andrew Dunstan
2009-12-10Fix levenshtein with costs. The previous code multiplied by the cost in onlyRobert Haas
2009-12-02Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev
2009-12-01Revert due to Tom's concerns:Bruce Momjian
2009-12-01ProcessUtility_hook:Bruce Momjian
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-11-18Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane
2009-11-14Make unaccent's install/uninstall scripts look more like all the others.Tom Lane
2009-11-04Disable triggering failover with a signal in pg_standby on Windows, becauseHeikki Linnakangas
2009-09-30Fix bogus Assert, per buildfarm results.Tom Lane
2009-09-30Assorted improvements in contrib/hstore.Tom Lane
2009-09-12plug dblink resource leakJoe Conway
2009-09-10pgbench has #defines for number of branches, tellers, and accounts. ThereTatsuo Ishii
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-08-27Make it reasonably safe to use pg_ctl to start the postmaster from a boot-timeTom Lane
2009-08-18Print the actual DB encoding in the unaccent regression test.Tom Lane
2009-08-18Fix some *other* compiler warnings from a different gcc version.Tom Lane
2009-08-18Fix copy-and-pasteo that might explain some of the buildfarm'sTom Lane
2009-08-18Suppress compiler warnings about uninitialized variables.Tom Lane
2009-08-18Unaccent dictionary.Teodor Sigaev
2009-08-10Extend EXPLAIN to support output in XML or JSON format.Tom Lane
2009-08-07Expand test coverage support to entire treePeter Eisentraut
2009-08-05Add matchorig, matchsynonyms, and keepsynonyms options to contrib/dict_xsyn.Tom Lane
2009-08-05Implement dblink_get_notify().Joe Conway
2009-08-04Fix some more regression tests (missed these because they're onlyTom Lane
2009-08-04Ooops, missed that a couple of contrib modules have calls to byteacmp.Tom Lane
2009-08-03Portability and documentation fixes for threaded pgbench patch.Tom Lane
2009-08-03Multi-threaded version of pgbench contributed by ITAGAKI Takahiro,Tatsuo Ishii
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane