Commit Graph

14305 Commits (acf40f39be47cd92ff394e9c42f9ffa4dfd741ed)

Author SHA1 Message Date
Michael Meskes 33215c2b78 Fixed remaining Coverity bugs. 20 years ago
Michael Meskes b48aeb5145 Added missing braces to prevent a segfault after usage of an undeclared cursor. 20 years ago
Michael Meskes a503fd3634 Added some more coverity report patches send in by Joachim Wieland <joe@mcknight.de>. 20 years ago
Michael Meskes b4595d71f2 Moved some free() calls that coverity correctly complains about. 20 years ago
Alvaro Herrera bd7f34ba78 Our version of getopt_long does not set optarg upon detecting an error, as 20 years ago
Michael Meskes ca6667fef0 Added some more coverity report patches send in by Martijn van Oosterhout <kleptog@svana.org>. 20 years ago
Michael Meskes 289a3b73e2 Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight.de> 20 years ago
Tom Lane 49f1f24450 Back-port shell script syntax fix needed for some BSD machines. 20 years ago
Michael Meskes 14f52896b8 Do not use already free'ed errmsg, bug found by Joachim Wieland 20 years ago
Tom Lane 605cb39576 Increase timeout in statement_timeout test from 1 second to 2 seconds. 20 years ago
Tom Lane e2d201ecdb Fix Assert failure when a fastpath function call is attempted inside an 20 years ago
Michael Meskes 3066e8ab03 Fixed two memory leaks in ecpglib. 20 years ago
Tom Lane b734fc67a9 Fix copy-and-pasteo in Russian translation: message complaining about 20 years ago
Tom Lane 9b3d3e9baf Back-port recent ppport.h fix to 8.0 branch. 20 years ago
Tom Lane 1252a6a042 Remove pqsignalinquire(), which is unused and has portability issues. 20 years ago
Tom Lane f966dccb2f Klugy fix for bug #2447: we can't expand a whole-row reference to NEW 20 years ago
Bruce Momjian 29dd673a94 Stamp releases 7.3.15, 7.4.13, and 8.0.8. 20 years ago
Tom Lane 94dec9114b Modify libpq's string-escaping routines to be aware of encoding considerations 20 years ago
Tom Lane 9bc62ddd5f Add a new GUC parameter backslash_quote, which determines whether the SQL 20 years ago
Tom Lane 70794254a1 Change the backend to reject strings containing invalidly-encoded multibyte 20 years ago
Bruce Momjian 833e84621c Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, 20 years ago
Tom Lane a2e7036909 Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples during 20 years ago
Tom Lane f939bdcafe Fix the sense of the test on DH_check()'s return value. This was preventing 20 years ago
Tom Lane e9c56ce5e9 Remove unnecessary .seg/.section directives, per Alan Stange. 20 years ago
Bruce Momjian 47d82d2856 Build server libpgport with all non-FRONTEND object files. This is to 20 years ago
Bruce Momjian 382825da9d Fix SELECT INTO and CREATE TABLE AS to create tables in the default 20 years ago
Michael Meskes 46942e84d9 Fixed memory leak bugs found by Martijn Oosterhout. 20 years ago
Tom Lane 8f7fce2fd6 Fix ancient memory leak in PQprintTuples(); our code no longer uses this 20 years ago
Tom Lane f8511d4cc9 Fix similar_escape() so that SIMILAR TO works properly for patterns involving 20 years ago
Tom Lane 1750f60ef3 TablespaceCreateDbspace should function normally even on platforms that do not 20 years ago
Tom Lane b5c5c5d283 Repair longstanding error in btree xlog replay: XLogReadBuffer should be 20 years ago
Michael Meskes 8931dbf52a Fixed bug 2330: Wrong error code in case of a duplicate key 21 years ago
Neil Conway a6e40d9f42 The call to DNSServiceRegistrationCreate in postmaster.c does incorrect 21 years ago
Bruce Momjian 3923f08ca0 Check for "msys" so it doesn't use 'con' by checking for an evironment 21 years ago
Tatsuo Ishii 3134e61557 Minor teak. 21 years ago
Tatsuo Ishii c5167b794a Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte 21 years ago
Bruce Momjian ba89cae454 Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. 21 years ago
Bruce Momjian b7a870ccc7 Avoid trying to open /dev/tty on Win32. Some Win32 systems have 21 years ago
Andrew Dunstan 77e7b8923c make initdb -U username work as advertised; back out bogus patch at rev 1.42 21 years ago
Neil Conway 8ac04d4d78 Fix three Python reference leaks in PLy_traceback(). This would result 21 years ago
Tom Lane f5ab0a2597 Move btbulkdelete's vacuum_delay_point() call to a place in the loop where 21 years ago
Tom Lane dc9d11dc33 Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row 21 years ago
Tom Lane df2c740c94 Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash 21 years ago
Bruce Momjian 5ae9c6138b Stamp releases for 2006-02-14 release 21 years ago
Tom Lane 9878d9a1f1 Check that SID is enabled while checking for Windows admin privileges. 21 years ago
Tom Lane bce1d83ee5 Change search for default operator classes so that it examines all opclasses 21 years ago
Tom Lane f28106381a Provide the libpq error message when PQputline or PQendcopy fails. 21 years ago
Tom Lane a14302080f Reject out-of-range dates in date_in(). 21 years ago
Tom Lane f9ce97c5a1 Fix pg_restore to properly discard COPY data when trying to continue 21 years ago
Bruce Momjian 3002acda43 Fix const cast in get_progname(). 21 years ago