Commit Graph

19712 Commits (0e3f0cbddcb6da390c1accc5fc6af4eedd33b6a2)

Author SHA1 Message Date
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
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 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
Tom Lane e59686f029 Fix version_stamp.pl to allow 'alphaN' version stamps. Not sure how 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
Teodor Sigaev a88a48011c Introduce filtering dictionary support to tsearch. Propagate --nolocale option 17 years ago
Tom Lane 67a5f8ff9e Department of marginal improvements: teach tupconvert.c to avoid doing a 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
Peter Eisentraut efc1aeb85a Remove the test case that depends on the platform's float output format. 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
Michael Meskes cf37d68467 Made sure sqlca is reset for declare cursor in Informix mode as pointed out by 17 years ago
Peter Eisentraut c74d8a7708 Domain support in PL/Python 17 years ago
Peter Eisentraut 7902338192 Remove stray character in type description 17 years ago
Peter Eisentraut cfe380a6dd Augment test coverage in PL/Python, especially for error conditions. 17 years ago
Tom Lane 501255114d Add a simple test case covering a join against an inheritance tree, 17 years ago
Tom Lane f959390cd0 Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo. 17 years ago
Tom Lane b6bde524af Improve error message for the case where a requested foreign key constraint 17 years ago
Tom Lane 04011cc970 Allow backends to start up without use of the flat-file copy of pg_database. 17 years ago
Tom Lane a1f0c9bab9 Fix old bug in log_autovacuum_min_duration code: it was relying on being able 17 years ago
Peter Eisentraut 9d9848668f Split the plpython regression test into test cases arranged by topic, instead 17 years ago
Alvaro Herrera 55f927a46e Refactor NUM_cache_remove calls in error report path to a PG_TRY block. 17 years ago
Tom Lane e61fd4ac74 Support EEEE (scientific notation) in to_char(). 17 years ago
Bruce Momjian 933b17b663 Adjust test_fsync code to be more sane. 17 years ago
Tom Lane 9bd27b7c9e Extend EXPLAIN to support output in XML or JSON format. 17 years ago
Peter Eisentraut ed9208829a Ship documentation without intermediate tarballs 17 years ago
Tom Lane 97e14f6e93 Document that LocalSetXLogInsertAllowed can be re-executed. 17 years ago
Tom Lane f033f6d28b Modify parallel pg_restore to track pending and ready items by means of 17 years ago
Peter Eisentraut 7798147a76 Expand test coverage support to entire tree 17 years ago
Tom Lane e605fbcccd Try to defend against the possibility that libpq is still in COPY_IN state 17 years ago
Tom Lane 87740caa01 rm_cleanup functions need to be allowed to write WAL entries. This oversight 17 years ago