Commit Graph

1629 Commits (e0c433c4a34efa6ec2ca216d201cf5dfd8515a36)

Author SHA1 Message Date
Tom Lane f7082f269e Fix bogus Assert, per buildfarm results. 17 years ago
Tom Lane 172eacba43 Assorted improvements in contrib/hstore. 17 years ago
Joe Conway d6119d8091 plug dblink resource leak 17 years ago
Tatsuo Ishii f82d4d5302 pgbench has #defines for number of branches, tellers, and accounts. There 17 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 17 years ago
Tom Lane 8f5500e6bd Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time 17 years ago
Tom Lane 4b98b613f6 Print the actual DB encoding in the unaccent regression test. 17 years ago
Tom Lane 13845d261c Fix some *other* compiler warnings from a different gcc version. 17 years ago
Tom Lane ed05063d27 Fix copy-and-pasteo that might explain some of the buildfarm's 17 years ago
Tom Lane ec8128465f Suppress compiler warnings about uninitialized variables. 17 years ago
Teodor Sigaev 92e05bc6a5 Unaccent dictionary. 17 years ago
Tom Lane 9bd27b7c9e Extend EXPLAIN to support output in XML or JSON format. 17 years ago
Peter Eisentraut 7798147a76 Expand test coverage support to entire tree 17 years ago
Tom Lane 25bd9ce31b Add matchorig, matchsynonyms, and keepsynonyms options to contrib/dict_xsyn. 17 years ago
Joe Conway f4095b4c4b Implement dblink_get_notify(). 17 years ago
Tom Lane c83d1fb155 Fix some more regression tests (missed these because they're only 17 years ago
Tom Lane bcba09e27c Ooops, missed that a couple of contrib modules have calls to byteacmp. 17 years ago
Tom Lane 7ffb14f9db Portability and documentation fixes for threaded pgbench patch. 17 years ago
Tatsuo Ishii 3da0dfb4b1 Multi-threaded version of pgbench contributed by ITAGAKI Takahiro, 17 years ago
Tom Lane b680ae4bdb Improve unique-constraint-violation error messages to include the exact 17 years ago
Magnus Hagander a23c641578 Make sure FD_SETSIZE is set before we include any Windows 17 years ago
Tom Lane cfbd2af95c Improve comment, per gripe from Alvaro. 17 years ago
Tom Lane e4b9e65393 Fix pg_stat_statements for EXEC_BACKEND case. 17 years ago
Tom Lane d4382c4ae7 Extend EXPLAIN to allow generic options to be specified. 17 years ago
Heikki Linnakangas fe1cc1e730 pg_standby doesn't need to be linked with libpq. Fujii Masao. 17 years ago
Bruce Momjian 6fafa6a0ae vacuumlo query cleanups 17 years ago
Tom Lane e7370babd1 Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Tom Lane 888bcdb9e0 Make prior patch pgindent-safe. 17 years ago
Heikki Linnakangas 8fd733bd19 Disable pg_standby -l option because the backend doesn't expect the recovered 17 years ago
Heikki Linnakangas efa8544fd5 Fix a few errors in comments. Patch by Fujii Masao, plus the one in 17 years ago
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Tom Lane 15a3fe6d63 Properly mark pg_freespace() function as strict. Also update 17 years ago
Tom Lane f3e122fcdf Restore dblink_current_query() to being a C-language function, so as to not 17 years ago
Joe Conway e5de601267 Default client encoding to server encoding for dblink connections. Addresses 17 years ago
Tom Lane a1fd650d2b Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4. 17 years ago
Tom Lane 156475a589 Revert my patch of 2009-04-04 that removed contrib/intarray's definitions of 17 years ago
Joe Conway 4334695b30 Add support for using SQL/MED compliant FOREIGN DATA WRAPPER, SERVER, 17 years ago
Joe Conway db02073305 Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bit 17 years ago
Heikki Linnakangas 9e403c2587 Add recovery_end_command option to recovery.conf. recovery_end_command 17 years ago
Heikki Linnakangas a41e9ec0db Add alternative expected output files for cs_CZ locale for btree_gist and 17 years ago
Tom Lane 48caf91b66 Change pgbench to use the table names pgbench_accounts, pgbench_branches, 17 years ago
Bruce Momjian 636edd553d Blank line Makefile cleanups. 17 years ago
Tom Lane 5efb84f213 Update citext expected output to exactly match the real output, rather 17 years ago
Heikki Linnakangas 283939a321 varstr_cmp and any comparison function that piggybacks on it can return 17 years ago
Magnus Hagander 2377e8e508 Remove beer-ware license from crypt-md5.c, per 17 years ago
Tom Lane b89ab7e019 Remove useless (leftover?) extern declaration. 17 years ago
Tom Lane bb6bbc3277 Defend against non-ASCII letters in fuzzystrmatch code. The functions 17 years ago
Tom Lane 65e758a4d3 Remove contrib/intarray's definitions of the <@ and @> operators, so that they 17 years ago
Teodor Sigaev 3df4fa6968 Fix memory allocation for output of hstore type. 17 years ago