Commit Graph

28070 Commits (2dbbf33f4a95cdcce66365bcdb47c885a8858d3c)
 

Author SHA1 Message Date
Heikki Linnakangas 2dbbf33f4a Add seven kanji characters defined in the Windows 950 codepage to our 17 years ago
Heikki Linnakangas 8e1a8fe288 Fix Windows-specific race condition in syslogger. This could've been 17 years ago
Tom Lane 029348cff9 Add just-assigned CVE number to release notes for recent security issue. 17 years ago
Bruce Momjian 97e7f635ad Improve zero-year comments. 17 years ago
Bruce Momjian 07d7f475b0 Document that datetime year '0' is considered in a recent century, not 17 years ago
Peter Eisentraut 5e49291e1b Add -w option to --help output. It was apparently forgotten when -w was 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
Tom Lane 7a52a8f829 Clean up the code for to_timestamp's conversion of year plus ISO day number 17 years ago
Tom Lane 0f80200a8e Fix identify_locking_dependencies to reflect the fact that fix_dependencies 17 years ago
Tom Lane d287c9eff0 Restore previous ordering of BUFFER_FLUSH_START probe. I had wanted to 17 years ago
Tom Lane 2dd9af8c0c Update back-branch release notes. 17 years ago
Tom Lane 2cdec8b308 Fix core dump due to null-pointer dereference in to_char() when datetime 17 years ago
Tom Lane e04810e8c4 Code review for dtrace probes added (so far) to 8.4. Adjust placement of 17 years ago
Teodor Sigaev e43bb5beb7 Some languages have symbols with zero display's width or/and vowels/signs which 17 years ago
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