Commit Graph

29342 Commits (759d0f19dc0ede995cacda062bc99b59e2077d2c)
 

Author SHA1 Message Date
Peter Eisentraut fb344d44a3 Translation updates 15 years ago
Tom Lane 8587c7e592 Update release notes for releases 9.0.4, 8.4.8, 8.3.15, and 8.2.21. 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
Robert Haas c2391b0551 Correct "characters" to "bytes" in createdb docs. 15 years ago
Tom Lane 3b02cef295 Improve user-defined-aggregates documentation. 15 years ago
Tom Lane e39d6db39b Fix ancient typo in user-defined-aggregates documentation. 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
Tom Lane 1118e83198 Fix dangling-pointer problem in before-row update trigger processing. 15 years ago
Tom Lane 2b3a0630b5 Fix tsmatchsel() to account properly for null rows. 15 years ago
Tom Lane 42e663cc41 Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX. 15 years ago
Magnus Hagander e673e08458 Fix typo. 15 years ago
Magnus Hagander ff18de8112 Undefine setlocale() macro on Win32 15 years ago
Itagaki Takahiro 2da967380f Fix wrong error reports in 'number of array dimensions exceeds the 15 years ago
Tom Lane c1da1f45a1 Make reduce_outer_joins() smarter about semijoins. 15 years ago
Marc G. Fournier 7df910c7d1 Tag 8.4.7 15 years ago
Tom Lane b29720f997 Update release notes. 15 years ago
Tom Lane d1fd7b290c Prevent buffer overrun while parsing an integer in a "query_int" value. 15 years ago
Tom Lane 8bbb60225a Don't include <asm/ia64regs.h> unnecessarily. 15 years ago
Peter Eisentraut bdf3a80646 Translation updates for release 8.4.7 15 years ago
Tom Lane dea0a74cb2 Update release notes for releases 9.0.3, 8.4.7, 8.3.14, and 8.2.20. 15 years ago
Tom Lane 2a1ef10115 Fix pg_restore to do the right thing when escaping large objects. 15 years ago
Robert Haas 9de3f2843c Document that WITH queries are also called Common Table Expressions. 15 years ago
Tom Lane f43c4d9ec4 Fix miscalculation of itemsafter in array_set_slice(). 15 years ago
Magnus Hagander deca07eddd Ensure the directory for gram.h is created on win32 15 years ago
Magnus Hagander ed67b6cc2f Properly install gram.h on MSVC builds 15 years ago
Andrew Dunstan 5739935188 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 1d1a434222 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 d5b2587c20 Avoid unexpected conversion overflow in planner for distant date values. 15 years ago
Andrew Dunstan 370a899696 Allow vpath builds and regression tests to succeed on Mingw. Backpatch to release 8.4 - earlier releases would require more changes and it's not worth the trouble. 15 years ago
Tom Lane a5db8e12b3 Fix up handling of simple-form CASE with constant test expression. 15 years ago
Tom Lane 15884d494e Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
Magnus Hagander 2bb6050c45 Document unavailable parameters in some configurations 15 years ago
Tom Lane 0a0eec670d Remove optreset from src/port/ implementations of getopt and getopt_long. 15 years ago
Tom Lane 2dffe1f8bb Fix up getopt() reset management so it works on recent mingw. 15 years ago
Tom Lane 7bfefa9a12 Fix contrib/seg's GiST picksplit method. 15 years ago