Commit Graph

19950 Commits (eca8674fca67ba3c8fad548bbeea9b0a7bf13bdf)

Author SHA1 Message Date
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
Andrew Dunstan c985cf0d12 Allow building with perl 5.14. 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
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 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
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
Peter Eisentraut fb344d44a3 Translation updates 15 years ago
Tom Lane 1de8584fb1 Ensure mark_dummy_rel doesn't create dangling pointers in RelOptInfos. 15 years ago
Tom Lane ae99b3cca5 Update time zone data files to tzdata release 2011f. 15 years ago
Heikki Linnakangas f16907b98b On IA64 architecture, we check the depth of the register stack in addition 15 years ago
Tom Lane a2f9219e70 Fix broken pg_dump query. 15 years ago
Tom Lane 0ae8b30038 Be more wary of missing statistics in eqjoinsel_semi(). 15 years ago
Bruce Momjian 8db00d4175 Have pg_upgrade properly preserve relfrozenxid in toast tables. 15 years ago
Andrew Dunstan 5fe3374443 Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds. 15 years ago
Tom Lane d5b9c9f733 Modernize dlopen interface code for FreeBSD and OpenBSD. 15 years ago
Tom Lane 5d3853a7fa Fix plpgsql's issues with dropped columns in rowtypes in 8.4 branch. 15 years ago
Tom Lane da311c7dbe Fix SortTocFromFile() to cope with lines that are too long for its buffer. 15 years ago
Tom Lane fca20bcec9 Prevent a rowtype from being included in itself. 15 years ago
Tom Lane ab6657ea13 Avoid potential deadlock in InitCatCachePhase2(). 15 years ago
Alvaro Herrera 7135bc5d66 Fix PL/Python memory leak involving array slices 15 years ago
Andrew Dunstan 08fc2d4f99 Use correct PATH separator for Cygwin in pg_regress.c. 15 years ago
Tom Lane 09dfc3d704 On further reflection, we'd better do the same in int.c. 15 years ago
Tom Lane 0e68e1087c Put in some more safeguards against executing a division-by-zero. 15 years ago
Heikki Linnakangas 994940f2fb Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that 15 years ago