Commit Graph

2660 Commits (ecacbdbcee67e202cfcaa1180da170b9f13654bb)

Author SHA1 Message Date
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
Tom Lane c029a6a49e Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 17 years ago
Tom Lane c7662960b1 Make pg_standby's maxretries option do what one would expect. Fujii Masao 17 years ago
Tom Lane 9151e1bb06 Add btree_gin contrib module. 17 years ago
Tom Lane 87b8db3774 Adjust the APIs for GIN opclass support functions to allow the extractQuery() 17 years ago
Tom Lane 050a78dd3d Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Heikki Linnakangas 753a040486 Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that 17 years ago
Heikki Linnakangas 47ce595502 Don't intercept SIGQUIT as a signal to trigger failover; that's what 17 years ago
Tom Lane f3a72bd40b Fix contrib/hstore to throw an error for keys or values that don't fit in its 17 years ago
Peter Eisentraut b6e4c8f255 Equip the programs installed by contrib with proper --help and --version 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Peter Eisentraut b2f47aa325 Clean up help (-?) output. 17 years ago
Peter Eisentraut a3c502c89f Remove feof(stdin) calls related to when to prompt for a password, 17 years ago
Teodor Sigaev 3ca7eddbb7 Fix bug with multiple evaluation of tsearch2 compatibility trigger, trigger 17 years ago
Tom Lane 1cfd9e8834 Fix executor/spi.h to follow our usual conventions for include files, ie, 17 years ago
Tom Lane e228624011 Remove references to pgsql-ports and pgsql-patches mailing lists from 17 years ago
Tatsuo Ishii 40e01e267d Remove outdated Japanese README files per discussion. 17 years ago
Tom Lane da2c1b8a27 Add EmitWarningsOnPlaceholders calls to contrib modules that are likely to 17 years ago
Tom Lane 7466eeac61 Add contrib/pg_stat_statements for server-wide tracking of statement execution 17 years ago
Tom Lane ccdb6627ee Tweak guc.c to allow underscores in the names of custom variable classes, 17 years ago