Commit Graph

28088 Commits (9987f66001ef7f59dd8f8c92295732dba5507c4f)
 

Author SHA1 Message Date
Peter Eisentraut 9987f66001 Fix my typo 17 years ago
Andrew Dunstan c9cab106f6 Remove munging of xml and xpath params to xpath(). The XML must now be a well formed XML document. 17 years ago
Tom Lane 1079564979 Const-ify the parse table passed to fillRelOptions. The previous coding 17 years ago
Bruce Momjian 5c617f4e56 Update constraint_exclusion docs because parameter is now 3-valued, not 17 years ago
Peter Eisentraut 00fd77e92e Add expected file for locale-enabled installations. 17 years ago
Tom Lane 471913a6a5 More fixes for 8.4 DTrace probes. Remove useless BUFFER_HIT/BUFFER_MISS 17 years ago
Bruce Momjian c242e6b6d4 Clarify libpq 'sslverify' documentation wording. 17 years ago
Tom Lane 44023dc5f5 Add isExtend to the parameters of the buffer_read_start and buffer_read_done 17 years ago
Bruce Momjian f04ee7043b Clarify 'cert' authentication documention. 17 years ago
Tom Lane 727ffa1d1e Clean up pg_SSPI_error() coding a little bit: make the messages more 17 years ago
Tom Lane 5698f6b925 Remove the -d and -D options of pg_dump and pg_dumpall. The functionality 17 years ago
Tom Lane 0fd85d7879 Remove the datetime keywords ABSTIME and RELTIME, which we'd been treating as 17 years ago
Tom Lane 596efd27ed Optimize multi-batch hash joins when the outer relation has a nonuniform 17 years ago
Peter Eisentraut 249d936bed Rename pg_restore -m to -j, and add documentation about what good numbers 17 years ago
Heikki Linnakangas 753a040486 Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that 17 years ago
Tom Lane 52e6371e7d Be more clear about when to use gist__int_ops vs. gist__intbig_ops. 17 years ago
Heikki Linnakangas 47ce595502 Don't intercept SIGQUIT as a signal to trigger failover; that's what 17 years ago
Heikki Linnakangas afcde99b1b Fix case of the just resurrected UCS_to_BIG5.pl script, and update 17 years ago
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