summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane2006-10-121-3/+11
* Repair incorrect check for coercion of unknown literal to ANYARRAY, a bugTom Lane2006-10-111-5/+22
* CREATE TABLE ... LIKE ... should mark the columns it creates withTom Lane2006-10-111-4/+4
* Fix psql \d commands to behave properly when a pattern using regex | is given.Tom Lane2006-10-101-19/+9
* Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5.Bruce Momjian2006-10-093-8/+8
* Fix back-branch pg_regress scripts to try the "canonical" expected file if weTom Lane2006-10-091-4/+6
* Fix ancient oversight in psql's \d pattern processing code: when seeing twoTom Lane2006-10-071-9/+12
* Fix string_to_array() to correctly handle the case where there areTom Lane2006-10-071-146/+221
* Fix SysCacheGetAttr() to handle the case where the specified syscache has notTom Lane2006-10-063-20/+28
* Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSIONTom Lane2006-08-311-1/+7
* Fix mistypingTeodor Sigaev2006-08-291-2/+2
* Backported buffer overrun fix from HEADMichael Meskes2006-08-181-31/+33
* Applied the connect patch from HEADMichael Meskes2006-08-181-9/+6
* prevent multiplexing Windows kernel event objects we listen for across variou...Andrew Dunstan2006-07-291-1/+11
* Ensure that we retry rather than erroring out when send() or recv() returnTom Lane2006-07-162-5/+36
* Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane2006-07-141-1/+3
* Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane2006-07-101-31/+38
* Fixed remaining Coverity bugs.Michael Meskes2006-07-052-10/+26
* Added missing braces to prevent a segfault after usage of an undeclared cursor.Michael Meskes2006-06-261-2/+5
* Added some more coverity report patches send in by Joachim Wieland <joe@mckni...Michael Meskes2006-06-262-10/+11
* Moved some free() calls that coverity correctly complains about.Michael Meskes2006-06-251-6/+12
* Our version of getopt_long does not set optarg upon detecting an error, asAlvaro Herrera2006-06-251-2/+2
* Added some more coverity report patches send in by Martijn van Oosterhout <kl...Michael Meskes2006-06-213-5/+8
* Added fixes from the coverity report send in by Joachim Wieland <joe@mcknight...Michael Meskes2006-06-2111-106/+267
* Back-port shell script syntax fix needed for some BSD machines.Tom Lane2006-06-191-2/+2
* Do not use already free'ed errmsg, bug found by Joachim WielandMichael Meskes2006-06-191-5/+6
* Increase timeout in statement_timeout test from 1 second to 2 seconds.Tom Lane2006-06-182-4/+4
* Fix Assert failure when a fastpath function call is attempted inside anTom Lane2006-06-112-6/+24
* Fixed two memory leaks in ecpglib.Michael Meskes2006-06-061-1/+6
* Fix copy-and-pasteo in Russian translation: message complaining aboutTom Lane2006-06-031-2/+2
* Back-port recent ppport.h fix to 8.0 branch.Tom Lane2006-06-011-4/+4
* Remove pqsignalinquire(), which is unused and has portability issues.Tom Lane2006-05-302-30/+2
* Klugy fix for bug #2447: we can't expand a whole-row reference to NEWTom Lane2006-05-232-3/+21
* Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian2006-05-213-8/+8
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-215-53/+184
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-215-9/+87
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-2134-719/+1323
* Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian2006-05-218-17/+17
* Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples duringTom Lane2006-05-191-2/+2
* Fix the sense of the test on DH_check()'s return value. This was preventingTom Lane2006-05-121-2/+2
* Remove unnecessary .seg/.section directives, per Alan Stange.Tom Lane2006-05-111-10/+1
* Build server libpgport with all non-FRONTEND object files. This is toBruce Momjian2006-05-081-14/+4
* Fix SELECT INTO and CREATE TABLE AS to create tables in the defaultBruce Momjian2006-04-261-2/+14
* Fixed memory leak bugs found by Martijn Oosterhout.Michael Meskes2006-04-243-14/+8
* Fix ancient memory leak in PQprintTuples(); our code no longer uses thisTom Lane2006-04-191-2/+4
* Fix similar_escape() so that SIMILAR TO works properly for patterns involvingTom Lane2006-04-131-3/+29
* TablespaceCreateDbspace should function normally even on platforms that do notTom Lane2006-03-291-6/+5
* Repair longstanding error in btree xlog replay: XLogReadBuffer should beTom Lane2006-03-281-3/+3
* Fixed bug 2330: Wrong error code in case of a duplicate keyMichael Meskes2006-03-191-2/+2
* The call to DNSServiceRegistrationCreate in postmaster.c does incorrectNeil Conway2006-03-181-2/+2