Commit Graph

32440 Commits (1609797c25f6b440371045039733d69fe8cb9410)
 

Author SHA1 Message Date
Tom Lane 1609797c25 Clean up the #include mess a little. 14 years ago
Tom Lane f116b1f5b8 Remove unnecessary and circular #include. 14 years ago
Bruce Momjian 5bce637a4b walsender.h doesn't need xlog.h, per Tom. 14 years ago
Bruce Momjian 85e6e1662b Move AllowCascadeReplication() define from xlog.h to replication include 14 years ago
Bruce Momjian ca598c18c6 Remove find_lt sgml tool, as it is not needed. 14 years ago
Tom Lane 48e4b8dc08 Fix typo in pg_srand48 (srand48 in older branches). 14 years ago
Tom Lane b3aaf9081a Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. 14 years ago
Peter Eisentraut 42ad992fdc Add archive_command example 14 years ago
Peter Eisentraut f1e4f3d44f Whitespace adjustment for consistency in the file 14 years ago
Tom Lane 5b562644fe Teach ANALYZE to clear pg_class.relhassubclass when appropriate. 14 years ago
Michael Meskes 2f72d5df6a Fix brace indentation of commit 63d06ef591 to fit PostgreSQL style. 14 years ago
Bruce Momjian 418d04ea73 Improve method of avoiding fcinfo compile errors. 14 years ago
Heikki Linnakangas e4df037330 Remove spurious comma. Spotted by Tom. 14 years ago
Bruce Momjian 10af3ab2b2 Add C comment about needed include. 14 years ago
Heikki Linnakangas 5066e55d61 libpq compiles various pgport files like ecpg does, and needs similar Makefile 14 years ago
Tom Lane e5b012b788 Put back improperly removed #include. 14 years ago
Bruce Momjian 7805b11856 Add C comment about necessary NetBSD include. 14 years ago
Bruce Momjian 5352bf39ff Add missing hba.h include for NetBSD. 14 years ago
Bruce Momjian b3d32ebac6 In SGML we only need to worry about "<", not ">"; update scripts. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Michael Meskes 63d06ef591 In ecpglib restore LC_NUMERIC in case of an error. 14 years ago
Robert Haas 48fb49e394 Minor improvements to mbregress.sh script. 14 years ago
Robert Haas 4232c4b406 Userspace access vector cache for contrib/sepgsql. 14 years ago
Robert Haas 3d14bd2563 Fix "is db labeled test?" in chkselinuxenv script. 14 years ago
Bruce Momjian d532184252 Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo 14 years ago
Heikki Linnakangas 65e899b2fb Fix MinGW build, broken by my previous patch to add a setlocale() wrapper 14 years ago
Heikki Linnakangas a88b6e4cfb setlocale() on Windows doesn't work correctly if the locale name contains 14 years ago
Heikki Linnakangas 8ea0257067 Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF 14 years ago
Tom Lane 0d3b231eeb Further repair of eqjoinsel ndistinct-clamping logic. 14 years ago
Bruce Momjian 7971a57fd4 Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers. 14 years ago
Tom Lane 97930cf578 Improve eqjoinsel's ndistinct clamping to work for multiple levels of join. 14 years ago
Heikki Linnakangas 5cfe33fe7b The replication status values in pg_stat_replication was changed to 14 years ago
Tom Lane 731ebb64b7 Fix not-backwards-compatible pg_upgrade test for prepared transactions. 14 years ago
Tom Lane 5bba65de94 Fix a missed case in code for "moving average" estimate of reltuples. 14 years ago
Peter Eisentraut b83bb97fdb Clean up pg_regress --help output 14 years ago
Peter Eisentraut aeabbccea0 Some markup cleanup to deconfuse the find_gt_lt tool 14 years ago
Robert Haas 083549e43a Repair brain fade in previous commit, per Josh Kupershmidt. 14 years ago
Robert Haas 7fe33a51b9 Add --if-exists option to dropdb and dropuser. 14 years ago
Andrew Dunstan 94478aa8b1 Detect out of date flex in MSVC builds. 14 years ago
Robert Haas 8a3d33c8e6 Fix parsing of time string followed by yesterday/today/tomorrow. 14 years ago
Robert Haas eab2ef6164 Remove some tabs from README file. 14 years ago
Tom Lane a5b7640ba0 Fix concat_ws() to not insert a separator after leading NULL argument(s). 14 years ago
Tom Lane be1e8053f4 Use a non-locking test in TAS_SPIN() on all IA64 platforms. 14 years ago
Robert Haas c01c25fbe5 Improve spinlock performance for HP-UX, ia64, non-gcc. 14 years ago
Tom Lane 6e1f1fee97 Actually, all of parallel restore's limitations should be tested earlier. 14 years ago
Tom Lane d6e7abe45a Be more user-friendly about unsupported cases for parallel pg_restore. 14 years ago
Tom Lane 2c5d6f1fb5 Include $cc_string in the info reported by a configure run. 14 years ago
Bruce Momjian 94db6664e2 Modify pgrminclude -v to report include files that can't be compiled on 14 years ago
Tom Lane a49fbaaf8d Don't assume that "E" response to NEGOTIATE_SSL_CODE means pre-7.0 server. 14 years ago
Peter Eisentraut f44d275b6d Document minimum required version of DocBook XSL stylesheets 14 years ago