summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Applied the connect patch from HEADMichael Meskes2006-08-181-9/+6
* Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev2006-08-081-5/+25
* Back-port HEAD's configure fixes to select appropriate compiler switchesTom Lane2006-08-072-18/+132
* fix bug about modifying value in shared buffer,Teodor Sigaev2006-08-071-40/+12
* Fix confusion between COPY FROM and COPY TO, per Gavin Sharry and Arul Shaji.Alvaro Herrera2006-07-311-2/+2
* 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 bug corrupting query in gist consistent function.Teodor Sigaev2006-07-113-1/+17
* Fix ALTER TABLE to check pre-existing NOT NULL constraints when rewritingTom Lane2006-07-101-31/+38
* Fix dbmirror for new backslash escaping:Bruce Momjian2006-07-061-2/+2
* 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
* backport workaround for OpenBSD compiler bugAndrew Dunstan2006-06-171-7/+15
* 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 release 8.0.8.REL8_0_8Tom Lane2006-05-213-12/+12
* Update release notes for upcoming releases.Tom Lane2006-05-211-1/+310
* Fix missed \' to '' conversion.Tom Lane2006-05-211-1/+1
* Stamp releases 7.3.15, 7.4.13, and 8.0.8.Bruce Momjian2006-05-216-11/+11
* Modify libpq's string-escaping routines to be aware of encoding considerationsTom Lane2006-05-216-95/+307
* Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane2006-05-216-39/+146
* 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-2114-80/+80
* 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
* Detoast query in g_intbig_consistent and copy query in g_int_consistent.Teodor Sigaev2006-04-032-14/+25
* 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
* Fix order of linking of libxslt and libxml2, per Dave Page.Tom Lane2006-03-101-1/+1