Commit Graph

29342 Commits (759d0f19dc0ede995cacda062bc99b59e2077d2c)
 

Author SHA1 Message Date
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
Tom Lane 4dcc4fd288 Fix array- and path-creating functions to ensure padding bytes are zeroes. 15 years ago
Tom Lane 64e258f8d7 Complain if pg_hba.conf contains "hostssl" but SSL is disabled. 15 years ago
Tom Lane 13ec0bda2a Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX. 15 years ago
Tom Lane 622077b8bc Fix bugs in indexing of in-doubt HOT-updated tuples. 15 years ago
Tom Lane 61a26671c6 Set indcheckxmin true when REINDEX fixes an invalid or not-ready index. 15 years ago
Heikki Linnakangas a58396d79e Quotes in strings injected into bki file need to escaped. In particular, 15 years ago
Tom Lane 5a4305fdf7 Avoid changing an index's indcheckxmin horizon during REINDEX. 15 years ago
Tom Lane 1f0ad40656 Revert "Prevent incorrect updates of pg_index while reindexing pg_index itself." 15 years ago
Tom Lane 8835284e0d Prevent incorrect updates of pg_index while reindexing pg_index itself. 15 years ago
Marc G. Fournier 7b8b256f08 Tag 8.4.8. 15 years ago