Commit Graph

28056 Commits (c394bd331a701af06481e6e61a76ea82b18965eb)
 

Author SHA1 Message Date
Andrew Dunstan c394bd331a Use thread-local storage for querybuffer in fmtId() on Windows, when needed (i.e. when 17 years ago
Tom Lane b4df57ff9f Improve match_special_index_operator() to recognize that LIKE with an 17 years ago
Tom Lane dcf3902f02 Make SubPlan nodes carry the result's typmod as well as datatype OID. This is 17 years ago
Tom Lane 4886dc92e0 Fix set_subquery_pathlist() to copy the RTE's subquery before it gets mangled 17 years ago
Teodor Sigaev 42831729f7 Prevent recursion during parse of email-like string with multiple '@'. 17 years ago
Bruce Momjian b0c68c242c Doc patch for the recently added probes. 17 years ago
Peter Eisentraut e6e1ff7d04 In parse_bool_with_len, avoid crash when no result pointer is passed. Probably 17 years ago
Peter Eisentraut 8cd3755267 Tweak the regression test case so that the ordering of numbers vs. letters 17 years ago
Peter Eisentraut 05a7db0582 Accept 'on' and 'off' as input for boolean data type, unifying the syntax 17 years ago
Bruce Momjian fd497ab650 Add summarization comment about visibility functions. 17 years ago
Alvaro Herrera e43fd89762 Revert pg_bind_textdomain_codeset to a existant-but-empty function when 17 years ago
Magnus Hagander ace2b067d5 Fix MSVC build for new ways to pull in keywords.c and kwlookup.c. 17 years ago
Alvaro Herrera 4022f94c24 pg_bind_textdomain_codeset must exist only on ENABLE_NLS. 17 years ago
Alvaro Herrera fb2ebae498 Add comments about kwlookup.c expectations 17 years ago
Alvaro Herrera c3b5d2f138 On Windows, call bind_textdomain_codeset on domains other than the default one, 17 years ago
Magnus Hagander 387efd3648 Make pg_hba parsing report all errors in the file before aborting the load, 17 years ago
Alvaro Herrera 54fd95b293 Avoid MSVC breakage caused by my previous commit by not using a variable in 17 years ago
Alvaro Herrera 328d235571 Separate the key word list that lived in keywords.c into a new header file 17 years ago
Tom Lane 00ce73778b Teach the planner to support index access methods that only implement 17 years ago
Tom Lane df8684c56f Remove documentation of log_restartpoints setting, which is obsoleted 17 years ago
Tom Lane 08eb37da4c Fix column privilege checking for cases where parent and child have different 17 years ago
Peter Eisentraut ff6c93bf51 Message tuning 17 years ago
Heikki Linnakangas 5d6f43bbeb Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. 17 years ago
Tom Lane 59156ad1b2 Put back our old workaround for machines that declare cbrt() in math.h but 17 years ago
Magnus Hagander d7d7157109 Change hba load failure message to LOG instead of WARNING. 17 years ago
Heikki Linnakangas fb7df896fc Reload config file in startup process on SIGHUP. 17 years ago
Peter Eisentraut 820984ba05 Clarify to the translator that yyerror() deals with the translation of 17 years ago
Peter Eisentraut b966b519f5 Provide some proper minimal documentation for the pg_dump(all) --binary-upgrade 17 years ago
Heikki Linnakangas 45a10b2531 Add some sanity checks to CREATE CAST ... WITHOUT FUNCTION. Disallow 17 years ago
Peter Eisentraut 12f87b2c82 Add new SQL:2008 error codes for invalid LIMIT and OFFSET values. Remove 17 years ago
Peter Eisentraut 9add9f95c3 Don't actively violate the system limit of maximum open files (RLIMIT_NOFILE). 17 years ago
Magnus Hagander a2e9de79a6 Log a warning instead of shutting down the system if we can't load 17 years ago
Heikki Linnakangas fd75329e81 Fix copy-pasto in the patch to allow background writer to run during 17 years ago
Heikki Linnakangas d657843a9a Remove the placeholder LWLockId in place of the removed FreeSpaceLock. 17 years ago
Tom Lane fd9e2accef When we are in error recursion trouble, arrange to suppress translation and 17 years ago
Teodor Sigaev 32032d42b5 Fix usage of char2wchar/wchar2char. Changes: 17 years ago
Tom Lane 876b37d50a Fix buffer allocations in encoding conversion routines so that they won't 17 years ago
Tom Lane 21eb6aeb36 Shave a few cycles in compare_pathkeys() by checking for pointer-identical 17 years ago
Tom Lane 640796ff41 Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delay 17 years ago
Tom Lane 07b9936a0f Temporarily (I hope) disable flattening of IN/EXISTS sublinks that are within 17 years ago
Tom Lane 75c85bd199 Tighten up join ordering rules to account for recent more-careful analysis 17 years ago
Heikki Linnakangas 5c4ca3b632 In CREATE CONVERSION, test that the given function is a valid conversion 17 years ago
Peter Eisentraut 92fc8b41e5 Add the long options to the psql --help display, where they were curiously 17 years ago
Peter Eisentraut b6e4c8f255 Equip the programs installed by contrib with proper --help and --version 17 years ago
Peter Eisentraut 867a2a6d81 Fix the inconsistent and wrong claims that the option value in CREATE 17 years ago
Tom Lane f01313bc0d Improve create_unique_path to not be fooled by unrelated clauses that happen 17 years ago
Tom Lane f4fea44ce1 Remove outdated join_1.out regression test comparison file. This has 17 years ago
Peter Eisentraut 257c4ff160 Final removal of -q options, which haven't done anything since 8.3 and 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Tom Lane eea49769d4 Fix an old problem in decompilation of CASE constructs: the ruleutils.c code 17 years ago