Commit Graph

19602 Commits (31d1f2330277a91f59fe050cc85ced25ee55f95d)

Author SHA1 Message Date
Tom Lane 7cdfa488c7 Remove last references to the crypt auth method, per Andreas Scherbaum. 17 years ago
Tom Lane 948d6ec90f Modify the relcache to record the temp status of both local and nonlocal 17 years ago
Magnus Hagander 84a059abf7 Don't crash initdb when we fail to get the current username. 17 years ago
Tom Lane df13324f08 Add a "relistemp" boolean column to pg_class, which is true for temporary 17 years ago
Heikki Linnakangas eeeb782e60 Fix a rare race condition when commit_siblings > 0 and a transaction commits 17 years ago
Tom Lane 97503a5200 Add PQinitOpenSSL() function to support applications that use libcrypto 17 years ago
Tom Lane 943337ee5e Fix window function plan generation to cope with volatile sort expressions. 17 years ago
Tom Lane 793d5662e8 Fix an oversight in the support for storing/retrieving "minimal tuples" in 17 years ago
Bruce Momjian b86a71c8f4 Clarify variable naming: pq_initssllib -> pq_init_ssl_lib 17 years ago
Bruce Momjian 3ab95c2ab0 Better document PQinitSSL(0) behavior in regards to libcrypto. 17 years ago
Tom Lane fc92450e7d Add an errdetail explaining why we reject infinite dates and timestamps 17 years ago
Tom Lane 25bf7f8b9b Fix possible failures when a tuplestore switches from in-memory to on-disk 17 years ago
Tom Lane a95307b639 Teach reindex_index() to clear pg_index.indcheckxmin when possible. 17 years ago
Heikki Linnakangas c1dcaa86de Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused 17 years ago
Peter Eisentraut 8032d76b5b Gettext plural support 17 years ago
Tom Lane b793e8344a Adjust phrasing of complaints about multi-byte COPY delimiter strings. 17 years ago
Tom Lane f38fbf31f5 If we expect a hash join to be performed in multiple batches, suppress 17 years ago
Tom Lane 87b8db3774 Adjust the APIs for GIN opclass support functions to allow the extractQuery() 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
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
Tom Lane 44023dc5f5 Add isExtend to the parameters of the buffer_read_start and buffer_read_done 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 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
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 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 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