Commit Graph

29030 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)
 

Author SHA1 Message Date
Peter Eisentraut 762140f600 Remove TODO file; it has been added to the main Todo list in the wiki. 17 years ago
Tom Lane d5a4b69c3a Fix assertion failure when a SELECT DISTINCT ON expression is volatile. 17 years ago
Tom Lane 8c5463a511 Increase the maximum value of extra_float_digits to 3, and have pg_dump 17 years ago
Peter Eisentraut 680bf3268c Remove claim that this chapter discusses rules and triggers. 17 years ago
Alvaro Herrera 19fd0c2e56 Add note that the logging collector can block backends in high load situations. 17 years ago
Tatsuo Ishii f82d4d5302 pgbench has #defines for number of branches, tellers, and accounts. There 17 years ago
Heikki Linnakangas 4e2d5efc6a On Windows, when a file is deleted and another process still has an open 17 years ago
Peter Eisentraut 3ab8b7fa6f Fix/improve bytea and boolean support in PL/Python 17 years ago
Tom Lane 255f66efa9 Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the 17 years ago
Tom Lane d69a419e68 Remove any -arch switches given in ExtUtils::Embed's ldopts from our 17 years ago
Tom Lane eeb6cb143a Add a boolean GUC parameter "bonjour" to control whether a Bonjour-enabled 17 years ago
Tom Lane 59b9f3d36d Replace use of the long-deprecated Bonjour API DNSServiceRegistrationCreate 17 years ago
Tom Lane 4d3456e85d Remove outside-the-scanner references to "yyleng". 17 years ago
Magnus Hagander 9f0e84a65d Change our WIN32 API version to be 5.01 (Windows XP), to bring in the proper 17 years ago
Tom Lane 03650589d9 Update the tznames reference files, and add IDT (Israel Daylight Time) 17 years ago
Tom Lane a2367f89ff Add a note warning that COPY BINARY is very datatype-specific. 17 years ago
Tom Lane e3b3878a08 Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation 17 years ago
Tom Lane db13a81ab4 Revert ill-considered restriction of dtrace support to Solaris only. 17 years ago
Tom Lane 47ef623c0b Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages. 17 years ago
Heikki Linnakangas 7be39bb0be Tigthen binary receive functions so that they reject values that the text 17 years ago
Heikki Linnakangas 237859e4fb Fix encoding handling in xml binary input function. If the XML header didn't 17 years ago
Tom Lane 1608489b2d Final updates of release notes for 8.4.1, 8.3.8, 8.2.14, 8.1.18, 8.0.22, 17 years ago
Tom Lane 602a9ef5a7 Make LOAD of an already-loaded library into a no-op, instead of attempting 17 years ago
Tom Lane 187e5d8981 Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer 17 years ago
Tom Lane d0a368c656 Install a workaround for a longstanding gcc bug that allows SIGFPE traps 17 years ago
Michael Meskes fc19373993 Fixed incorrect memory management. 17 years ago
Michael Meskes 2720c57005 Removed some variables no longer needed. 17 years ago
Michael Meskes fe35c8e145 Do not set connection values if no connection is open. 17 years ago
Tom Lane 49d960c4d9 Update time zone data files to tzdata release 2009l: DST law changes in 17 years ago
Tom Lane b02c32e11b Remove initdb's rather gratuitous check to see if the backend created a 17 years ago
Magnus Hagander 5c709eecdc Revert Makefile modification that broke the MSVC build. 17 years ago
Tom Lane 57c9dff9d1 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr 17 years ago
Tom Lane 040f28b4b0 Fix pg_ctl's readfile() to not go into infinite loop on an empty file 17 years ago
Tom Lane 794e3e81a0 Force VACUUM to recalculate oldestXmin even when we haven't changed our 17 years ago
Tom Lane 14f445fccf Actually, we need to bump the format identifier on twophase files 17 years ago
Tom Lane b92f7a22b9 Bump catversion for flat-file-ectomy. Also remove a missed dead extern 17 years ago
Alvaro Herrera a8bb8eb583 Remove flatfiles.c, which is now obsolete. 17 years ago
Tom Lane 0905e8aeeb Move processing of startup-packet switches and GUC settings into InitPostgres, 17 years ago
Tom Lane 00e6a16d01 Change the autovacuum launcher to read pg_database directly, rather than 17 years ago
Tom Lane 25ec228ef7 Track the current XID wrap limit (or more accurately, the oldest unfrozen 17 years ago
Tom Lane e1cc64197b Remove some useless assignments of the result of fread(). Quiets warnings 17 years ago
Tom Lane dd6de24e69 Remove duplicate variable initializations identified by clang static checker. 17 years ago
Tom Lane e710b65c1c Remove the use of the pg_auth flat file for client authentication. 17 years ago
Bruce Momjian 585806cb9f Remove handling of CVS entries for TODO/FAQ, because they are removed 17 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 17 years ago
Tom Lane 0a00c9a8ef Remove useless code that propagated FrontendProtocol to a backend via a 17 years ago
Tom Lane c66d9ce774 Non-Windows EXEC_BACKEND path was broken by recent write_inheritable_socket 17 years ago
Tom Lane bb16dc49ab Modify the definition of window-function PARTITION BY and ORDER BY clauses 17 years ago
Alvaro Herrera f065b17d9f Fix broken markup 17 years ago
Tom Lane 3d167209a7 Make the .DEF file generation rules safe against tabs in exports.txt. 17 years ago