Commit Graph

1674 Commits (991bfe11d28a9d2c70d54203bac2562995af504a)

Author SHA1 Message Date
Tom Lane 5ceb13c8a1 Fix ginint4_queryextract() to actually do what it was intended to do for an 16 years ago
Itagaki Takahiro a887c486d5 Each worker thread will have its own log file in pgbench to avoid interleaved 16 years ago
Tom Lane 5e47403be3 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane d6a6f8c6be Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane a102090995 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 936c4af1c6 Fix up memory management problems in contrib/xml2. 16 years ago
Tom Lane a12333eed2 Assorted code cleanup for contrib/xml2. No change in functionality, 16 years ago
Bruce Momjian 65e806cba1 pgindent run for 9.0 16 years ago
Tom Lane 29d2f86a31 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Itagaki Takahiro 912eb88c7d Remove useless codes to initialize TupleDesc from dblink_exec. 16 years ago
Bruce Momjian c4fc082a5a Modify freebsd start script to just exit 0 with message. 16 years ago
Bruce Momjian 1f0cf56be2 Update startup scripts for Linux and FreeBSD. 16 years ago
Tom Lane 50a90fac40 Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 16 years ago
Andrew Dunstan fc5173ad51 Add query text to auto_explain output. 16 years ago
Robert Haas e26c539e9f Wrap calls to SearchSysCache and related functions using macros. 16 years ago
Tom Lane d5768dce10 Create an official API function for C functions to use to check if they are 16 years ago
Tom Lane b9b8831ad6 Create a "relation mapping" infrastructure to support changing the relfilenodes 16 years ago
Bruce Momjian 7027aba980 Remove /contrib/isn copyright mention for German Mendez Bravo, with 16 years ago
Bruce Momjian a141ec13de Rewrite intagg/Makefile from scratch, to avoid copyright mention. 16 years ago
Joe Conway fdac8cf998 Check to ensure the number of primary key fields supplied does not 16 years ago
Joe Conway 56cbb611ec Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore 16 years ago
Magnus Hagander 94fa8301f7 Silence compiler warning, noted by Stefan Kaltenbrunner 16 years ago
Tom Lane d5e0029862 Add some simple support and documentation for using process-specific oom_adj 16 years ago
Itagaki Takahiro 8964dbd51e Add buffer access counters to pg_stat_statements. 16 years ago
Tom Lane 901be0fad4 Remove all the special-case code for INT64_IS_BUSTED, per decision that 16 years ago
Tom Lane cd958356bd Add missing 'static' keywords. 16 years ago
Itagaki Takahiro a8a198b10b Adjust headers to allow pgbench to be built with PGXS. 16 years ago
Itagaki Takahiro 660f532898 Add verification of variable names in pgbench. 16 years ago
Bruce Momjian 0239800893 Update copyright for the year 2010. 16 years ago
Heikki Linnakangas 84d723b6ce Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane a5495cd841 Add a hook to let loadable modules get control at ProcessUtility execution, 16 years ago
Itagaki Takahiro 7d67e06297 Add \shell and \setshell meta commands to pgbench. 16 years ago
Robert Haas cddca5ec13 Add an EXPLAIN (BUFFERS) option to show buffer-usage statistics. 16 years ago
Itagaki Takahiro 84f910a707 Additional fixes for large object access control. 16 years ago
Robert Haas 02490d4692 Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. 16 years ago
Tom Lane 6b45e3b7aa Arrange to generate different random sequences in the different child 16 years ago
Andrew Dunstan 324385d67f Add YAML to list of EXPLAIN formats. Greg Sabino Mullane, reviewed by Takahiro Itagaki. 16 years ago
Robert Haas da07641481 Fix levenshtein with costs. The previous code multiplied by the cost in only 16 years ago
Teodor Sigaev aebc4e67ff Preventing intersection of ranges during page split. Changes are only 16 years ago
Bruce Momjian ef51395e24 Revert due to Tom's concerns: 16 years ago
Bruce Momjian d85cb27293 ProcessUtility_hook: 16 years ago
Tom Lane 1753337cf5 Improve psql's tabular display of wrapped-around data by inserting markers 16 years ago
Tom Lane c742b795dd Add a hook to CREATE/ALTER ROLE to allow an external module to check the 16 years ago
Tom Lane 29faadcd27 Make unaccent's install/uninstall scripts look more like all the others. 16 years ago
Heikki Linnakangas 48912acc08 Disable triggering failover with a signal in pg_standby on Windows, because 16 years ago
Tom Lane f7082f269e Fix bogus Assert, per buildfarm results. 16 years ago
Tom Lane 172eacba43 Assorted improvements in contrib/hstore. 16 years ago
Joe Conway d6119d8091 plug dblink resource leak 16 years ago
Tatsuo Ishii f82d4d5302 pgbench has #defines for number of branches, tellers, and accounts. There 16 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 16 years ago