Commit Graph

26283 Commits (eb66892ed6af6029fb4b3eeabaedf09321b4b4c5)
 

Author SHA1 Message Date
Tom Lane eb66892ed6 Stamp version 8.3.1, except for configure.in/configure. 18 years ago
Tom Lane 8de5f596f4 Update release notes for 8.3.1 and 8.2.7 releases. 18 years ago
Tom Lane 1cf866a8df Update to tzdata 2008a distribution (Chilean DST law change). 18 years ago
Tom Lane 96e420a6ec Fix varstr_cmp's special case for UTF8 encoding on Windows so that strings 18 years ago
Tom Lane 8efc13140e Fix heap_page_prune's problem with failing to send cache invalidation 18 years ago
Tom Lane 1dd56fdae4 Fix pg_plan_queries() to restore the previous setting of ActiveSnapshot 18 years ago
Tom Lane d2ab94dac2 Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing 18 years ago
Bruce Momjian 32aaf48022 Add to documentation: 18 years ago
Bruce Momjian ff0e149c49 Back out doc addition that statement_timeout affects autovacuum. 18 years ago
Bruce Momjian 3d5bc6dc93 Document that statement_timeout is not recommended in postgresql.conf 18 years ago
Tom Lane 899b9c3e04 Use -fwrapv in CFLAGS if we are using a version of gcc that accepts this flag. 18 years ago
Teodor Sigaev d19d35431b Revert changes of CompareTSQ: it affects existing btree indexes. 18 years ago
Tom Lane f647ed438a Refactor heap_page_prune so that instead of changing item states on-the-fly, 18 years ago
Tom Lane bdffbddd06 Change hashscan.c to keep its list of active hash index scans in 18 years ago
Teodor Sigaev b7a2ab5b6e Fix memory arrangement of tsquery after removing stop words. It causes 18 years ago
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