Commit Graph

29094 Commits (976bad043382ec87f35fb8d1143a45e47781d017)
 

Author SHA1 Message Date
Robert Haas 976bad0433 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane 5aa09d5df3 Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. 14 years ago
Tom Lane 50af47f12b ProcedureCreate neglected to record dependencies on default expressions. 14 years ago
Magnus Hagander 3e17a0020b Note that sslmode=require verifies the CA if root cert is present 14 years ago
Tom Lane d1d7560861 Fix our mapping of Windows timezones for Central America. 14 years ago
Tom Lane 07d306785e Stamp 8.4.9. 14 years ago
Tom Lane 608b4bd13a Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. 14 years ago
Peter Eisentraut 16961f9d68 Translation updates 14 years ago
Tom Lane 9bc6daae09 gistendscan() forgot to free so->giststate. 14 years ago
Tom Lane 5d68fe14fc deflist_to_tuplestore dumped core on an option with no value. 14 years ago
Peter Eisentraut c10d1de419 Add missing format argument to ecpg_log() call 14 years ago
Simon Riggs 7c24bac64c PublishStartupProcessInformation() to avoid rare hang in recovery. 14 years ago
Tom Lane 2ab199b354 Fix corner case bug in numeric to_char(). 14 years ago
Tom Lane b2658c348e Avoid possibly accessing off the end of memory in SJIS2004 conversion. 14 years ago
Tom Lane 305c5ed6d7 Avoid possibly accessing off the end of memory in examine_attribute(). 14 years ago
Tom Lane b7e13b9279 Update type-conversion documentation for long-ago changes. 14 years ago
Tom Lane 67efa666a5 Update time zone data files to tzdata release 2011i. 14 years ago
Tom Lane a0634241bc Fix typo in pg_srand48 (srand48 in older branches). 14 years ago
Michael Meskes 007e7acab2 Fix brace indentation of commit a6d72ac344 to fit PostgreSQL style. 15 years ago
Michael Meskes a6d72ac344 In ecpglib restore LC_NUMERIC in case of an error. 15 years ago
Heikki Linnakangas f2d875983b Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF 15 years ago
Tom Lane 899d7b00e9 Further repair of eqjoinsel ndistinct-clamping logic. 15 years ago
Bruce Momjian b2166d5512 Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers. 15 years ago
Tom Lane 46f775144e Improve eqjoinsel's ndistinct clamping to work for multiple levels of join. 15 years ago
Tom Lane 201646d16f Fix a missed case in code for "moving average" estimate of reltuples. 15 years ago
Tom Lane ce530adf8e Actually, all of parallel restore's limitations should be tested earlier. 15 years ago
Tom Lane 2719a7478d Be more user-friendly about unsupported cases for parallel pg_restore. 15 years ago
Tom Lane 427ba0e714 Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server. 15 years ago
Tom Lane c68561cbea Ensure we discard unread/unsent data when abandoning a connection attempt. 15 years ago
Tom Lane 30c62561a8 Fix potential memory clobber in tsvector_concat(). 15 years ago
Robert Haas 636bff08f4 Properly quote SQL/MED generic options in pg_dump output. 15 years ago
Tom Lane e99bb79e50 Fix pgstatindex() to give consistent results for empty indexes. 15 years ago
Tom Lane cb54b6614b Fix performance problem when building a lossy tidbitmap. 15 years ago
Tom Lane bcc9b17bbf Fix race condition in relcache init file invalidation. 15 years ago
Tom Lane 3c96f5c647 Fix unsafe order of operations in foreign-table DDL commands. 15 years ago
Tom Lane ceaf5052c6 Fix nested PlaceHolderVar expressions that appear only in targetlists. 15 years ago
Heikki Linnakangas 0a6167f76b Avoid integer overflow when LIMIT + OFFSET >= 2^63. 15 years ago
Tom Lane b6ff8f87cc Fix pg_restore's direct-to-database mode for standard_conforming_strings. 15 years ago
Peter Eisentraut c366c5d87f Add missing newlines at end of error messages 15 years ago
Tom Lane 16976b026a Fix previous patch so it also works if not USE_SSL (mea culpa). 15 years ago
Tom Lane 276164125c Improve libpq's error reporting for SSL failures. 15 years ago
Tom Lane 383c7ce42b Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag. 15 years ago
Tom Lane e06d1a88f3 Fix PQsetvalue() to avoid possible crash when adding a new tuple. 15 years ago
Michael Meskes 92591c4c8f Adapted expected result for latest change to ecpglib. 15 years ago
Michael Meskes 66593881c6 Made ecpglib write double with a precision of 15 digits. 15 years ago
Magnus Hagander 8aba280742 Fix SSPI login when multiple roundtrips are required 15 years ago
Heikki Linnakangas 23c58c38e6 Fix two ancient bugs in GiST code to re-find a parent after page split: 15 years ago
Peter Eisentraut 9e193cd9cb Remove excessively backpatched gitignore files 15 years ago
Tom Lane 966e87d6a8 Fix psql's counting of script file line numbers during COPY. 15 years ago
Magnus Hagander ed70eaca97 Fix typo in sslmode documentation 15 years ago