Commit Graph

21683 Commits (3c3ed28c75455ab18f5f7fb11262b9cb28c36f8c)
 

Author SHA1 Message Date
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
Tom Lane 0138fb8697 Repair oidvectorrecv and int2vectorrecv, which I broke while changing 20 years ago
Bruce Momjian 5e4bf929b3 Update OS X shared memory documentation for 10.3.9 and later to use 20 years ago
Bruce Momjian 3fb582c3bc Backpatch to 8.1.X. Already applied to CVS HEAD. 20 years ago
Bruce Momjian 006bd450fe Mark tsearch2 item as Tom's, not Teodor's. 20 years ago
Tom Lane b3c47b1e5e Fix possible crash at transaction end when a plpgsql function is used and 20 years ago
Bruce Momjian 15516c5f0b Update FAQ_DEV text file. 20 years ago
Bruce Momjian 88a4314bb1 Update patch generation instructions. 20 years ago
Bruce Momjian e559dba846 Update Japanese FAQ, backpatched to 8.1.X. 20 years ago
Bruce Momjian 6853e34132 Add pg_service.conf documentation for libpq. 20 years ago
Bruce Momjian 3952eecd4a Fix computation of sample table size. 20 years ago
Bruce Momjian 032858216c Backpatch FAQ changes to 8.1.X. 20 years ago
Bruce Momjian 39825338b4 Mention that the archive history file has the wal start/stop file names. 20 years ago
Andrew Dunstan 400606f3a8 make initdb -U username work as advertised; back out bogus patch at rev 1.42 20 years ago
Tom Lane 05d2a7256e Fix vacuumlo to avoid unnecessary use of backslash in search pattern. 20 years ago
Tom Lane 6f96c539ed Fix old pg_dump oversight: default values for domains really need to be dumped 20 years ago
Tom Lane a386cd7806 Adjust probe for getaddrinfo to cope with macro-ized definitions, such 20 years ago
Neil Conway 797deb5092 Fix three Python reference leaks in PLy_traceback(). This would result 20 years ago
Neil Conway 3bd549ba0a Patch from Marko Kreen: 20 years ago
Tom Lane 4fc6585cb9 Move btbulkdelete's vacuum_delay_point() call to a place in the loop where 20 years ago
Tom Lane efaac136bf Add some missing vacuum_delay_point calls in GIST vacuuming. 20 years ago
Tom Lane d8882a2c66 Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row 20 years ago
Tom Lane d72c32a0d1 Stamp 8.1.3. 20 years ago
Tom Lane ef434ebfbc Update release notes. 20 years ago
Tom Lane 20334a9e86 Fix bug that allowed any logged-in user to SET ROLE to any other database user 20 years ago
Tom Lane b71e2bb122 Fix broken markup. 20 years ago
Bruce Momjian 68f34bf281 Update README file. 20 years ago
Bruce Momjian 544ccf6ce6 Update wording for 8.1.X, remove <only>: 20 years ago
Bruce Momjian a22873a19e > Actually, if you submit a patch that says either "SCROLL is the 20 years ago