Commit Graph

29030 Commits (02490d4692c46bee3e9279e79c5d07c576d2a32c)
 

Author SHA1 Message Date
Alvaro Herrera 53af86c55c Fix handling of autovacuum reloptions. 17 years ago
Tom Lane 8f5500e6bd Make it reasonably safe to use pg_ctl to start the postmaster from a boot-time 17 years ago
Magnus Hagander 0e3f0cbddc exports.txt needs to use spaces as separators, not tabs, to work properly 17 years ago
Tom Lane aaa9f7d495 Remove some unnecessary variable assignments, per results of "clang" 17 years ago
Heikki Linnakangas 9cd6685f91 In the checkpoint written at the end of archive recovery, the WAL page header 17 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. 17 years ago
Peter Eisentraut 9d182ef002 Update of install-sh, mkinstalldirs, and associated configury 17 years ago
Peter Eisentraut 7ca774a873 Add -Wno-error to CFLAGS from gram.o as long as it's broken. 17 years ago
Peter Eisentraut 6c74c9dad8 Correct my overly enthusiastic CSS simplification. 17 years ago
Peter Eisentraut ae3da8ad40 Update the documentation CSS stylesheet to current web site style 17 years ago
Peter Eisentraut 27c405d61a Enhanced error context support in PL/Python 17 years ago
Peter Eisentraut 983d10833e Use generic attribute management in PL/Python 17 years ago
Peter Eisentraut 5dff93638c Make PL/Python tests more compatible with Python 3 17 years ago
Tom Lane 8bed238c87 Try to make silent_mode behave somewhat reasonably. 17 years ago
Tom Lane 5a4f763841 Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot 17 years ago
Alvaro Herrera 45f9b4646f Avoid calling kill() in a postmaster signal handler. 17 years ago
Tom Lane 9b708f1f57 Fix inclusions of readline/editline header files so that we only attempt to 17 years ago
Alvaro Herrera 1e6bd556d8 Remove unused variable. 17 years ago
Tom Lane 3bee0a4642 Run the "tablespace" regression test first not last. The former placement 17 years ago
Tom Lane 7fc7a7c4d0 Fix a violation of WAL coding rules in the recent patch to include an 17 years ago
Tom Lane cab9a0656c Make TRUNCATE do truncate-in-place when processing a relation that was created 17 years ago
Tom Lane c38b75947e Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison 17 years ago
Tom Lane 56e985d02e Include resjunk columns in EXPLAIN VERBOSE output lists. Per discussion. 17 years ago
Bruce Momjian 1710800813 Remove tabs from SGML. 17 years ago
Tom Lane e59686f029 Fix version_stamp.pl to allow 'alphaN' version stamps. Not sure how 17 years ago
Peter Eisentraut c9ebd16dfa Alter release note item about PL/pgSQL functions and dropped columns. 17 years ago
Peter Eisentraut 215988f766 Update alpha release notes to current. 17 years ago
Tom Lane be4cd18f71 Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid 17 years ago
Andrew Dunstan 514c3f19a2 Pick up REGRESS_OPTS from contrib makefiles. Along the way, fix ordering of makefile tests to mimic gmake. 17 years ago
Tom Lane 3bd2241135 Fix overflow for INTERVAL 'x ms' where x is more than a couple million, 17 years ago
Peter Eisentraut e31b35faa5 Remove duplicate from release notes, and reorganize slightly. 17 years ago
Tom Lane 4b98b613f6 Print the actual DB encoding in the unaccent regression test. 17 years ago
Tom Lane 13845d261c Fix some *other* compiler warnings from a different gcc version. 17 years ago
Tom Lane ed05063d27 Fix copy-and-pasteo that might explain some of the buildfarm's 17 years ago
Tom Lane ec8128465f Suppress compiler warnings about uninitialized variables. 17 years ago
Teodor Sigaev 92e05bc6a5 Unaccent dictionary. 17 years ago
Teodor Sigaev a88a48011c Introduce filtering dictionary support to tsearch. Propagate --nolocale option 17 years ago
Peter Eisentraut 77dfb64df4 Add release notes for 8.5alpha1 17 years ago
Peter Eisentraut 42d2470c38 Make version.sgml depend on configure instead of Makefile.global. This 17 years ago
Tom Lane 67a5f8ff9e Department of marginal improvements: teach tupconvert.c to avoid doing a 17 years ago
Tom Lane 26a90c654f Fix imprecise documentation of random(): it never returns 1.0. 17 years ago
Tom Lane 785cfee031 Fix incorrect encoding-aware name truncation in makeArrayTypeName(). 17 years ago
Tom Lane a05a4b478d Remove Wisconsin benchmark files. 17 years ago
Tom Lane b328853733 Make sure that 'make distclean' cleans out all files that are not meant 17 years ago
Peter Eisentraut 1a6d678f00 Clarify the documentation about PL/Perl nested subroutines, per Josh 17 years ago
Peter Eisentraut efc1aeb85a Remove the test case that depends on the platform's float output format. 17 years ago
Alvaro Herrera 3a00c0a6d4 Be able to easily figure out the target directory of "make dist". 17 years ago
Tom Lane 3718b0c50d Repair breakage of Wisconsin benchmark due to change of command line syntax 17 years ago
Teodor Sigaev abd8c94ff9 Add prefix support for synonym dictionary 17 years ago
Peter Eisentraut 0c738084fb PL/Python regression tests for data type handling 17 years ago