Commit Graph

29202 Commits (63ac5b0b67a5ea23d24ee745397d39fcf1f77bcc)
 

Author SHA1 Message Date
Tom Lane e06d1a88f3 Fix PQsetvalue() to avoid possible crash when adding a new tuple. 15 years ago
Michael Meskes 92591c4c8f Adapted expected result for latest change to ecpglib. 15 years ago
Michael Meskes 66593881c6 Made ecpglib write double with a precision of 15 digits. 15 years ago
Magnus Hagander 8aba280742 Fix SSPI login when multiple roundtrips are required 15 years ago
Heikki Linnakangas 23c58c38e6 Fix two ancient bugs in GiST code to re-find a parent after page split: 15 years ago
Peter Eisentraut 9e193cd9cb Remove excessively backpatched gitignore files 15 years ago
Tom Lane 966e87d6a8 Fix psql's counting of script file line numbers during COPY. 15 years ago
Magnus Hagander ed70eaca97 Fix typo in sslmode documentation 15 years ago
Heikki Linnakangas 8071638dc2 Clarify that you need ActiveState perl 5.8 *or later* to build on Windows. 15 years ago
Andrew Dunstan a9ebf82735 Back-patch Fix bat file quoting of %ENV from commit 19b7fac8. 15 years ago
Tom Lane fcc4a20dd0 Back-patch creation of tar.bz2 tarball during "make dist". 15 years ago
Tom Lane d3d3ec0d89 Fix EXPLAIN to handle gating Result nodes within inner-indexscan subplans. 15 years ago
Tom Lane 4b09299e47 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 15 years ago
Tom Lane 62c8350c5c Fix missed use of "cp -i" in an example, per Fujii Masao. 15 years ago
Tom Lane 0dec3226ee Fix thinko in previous patch for optimizing EXISTS-within-EXISTS. 15 years ago
Michael Meskes 81418d16d7 Fixed string in German translation that causes segfault. 15 years ago
Tom Lane 4473b63586 Fix thinko in previous patch to always update pg_class.reltuples/relpages. 15 years ago
Tom Lane 334c608f2c Don't use "cp -i" in the example WAL archive_command. 15 years ago
Tom Lane 32e5768390 Obtain table locks as soon as practical during pg_dump. 15 years ago
Robert Haas f49b2eab23 Add overflow checks to int4 and int8 versions of generate_series(). 15 years ago
Tom Lane 8520174b4e Fix failure to account for memory used by tuplestore_putvalues(). 15 years ago
Tom Lane 212567ad3e Suppress -arch switches in the output of ExtUtils::Embed. 15 years ago
Tom Lane b36f59e93e Fix assorted issues with build and install paths containing spaces. 15 years ago
Alvaro Herrera eca8674fca Fix aboriginal copy-paste mistake in error message 15 years ago
Tom Lane 763f868710 Work around gcc 4.6.0 bug that breaks WAL replay. 15 years ago
Magnus Hagander 58daae1f25 Use the correct eventlog severity for error 15 years ago
Magnus Hagander 63784d792b Support silent mode for service registrations on win32 15 years ago
Peter Eisentraut 066d5a3ef5 Fix documentation of information_schema.element_types 15 years ago
Andrew Dunstan c985cf0d12 Allow building with perl 5.14. 15 years ago
Peter Eisentraut 15d8cfb77b ECPG documentation fixes 15 years ago
Tom Lane 1c2af01b98 Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. 15 years ago
Tom Lane 918eb0f34f Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence. 15 years ago
Tom Lane 23138a5203 Disallow SELECT FOR UPDATE/SHARE on sequences. 15 years ago
Tom Lane 8057b7554b Protect GIST logic that assumes penalty values can't be negative. 15 years ago
Tom Lane 0699d053ba Fix portability bugs in use of credentials control messages for peer auth. 15 years ago
Tom Lane b503da135a Fix VACUUM so that it always updates pg_class.reltuples/relpages. 15 years ago
Tom Lane d6a9e7a1e4 Fix null-dereference crash in parse_xml_decl(). 15 years ago
Tom Lane d3f52d72ce Make decompilation of optimized CASE constructs more robust. 15 years ago
Tom Lane bd9215a346 Avoid uninitialized bits in the result of QTN2QT(). 15 years ago
Tom Lane c6fc554a82 Lobotomize typmod check in convert_tuples_by_position, back branches only. 15 years ago
Tom Lane fdb178f6f7 Install defenses against overflow in BuildTupleHashTable(). 15 years ago
Heikki Linnakangas 5d1923b424 Replace strdup() with pstrdup(), to avoid leaking memory. 15 years ago
Tom Lane 891c23ff6e Fix write-past-buffer-end in ldapServiceLookup(). 15 years ago
Tom Lane f3f0f37068 Fix pull_up_sublinks' failure to handle nested pull-up opportunities. 15 years ago
Peter Eisentraut 9742dfc8a5 Add missing gitignore file 15 years ago
Peter Eisentraut fbbe0186dc Catch errors in for loop in makefile 15 years ago
Tom Lane aa719c4853 Make CLUSTER lock the old table's toast table before copying data. 15 years ago
Tom Lane 6e3493e2c3 Remove special case for xmin == xmax in HeapTupleSatisfiesVacuum(). 15 years ago
Tom Lane c5459735fd Rewrite pg_size_pretty() to avoid compiler bug. 15 years ago
Heikki Linnakangas cb4fda6380 The arguments to pg_ctl kill are not optional - remove brackets in the docs. 15 years ago