Commit Graph

17111 Commits (41fd96928968c4e7ccececb3a3e013f2521bb6cd)

Author SHA1 Message Date
Tom Lane 41fd969289 Back-patch creation of tar.bz2 tarball during "make dist". 15 years ago
Tom Lane 6c320b8ab8 Obtain table locks as soon as practical during pg_dump. 15 years ago
Robert Haas 199d449c07 Add overflow checks to int4 and int8 versions of generate_series(). 15 years ago
Tom Lane 1f5e6cd905 Fix assorted issues with build and install paths containing spaces. 15 years ago
Alvaro Herrera 8f1eaf884d Fix aboriginal copy-paste mistake in error message 15 years ago
Tom Lane 0f452e8ef4 Work around gcc 4.6.0 bug that breaks WAL replay. 15 years ago
Andrew Dunstan f604891a06 Allow building with perl 5.14. 15 years ago
Tom Lane eb6af646be Expose the "*VALUES*" alias that we generate for a stand-alone VALUES list. 15 years ago
Tom Lane f0d72ef638 Clean up after erroneous SELECT FOR UPDATE/SHARE on a sequence. 15 years ago
Tom Lane a12899e76b Disallow SELECT FOR UPDATE/SHARE on sequences. 15 years ago
Tom Lane 08779dc699 Protect GIST logic that assumes penalty values can't be negative. 15 years ago
Tom Lane fccef77183 Fix portability bugs in use of credentials control messages for peer auth. 15 years ago
Tom Lane 6d24189b41 Make decompilation of optimized CASE constructs more robust. 15 years ago
Tom Lane ea393e4973 Install defenses against overflow in BuildTupleHashTable(). 15 years ago
Tom Lane a7d3110638 Fix write-past-buffer-end in ldapServiceLookup(). 15 years ago
Peter Eisentraut 7b9bbb68e3 Catch errors in for loop in makefile 15 years ago
Tom Lane 9b51d50c2f Rewrite pg_size_pretty() to avoid compiler bug. 15 years ago
Tom Lane ed849420ea Fix array- and path-creating functions to ensure padding bytes are zeroes. 15 years ago
Tom Lane d3964cdb9c Fix pg_size_pretty() to avoid overflow for inputs close to INT64_MAX. 15 years ago
Marc G. Fournier 1e289824b6 Tag 8.2.21. 15 years ago
Peter Eisentraut 3c9791557f Translation updates 15 years ago
Tom Lane 18659751ea Update time zone data files to tzdata release 2011f. 15 years ago
Heikki Linnakangas 4f5ed3a1cd On IA64 architecture, we check the depth of the register stack in addition 15 years ago
Tom Lane 1de4b9afe6 Modernize dlopen interface code for FreeBSD and OpenBSD. 15 years ago
Tom Lane 00a9229060 Fix SortTocFromFile() to cope with lines that are too long for its buffer. 15 years ago
Tom Lane e2d64f81a6 Avoid potential deadlock in InitCatCachePhase2(). 15 years ago
Alvaro Herrera 151e463c91 Fix PL/Python memory leak involving array slices 15 years ago
Andrew Dunstan 5773fac160 Use correct PATH separator for Cygwin in pg_regress.c. 15 years ago
Tom Lane 1b5a7779cb On further reflection, we'd better do the same in int.c. 15 years ago
Tom Lane a396d88118 Put in some more safeguards against executing a division-by-zero. 15 years ago
Tom Lane 1487ca0514 Fix dangling-pointer problem in before-row update trigger processing. 15 years ago
Tom Lane 69bef7ff79 Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. 15 years ago
Itagaki Takahiro 13a9a7b55b Fix wrong error reports in 'number of array dimensions exceeds the 15 years ago
Marc G. Fournier f62f223b8e Tag 8.2.20 15 years ago
Tom Lane 948a64d2b9 Don't include <asm/ia64regs.h> unnecessarily. 15 years ago
Peter Eisentraut d5a0bb5acc Translation updates for release 8.2.20 15 years ago
Tom Lane aae2a02c9d Fix pg_restore to do the right thing when escaping large objects. 15 years ago
Tom Lane 2a0abe10f3 Fix miscalculation of itemsafter in array_set_slice(). 15 years ago
Andrew Dunstan ebbf741d5d Allow older branches to be built with Visual Studio 2008. This is a backport of commit df0cdd53 to the 8.2, 8.3 and 8.4 branches. 15 years ago
Andrew Dunstan 3be03bae2c Work around header misdefines in modern Windows SDK when _WIN32_WINNT is less than 0x0501. Only required for versions 8.2, 8.3 and 8.4., as we defined _WIN32_WINNT as 0x0501 after that. 15 years ago
Tom Lane 2892fd5dea Ooops, no DATE_IS_NOBEGIN/DATE_IS_NOEND in 8.3 or 8.2 ... 15 years ago
Tom Lane 1fa37ac25d Avoid unexpected conversion overflow in planner for distant date values. 15 years ago
Tom Lane 6dca260129 Fix up handling of simple-form CASE with constant test expression. 15 years ago
Andrew Dunstan 43a7206fcc Work around make changes on modern Mingw to allow release 8.2 regression tests to work. 15 years ago
Andrew Dunstan f2f63551cd Backpatch plperl GNUmakefile fixes to allow building release 8.2 on Mingw with a modern perl. 15 years ago
Tom Lane 6a61d58ca8 Fix up getopt() reset management so it works on recent mingw. 15 years ago
Marc G. Fournier 4d836f34b5 Tag 8.2.19. 15 years ago
Peter Eisentraut 8c25a949c4 Translation updates for release 8.2.19 15 years ago
Tom Lane 3727116213 Update time zone data files to tzdata release 2010o: DST law changes in 15 years ago
Tom Lane 8b77981f89 Force default wal_sync_method to be fdatasync on Linux. 15 years ago