Commit Graph

21674 Commits (effecebad1cdbc5fbdf7d4fa972df614ca974bcd)
 

Author SHA1 Message Date
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
Bruce Momjian 34d9bbee4d Stamp releases for 2006-02-14 release 20 years ago
Bruce Momjian 003daafb0d Fix release item ordering. 20 years ago
Bruce Momjian 12ea69aaf5 Update back branch release notes. 20 years ago
Bruce Momjian d9dafcc5d6 Fix release markup. 20 years ago
Bruce Momjian a318438fb3 Stamp 8.1.3, but exclude configure.in/configure change. 20 years ago
Bruce Momjian 3a9c81e3e9 Update release notes for 8.1.3. 20 years ago
Tom Lane b919f3fcbb Check that SID is enabled while checking for Windows admin privileges. 20 years ago
Tom Lane 2d26c4be8e Change search for default operator classes so that it examines all opclasses 20 years ago
Tom Lane f9e03aa8e9 Provide the libpq error message when PQputline or PQendcopy fails. 20 years ago