Commit Graph

26240 Commits (df1e965e12cdd48c11057ee6e15346ee2b8b02f5)
 

Author SHA1 Message Date
Tom Lane df1e965e12 Sync our regex code with upstream changes since last time we did this, which 18 years ago
Michael Meskes 423abf4d6a - EXECUTE can return NOT FOUND so it should be checked here too. 18 years ago
Michael Meskes a3a648ecc9 Sorry, accidently committed a patch I'm working on. Reverting it. 18 years ago
Michael Meskes 78772dc018 *** empty log message *** 18 years ago
Bruce Momjian 0fa15b9ed3 Correct XML markup typo, <book> -> </book> 18 years ago
Bruce Momjian 74de091473 Add section to Migration talking about typical areas that change between 18 years ago
Alvaro Herrera 3a1bd025ba Update minor version bumping policy. 18 years ago
Bruce Momjian 4588fc47c1 As sub-bullet decoration. 18 years ago
Bruce Momjian 812716e35b Update wording for minor library bumping. 18 years ago
Bruce Momjian 87cc5af75e Bump minor library version numbers for 8.4. 18 years ago
Bruce Momjian c28d1b9eb9 No longer necessary: 18 years ago
Tom Lane cf9e156156 Stamp HEAD as 8.4devel. 18 years ago
Tom Lane 745e6edaae Fix SPI_cursor_open() and SPI_is_cursor_plan() to push the SPI stack before 18 years ago
Magnus Hagander 953c2c9b71 Update timezone mapping for Windows with new timezones added 18 years ago
Tom Lane c931c07124 Repair VACUUM FULL bug introduced by HOT patch: the original way of 18 years ago
Tom Lane 082aca9ec2 Fix PageGetExactFreeSpace() so that it actually behaves sensibly 18 years ago
Tom Lane 0028b22d68 Some small editorialization on the protocol documentation for GSSAPI/SSPI 18 years ago
Tom Lane 81e770857d Since GSSAPI and SSPI authentication don't work in protocol version 2, 18 years ago
Tom Lane 9b43c245e3 Avoid misbehavior in foreign key checks when casting to a datatype for which 18 years ago
Bruce Momjian d9c7f63244 Add "automatically" to HOT release note description. 18 years ago
Tom Lane 1ab19a36a5 Some variants of ALTER OWNER tried to make the "object" field of the 18 years ago
Tom Lane 49a730128c Add missing copyfuncs/equalfuncs support for AlterTSDictionaryStmt and 18 years ago
Magnus Hagander 1f6fc49ce3 Fix msvc install for cases where msgfmt (from gettext) is in a directory 18 years ago
Tom Lane 09bb6f6ed0 Fix silly mistake in expand_indexqual_rowcompare --- in converting a forboth() 18 years ago
Tom Lane b7fe5f70d3 Fix CREATE TABLE ... LIKE ... INCLUDING INDEXES to not cause unwanted 18 years ago
Magnus Hagander 26351d1c74 Fix msvc install script to properly install NLS files when built with 18 years ago
Michael Meskes fa0dc92fd8 - Fixed segfault in ecpg when using an array element. 18 years ago
Magnus Hagander 8d363727f4 Fix very broken clean.bat for msvc install. The way we used subroutines 18 years ago
Magnus Hagander 03e4dc9ef2 Handle libraries in directories with spaces in them. 18 years ago
Tom Lane 701cd5af45 Fix mistaken duplicate reference to max_fsm_pages, per bug #3926. 18 years ago
Tom Lane 09bcb24806 Minor wordsmithing in release notes' description of asynchronous commit. 18 years ago
Tom Lane 19c40492f0 Move example of turning off synchronous_commit to a more logical place, 18 years ago
Tom Lane 6f906905b1 Fix WaitOnLock() to ensure that the process's "waiting" flag is reset after 18 years ago
Marc G. Fournier 9e647a1387 configure tag'd 8.3.0 and built witih autoconf 2.59 18 years ago
Bruce Momjian aad140b7ff Stamp 8.3 in CVS. _No_ update of configure/configure.in. 18 years ago
Bruce Momjian 1ac09940db Update FAQ for most recent release as 8.3. 18 years ago
Bruce Momjian ea3db8f79d Update item: 18 years ago
Bruce Momjian b07e548590 Fix spelling typo in comment. 18 years ago
Bruce Momjian 694403d30e Add comment about possible URL changes for www7.hp.com: 18 years ago
Bruce Momjian 162dc31428 Update spoofing /tmp symlink instructions to be more specific about the 18 years ago
Tom Lane 06462f51e3 Mention synchronize_seqscans GUC variable in release notes. 18 years ago
Tom Lane 73d9544e27 Remove the old table of "supported platforms" in favor of a link to the 18 years ago
Tom Lane cf82aee7ea Fix pg_GSS_error to use conn->errorMessage more sanely, ie, actually 18 years ago
Tom Lane 7c15b10a9a Improve pg_autovacuum documentation to clarify that the enabled field cannot 18 years ago
Peter Eisentraut 3c9ae7300d Translation updates 18 years ago
Bruce Momjian 8e9c7fe982 Document the idea of creating a symbolic link in /tmp to prevent server 18 years ago
Andrew Dunstan 7ae43187ee Remove 3 hex digit limit on symbol number in recent fix. 18 years ago
Bruce Momjian 55986a5eb8 Add: 18 years ago
Magnus Hagander 0ace923ce8 Add pid to the pgident event name on win32. 18 years ago
Andrew Dunstan 0a4ef62bf8 Fix test that wrongly excluded some dumpbin symbols. 18 years ago