Commit Graph

24130 Commits (e8cd6f14a26bbecd3d8abcf36235a033cb035678)
 

Author SHA1 Message Date
Tom Lane e8cd6f14a2 Add comment noting that hashm_procid in a hash index's metapage isn't 19 years ago
Bruce Momjian c120dd263b Update wording for minor release upgrades, per Alvaro. 19 years ago
Bruce Momjian 631d7018df Done: 19 years ago
Bruce Momjian a6017cff0b Use sizeof() for snprintf() buffer length. 19 years ago
Bruce Momjian 5b4fa95984 Update process termination message to display signal number and name 19 years ago
Peter Eisentraut 48ba3f5711 Update documentation on XML functions 19 years ago
Tom Lane b39e91501c Improve hash join to discard input tuples immediately if they can't 19 years ago
Tom Lane 28c480e9ae Remove unnecessary checkpoint from PL regression tests. This was once 19 years ago
Neil Conway 74a1a2b8b1 Rename the uuid_t type to pg_uuid_t, to avoid a conflict with any 19 years ago
Andrew Dunstan cd47d0f781 Fix plpython MSVC build in non-debug mode. 19 years ago
Tom Lane 529a24a22b Remove some unnecessary conversion work in build_regtype_array(). 19 years ago
Tom Lane 2b8758a389 Repair oversight in creation of "append relations": we should set up 19 years ago
Tom Lane 5681cde7b1 Make some small improvements in the accuracy of plpgsql's error location 19 years ago
Andrew Dunstan 17c8493c64 Fix path problem in MSVC bison wrapper. per Joachim Wieland. 19 years ago
Neil Conway a534068e0e Add a new builtin type, "uuid". This implements a UUID type, similar to 19 years ago
Tom Lane a8e0b66061 Fix up plpgsql's "simple expression" evaluation mechanism so that it behaves 19 years ago
Tom Lane 76c7d2afee Drat, can't fit an additional argument into log_error. Is it worth an 19 years ago
Tom Lane a9fa52504f Clean up broken usage of HAVE_DECL_SYS_SIGLIST and inconsistent/poorly 19 years ago
Bruce Momjian 91ed399517 Use autoconf build-in sys_siglist macro AC_DECL_SYS_SIGLIST, rather than 19 years ago
Tom Lane 9bf559dee3 Add a delay at the start of the stats test, to let any prior stats 19 years ago
Tom Lane a053437d9e Dept of second thoughts: the IQ of estimate_array_length() needs to be 19 years ago
Bruce Momjian c2c0b318d8 Add signal.h for sys_siglist reference. 19 years ago
Tom Lane af18f6ad85 Fix scalararraysel() to cope with binary-compatible cases, such as text[] 19 years ago
Bruce Momjian 82480fc254 Use sys_siglist[] to print out signal names for signal exits, rather 19 years ago
Bruce Momjian 3ec7ae1b67 Modify SGML makefile to allow 'gmake draft' to build draft html ('draft' 19 years ago
Tom Lane 6cefacd7c8 Correct an old logic error in btree page splitting: when considering a split 19 years ago
Michael Meskes 0fe1c36757 Fixed expected files, so they are in sync with tests again. 19 years ago
Andrew Dunstan ee57938c0b remove unnecessary and now inaccurate cast which I should have removed with other old code. 19 years ago
Peter Eisentraut 915abb346a Reactivate libxml memory management via palloc, now that I think I've 19 years ago
Peter Eisentraut d3be7fae11 Add trailing zero byte in Unicode codepoint conversion. 19 years ago
Bruce Momjian abbf860f72 Add: 19 years ago
Bruce Momjian ddf569e3ed Add: 19 years ago
Bruce Momjian f77b1f05f5 Add: 19 years ago
Andrew Dunstan 175a242187 Allow args to spi_prepare to be standard type aliaes as well as those known in pg_type. Fixes bug #2917. Add some regression tests for these cases. 19 years ago
Bruce Momjian 27552ce540 Update installation wording for an upgrade to state that dump/restore 19 years ago
Bruce Momjian adef25e5ea Control openjade draft-mode by variable DRAFT, rather than whether the 19 years ago
Bruce Momjian f0fc95612d Update wording of installation when upgrading, to more clearly 19 years ago
Bruce Momjian 320abc3a95 Modify draft SGML instructions to use DRAFT=Y because recursion was 19 years ago
Tom Lane 4355d214c2 On Windows, use pgwin32_waitforsinglesocket() instead of select() to wait for 19 years ago
Neil Conway 8ff2bccee3 Squelch some VC++ compiler warnings. Mark float literals with the "f" 19 years ago
Bruce Momjian 8924c56820 Update BSD/OS platform for 8.2. 19 years ago
Bruce Momjian 2e6d1e5f7a Add URL for shrinking tuple to just its headers: 19 years ago
Bruce Momjian 70268b50dd Update Win32 exception comment. 19 years ago
Neil Conway 74b6f73bc2 Add a setlocal command to the beginning of build.bat. This is required 19 years ago
Michael Meskes a5a1506c96 Removed compiler warning due to unneeded unsigned declaration. 19 years ago
Bruce Momjian 167fa70a2e Update pg_dumpall -f option description. 19 years ago
Bruce Momjian c8bdd8ce88 Correction: temp_tablespaces was implemented by Albert Cervera Areny, 19 years ago
Bruce Momjian 0626a7d1b5 Reverse out use of Py_RETURN_TRUE in plpython, only supported in Python >= 19 years ago
Peter Eisentraut 22bd156ff0 Various fixes in the logic of XML functions: 19 years ago
Bruce Momjian 9597446d11 Done: 19 years ago