Commit Graph

21761 Commits (f44391b0a02870f877c2775ce706201fc1ebf33c)
 

Author SHA1 Message Date
Michael Meskes e37c0d2eb8 Fixed memory leak bugs found by Martijn Oosterhout. 20 years ago
Bruce Momjian 499ec8c7e4 Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X. 20 years ago
Alvaro Herrera 7f0c9716ba Don't add a shared dependency on the owner of a composite type in pg_class. 20 years ago
Bruce Momjian 21138b5e59 Suggest Win32 users user E'' strings and double backslashes used for 20 years ago
Tom Lane bc5ba26d6b Fix ancient memory leak in PQprintTuples(); our code no longer uses this 20 years ago
Bruce Momjian 6b46ec2707 Mention "syntax" error as not logged by log_statement. 20 years ago
Bruce Momjian 65f1a7a8dc Document that errors are not output by log_statement (was they were in 20 years ago
Bruce Momjian dd8d1b1fbd Document that pg_dump -d/-D prevents invalid data from canceling the 20 years ago
Tom Lane d17c5f0acc Fix similar_escape() so that SIMILAR TO works properly for patterns involving 20 years ago
Bruce Momjian 9b83454f7f Update AIX FAQ: 20 years ago
Tom Lane e4b8253c40 Fix pg_restore -n option to do what the man page says it does. The 20 years ago
Bruce Momjian a5884d5dc8 Updated Japanese FAQ, version 2. 20 years ago
Bruce Momjian 5052aa2edb Update Japanese FAQ, backpatch. 20 years ago
Bruce Momjian cc1b59c951 Oops, sysctl, not sysconf, for FreeBSD. 20 years ago
Bruce Momjian e860973aed More FreeBSD jail wording improvements. 20 years ago
Bruce Momjian 493eea649c Add documentation about running postmasters in FreeBSD jails (use 20 years ago
Bruce Momjian 36d5976f9e There is updated Russian translation of the FAQ in the attachment. 20 years ago
Tom Lane d329913c9c Revert my best_inner_indexscan patch of yesterday, which turns out to have 20 years ago
Tom Lane 89d75c56db Fix best_inner_indexscan to actually enforce that an "inner indexscan" use 20 years ago
Tom Lane cd360f2484 Fix pg_dumpall to do something sane when a pre-8.1 installation has 20 years ago
Andrew Dunstan a9351518a7 Revert getaddrinfo configure changes until we get a solution that is 20 years ago
Tom Lane 23c6f11b09 Fix make_restrictinfo_from_bitmapqual() to preserve AND/OR flatness of its 20 years ago
Bruce Momjian 69ab90c775 Update AIX FAQ to show readline options more clearly. 20 years ago
Teodor Sigaev 06e4478877 Detoast query in g_intbig_consistent and copy query in g_int_consistent. 20 years ago
Tom Lane e88d84b737 Adjust interval-addition test so that it won't fail on DST transition days. 20 years ago
Tom Lane 21b54ed81a Suppress attempts to report dropped tables to the stats collector from a 20 years ago
Tom Lane c119cdcab0 TablespaceCreateDbspace should function normally even on platforms that do not 20 years ago
Tom Lane fdc28fdcfa Disable full_page_writes, because turning it off risks causing crash-recovery 20 years ago
Tom Lane 3c3ed28c75 Repair longstanding error in btree xlog replay: XLogReadBuffer should be 20 years ago
Tom Lane df7b5f5734 Comments in IndexBuildHeapScan describe the indexing of recently-dead 20 years ago
Tom Lane db61437b27 Fix plpgsql to pass only one copy of any given plpgsql variable into a SQL 20 years ago
Tom Lane a155814e37 Improve performance of our private version of qsort. Per recent testing, 20 years ago
Michael Meskes 85fa81f65b Fixed bug 2330: Wrong error code in case of a duplicate key 20 years ago
Tom Lane a9f18b97ba Adjust join_1.out to match Windows behavior for new mergejoin regression 20 years ago
Neil Conway e78be57d19 The call to DNSServiceRegistrationCreate in postmaster.c does incorrect 20 years ago
Tom Lane 8bf221b09b Fix bug introduced into mergejoin logic by performance improvement patch of 20 years ago
Tom Lane d777a57133 Add a CHECK_FOR_INTERRUPTS() in _bt_buildadd(). This fixes problem 20 years ago
Tom Lane effecebad1 Fix order of linking of libxslt and libxml2, per Dave Page. 20 years ago
Tom Lane 98ab0c96dd Add a CHECK_FOR_INTERRUPTS() to the loop in ExecMakeTableFunctionResult. 20 years ago
Tom Lane 0a5c6fadf4 Remove somebody's flight of fancy about an UPDATE with ORDER BY and LIMIT. 20 years ago
Bruce Momjian a0af608adc * Stephen Frost (sfrost@snowman.net) wrote: 20 years ago
Bruce Momjian a643385eaf Check for "msys" so it doesn't use 'con' by checking for an evironment 20 years ago
Tom Lane 53bbc47c2b Prevent lazy_space_alloc from making requests that exceed MaxAllocSize, 20 years ago
Tatsuo Ishii 8ccc7dfaf1 Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte 20 years ago
Bruce Momjian cff68063de Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. 20 years ago
Bruce Momjian e57415c507 Avoid trying to open /dev/tty on Win32. Some Win32 systems have 20 years ago
Bruce Momjian 69c539b535 Update ipcclean to use try 'id' first for root check. 20 years ago
Bruce Momjian 7a88571f03 In ipcclean, check LOGNAME only if USER is not set. 20 years ago
Bruce Momjian 2c620740bd Appended is a small documentation patch that adds a note to the CREATE 20 years ago
Tom Lane 69f69808c5 Fix ancient error in large objects usage example: overwrite() subroutine 20 years ago