summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Hmm, seems --disable-spinlocks has been broken for awhile and nobodyTom Lane2006-07-221-4/+4
* Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane2006-07-201-3/+8
* Ensure that we retry rather than erroring out when send() or recv() returnTom Lane2006-07-162-7/+33
* Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane2006-07-141-1/+3
* Correct the description of the pg_get_viewdef() function. Do some nearbyNeil Conway2006-07-111-69/+65
* Remove no-longer-needed configure test for krb5_encrypt(), per Jim Gates.Tom Lane2006-07-112-133/+1
* 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
* Backpatch dbmirror fix for escape handling.Bruce Momjian2006-07-061-2/+2
* Fixed remaining Coverity bugs.Michael Meskes2006-07-052-10/+26
* Fix memory leak introduced in the prior commit, detected by Tom Lane.Alvaro Herrera2006-06-301-1/+3
* Fix use-after-free error reported by Neil Conway.Alvaro Herrera2006-06-301-9/+11
* Fix typo.Tom Lane2006-06-271-2/+2
* Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table withoutAlvaro Herrera2006-06-271-2/+9
* Fix for recent Win32 pg_dump tar temp file patch.Bruce Momjian2006-06-271-2/+3
* On Win32, use loop to create pg_dump temporary tar file in the currentBruce Momjian2006-06-271-1/+29
* 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
* Tweak dynahash.c to avoid wasting memory space in non-shared hash tables.Tom Lane2006-06-252-11/+44
* 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
* pg_stop_backup was calling XLogArchiveNotify() twice for the newly createdTom Lane2006-06-221-33/+28
* Disallow aggregate functions in UPDATE commands (unless within a sub-SELECT).Tom Lane2006-06-211-3/+10
* - During dblink_open, if transaction state was IDLE, force cursor count toJoe Conway2006-06-212-1/+8
* 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-107/+268
* 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
* Clean up after someone's curious idea that it'd be good to stripTom Lane2006-06-161-223/+261
* Document issues with non-default tablespaces and pg_dumpall restores.Bruce Momjian2006-06-161-1/+8
* Avoid use of C commment inside C comment from recent Win32 int overflow patch.Bruce Momjian2006-06-121-3/+3
* Win32 can't catch the exception thrown by INT_MIN / -1 or INT_MIN * -1,Bruce Momjian2006-06-121-1/+23
* Fix Assert failure when a fastpath function call is attempted inside anTom Lane2006-06-112-6/+24
* Repair remarkably-inefficient query for dumping large object comments: itTom Lane2006-06-091-3/+3
* Fix bootstrap.c so that database startup process and bgwriter properly releaseTom Lane2006-06-081-1/+24
* Remove "fuzzy comparison" logic in qsort comparison function forTom Lane2006-06-071-8/+6
* Backpatch comment about --sysconfdir.Bruce Momjian2006-06-071-2/+3
* On Win32, return original patch if GetShortPathName() fails (no shortBruce Momjian2006-06-061-18/+7
* Have BCC echo output "" using "", rather than \"\" as earlier reported.Bruce Momjian2006-06-061-1/+1
* 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
* PostmasterIsAlive test really ought to be in the inner loop for safety.Tom Lane2006-05-301-2/+6
* Remove pqsignalinquire(), which is unused and has portability issues.Tom Lane2006-05-302-30/+2
* Update ppport.h to not cause warnings with newest Perl versions.Tom Lane2006-05-301-0/+2
* Move conversion dependency patch to the proper branch, out of 8.1.X,Bruce Momjian2006-05-301-8/+1
* Prevent multiple archivers from starting. Backpatch to 8.1.X.Bruce Momjian2006-05-302-3/+10
* Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian2006-05-302-10/+20
* Add "inline" compile fix for MSVC/BCC:Bruce Momjian2006-05-301-0/+3
* Backpatch documentation additions for PL language choice andBruce Momjian2006-05-304-37/+78