Commit Graph

26268 Commits (ffeae03742eefaeaa2a2bc2c41a46853fc4d71d2)
 

Author SHA1 Message Date
Bruce Momjian ffeae03742 Clearify PITR doc wording. 18 years ago
Bruce Momjian 1c945db3d1 Document that enabling asserts can _significantly_ slow down the server. 18 years ago
Bruce Momjian 4cf827e8d0 Move client encoding libpq function docs into libpq doc section, and 18 years ago
Alvaro Herrera 7a069eacff Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. 18 years ago
Bruce Momjian ae903291f9 Update libpqxx URL in top-level README, per Gurjeet Singh. 18 years ago
Tom Lane 9436257b41 In PrepareToInvalidateCacheTuple, don't force initialization of catalog 18 years ago
Bruce Momjian 0f8a34a730 Document that increasing the number of checkpoints segments or 18 years ago
Tom Lane 267d90b82c Include -lgss in libpq link, if available. Bjorn Munch 18 years ago
Tom Lane f3032cbe37 Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a 18 years ago
Magnus Hagander 089e1a86ca Use windows DACL fix for pg_regress as well. 18 years ago
Bruce Momjian f10cd72007 Show example of ts_headline() using a configuration name. 18 years ago
Bruce Momjian d3567afffe Remove "reliably" from chr(0) doc mention. 18 years ago
Bruce Momjian 5f2ad57f4e Document that chr(0) is not supported, and why. 18 years ago
Michael Meskes 8a7c17d0ee Fixed bug that caused arrays of varchar to be output with incomplete name. 18 years ago
Tom Lane 9a9b0ed15d Venezuela Time now means UTC-4:30, not UTC-4:00. Adjust our treatment 18 years ago
Tom Lane be2623d24d Fix another place that was assuming that a local variable declared as 18 years ago
Tom Lane 0b173a6e8d Fix unportable usages of tolower(). On signed-char machines, it is necessary 18 years ago
Tom Lane 25819aaee3 Disable the undocumented xmlvalidate() function, which was unintentionally 18 years ago
Andrew Dunstan da956ae76f Don't call AddUserToDacl on Cygwin 18 years ago
Tom Lane c6f401573f Reducing the assumed alignment of struct varlena means that the compiler 18 years ago
Magnus Hagander b739491552 Fix handling of restricted processes for Windows Vista (mainly), 18 years ago
Neil Conway fefe32d36f Fix several memory leaks when rescanning SRFs. Arrange for an SRF's 18 years ago
Magnus Hagander be99d75b40 Support for building contrib/uuid-ossp with MSVC. 18 years ago
Tom Lane 57766e209b If RelationBuildDesc() fails to open a critical system index, PANIC with 18 years ago
Peter Eisentraut 07e58204ed Fix uninstall target. 18 years ago
Tom Lane 47e6f14420 Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byte 18 years ago
Tom Lane 1f51400eee Fix datetime input to behave correctly for Feb 29 in years BC. 18 years ago
Tom Lane 53c64ad097 Use our own getopt() and getopt_long() on Solaris, because that platform's 18 years ago
Tom Lane babbd1219e Avoid trying to print a NULL char pointer in --describe-config. On some 18 years ago
Tom Lane 7b416c8c1a Change the declaration of struct varlena so that the length word is 18 years ago
Tom Lane e2f86a5c45 Fix mistakes in pg_ctl's code for "start -w" that tries to cope with 18 years ago
Tom Lane 636fa3b4a7 Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique new 18 years ago
Alvaro Herrera f134132abc Change error message to be able to differentiate the two cases. Per suggestion 18 years ago
Tom Lane 5f4170c6f7 Remove unnecessary opening of other relation in RI_FKey_keyequal_upd_pk 18 years ago
Peter Eisentraut 7d7b60bf86 Observe errors in makefile 18 years ago
Michael Meskes 0ab0607949 Changed INFORMIX mode symbol definition yet again because the old way didn't work on NetBSD. 18 years ago
Michael Meskes a50a313c1d Updated expected result for regression test. 18 years ago
Michael Meskes 0a96951017 Fixed conflicting commit. 18 years ago
Michael Meskes bea0466d9d Changed the way symbols are defined in C in INFORMIX mode. 18 years ago
Bruce Momjian ca65da88d5 Correct XML markup typo, <book> -> </book> 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