Commit Graph

28814 Commits (d5a43ffde068d67409b494d812bd7e9f514db29c)
 

Author SHA1 Message Date
Tom Lane e3b3878a08 Put back "ifeq ($(PORTNAME), solaris)", this time with some documentation 16 years ago
Tom Lane db13a81ab4 Revert ill-considered restriction of dtrace support to Solaris only. 16 years ago
Tom Lane 47ef623c0b Remove pgstat's discrimination against MsgVacuum and MsgAnalyze messages. 16 years ago
Heikki Linnakangas 7be39bb0be Tigthen binary receive functions so that they reject values that the text 16 years ago
Heikki Linnakangas 237859e4fb Fix encoding handling in xml binary input function. If the XML header didn't 16 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, 16 years ago
Tom Lane 602a9ef5a7 Make LOAD of an already-loaded library into a no-op, instead of attempting 16 years ago
Tom Lane 187e5d8981 Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer 16 years ago
Tom Lane d0a368c656 Install a workaround for a longstanding gcc bug that allows SIGFPE traps 16 years ago
Michael Meskes fc19373993 Fixed incorrect memory management. 16 years ago
Michael Meskes 2720c57005 Removed some variables no longer needed. 16 years ago
Michael Meskes fe35c8e145 Do not set connection values if no connection is open. 16 years ago
Tom Lane 49d960c4d9 Update time zone data files to tzdata release 2009l: DST law changes in 16 years ago
Tom Lane b02c32e11b Remove initdb's rather gratuitous check to see if the backend created a 16 years ago
Magnus Hagander 5c709eecdc Revert Makefile modification that broke the MSVC build. 16 years ago
Tom Lane 57c9dff9d1 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr 16 years ago
Tom Lane 040f28b4b0 Fix pg_ctl's readfile() to not go into infinite loop on an empty file 16 years ago
Tom Lane 794e3e81a0 Force VACUUM to recalculate oldestXmin even when we haven't changed our 16 years ago
Tom Lane 14f445fccf Actually, we need to bump the format identifier on twophase files 16 years ago
Tom Lane b92f7a22b9 Bump catversion for flat-file-ectomy. Also remove a missed dead extern 16 years ago
Alvaro Herrera a8bb8eb583 Remove flatfiles.c, which is now obsolete. 16 years ago
Tom Lane 0905e8aeeb Move processing of startup-packet switches and GUC settings into InitPostgres, 16 years ago
Tom Lane 00e6a16d01 Change the autovacuum launcher to read pg_database directly, rather than 16 years ago
Tom Lane 25ec228ef7 Track the current XID wrap limit (or more accurately, the oldest unfrozen 16 years ago
Tom Lane e1cc64197b Remove some useless assignments of the result of fread(). Quiets warnings 16 years ago
Tom Lane dd6de24e69 Remove duplicate variable initializations identified by clang static checker. 16 years ago
Tom Lane e710b65c1c Remove the use of the pg_auth flat file for client authentication. 16 years ago
Bruce Momjian 585806cb9f Remove handling of CVS entries for TODO/FAQ, because they are removed 16 years ago
Peter Eisentraut 234c7ce9f2 Derived files that are shipped in the distribution used to be built in the 16 years ago
Tom Lane 0a00c9a8ef Remove useless code that propagated FrontendProtocol to a backend via a 16 years ago
Tom Lane c66d9ce774 Non-Windows EXEC_BACKEND path was broken by recent write_inheritable_socket 16 years ago
Tom Lane bb16dc49ab Modify the definition of window-function PARTITION BY and ORDER BY clauses 16 years ago
Alvaro Herrera f065b17d9f Fix broken markup 16 years ago
Tom Lane 3d167209a7 Make the .DEF file generation rules safe against tabs in exports.txt. 16 years ago
Alvaro Herrera 53af86c55c Fix handling of autovacuum reloptions. 16 years ago
Tom Lane 8f5500e6bd Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time 16 years ago
Magnus Hagander 0e3f0cbddc exports.txt needs to use spaces as separators, not tabs, to work properly 16 years ago
Tom Lane aaa9f7d495 Remove some unnecessary variable assignments, per results of "clang" 16 years ago
Heikki Linnakangas 9cd6685f91 In the checkpoint written at the end of archive recovery, the WAL page header 16 years ago
Bruce Momjian a814170d89 Update release notes for 7.4.26, 8.0.22, 8.1.18, 8.2.14, 8.3.8, 8.4.1. 16 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 16 years ago
Peter Eisentraut 7ca774a873 Add -Wno-error to CFLAGS from gram.o as long as it's broken. 16 years ago
Peter Eisentraut 6c74c9dad8 Correct my overly enthusiastic CSS simplification. 16 years ago
Peter Eisentraut ae3da8ad40 Update the documentation CSS stylesheet to current web site style 16 years ago
Peter Eisentraut 27c405d61a Enhanced error context support in PL/Python 16 years ago
Peter Eisentraut 983d10833e Use generic attribute management in PL/Python 16 years ago
Peter Eisentraut 5dff93638c Make PL/Python tests more compatible with Python 3 16 years ago
Tom Lane 8bed238c87 Try to make silent_mode behave somewhat reasonably. 16 years ago
Tom Lane 5a4f763841 Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot 16 years ago
Alvaro Herrera 45f9b4646f Avoid calling kill() in a postmaster signal handler. 16 years ago