Commit Graph

29202 Commits (63ac5b0b67a5ea23d24ee745397d39fcf1f77bcc)
 

Author SHA1 Message Date
Tom Lane d23165bbc3 Stop btree indexscans upon reaching nulls in either direction. 14 years ago
Tom Lane 04ec05eb06 Fix assorted bogosities in cash_in() and cash_out(). 14 years ago
Tom Lane 6b646c5ffc Update docs to point to the timezone library's new home at IANA. 14 years ago
Tom Lane f3bef03e7e Change FK trigger creation order to better support self-referential FKs. 14 years ago
Tom Lane 58625e48a3 Fix pg_dump to dump casts between auto-generated types. 14 years ago
Tom Lane 6d363e0d2f Fix bugs in information_schema.referential_constraints view. 14 years ago
Tom Lane 77ea004069 Improve documentation of psql's \q command. 14 years ago
Heikki Linnakangas 0a90600976 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 14 years ago
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. 15 years ago
Tom Lane 305c5ed6d7 Avoid possibly accessing off the end of memory in examine_attribute(). 15 years ago
Tom Lane b7e13b9279 Update type-conversion documentation for long-ago changes. 15 years ago
Tom Lane 67efa666a5 Update time zone data files to tzdata release 2011i. 15 years ago
Tom Lane a0634241bc Fix typo in pg_srand48 (srand48 in older branches). 15 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