Commit Graph

28098 Commits (050a78dd3da8d3711197bda429ed7733bbf1b291)
 

Author SHA1 Message Date
Tom Lane 050a78dd3d Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Peter Eisentraut 9f843d1067 Use double quotes instead of single quotes. 17 years ago
Peter Eisentraut 5353b1c575 Complete list of valid fork names, and use double quotes. 17 years ago
Peter Eisentraut de0c3b3e58 Update line count for \? output (obtained from wc -l) 17 years ago
Peter Eisentraut 842f4bcfe4 In the \? output, align the columns consistently. 17 years ago
Peter Eisentraut 3e90346628 Polish SQL/MED terminology 17 years ago
Peter Eisentraut ac79586bb2 No period if it's not a sentence 17 years ago
Tom Lane e5efda442c Install a search tree depth limit in GIN bulk-insert operations, to prevent 17 years ago
Tom Lane fc022d72c7 Fix stupid parenthesization mistake. Per bug #4728 from Bruce Toll. 17 years ago
Tom Lane ff301d6e69 Implement "fastupdate" support for GIN indexes, in which we try to accumulate 17 years ago
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