Commit Graph

22024 Commits (5a351b66dfc457bd575568cbf55060dd38b92d68)
 

Author SHA1 Message Date
Tom Lane 5a351b66df Make path_recv() and poly_recv() reject paths/polygons containing no points. 18 years ago
Tom Lane 3c92d5fdd9 Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive 18 years ago
Andrew Dunstan 63276b7f6c Workaround for perl problem where evaluating UTF8 regexes can cause 18 years ago
Peter Eisentraut f575dfc230 Require a specific Autoconf version, instead of a lower bound only. 18 years ago
Alvaro Herrera 4bf3801d59 Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead 18 years ago
Tatsuo Ishii d4becb639d Fix "Overall Page Layout" table. The second row should be ItemIdData, not 18 years ago
Tom Lane 80848c001d Prevent Perl from introducing a possibly-incompatible definition of type 18 years ago
Teodor Sigaev 9275f2d34c Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. 18 years ago
Tom Lane 011e0efc15 Update timezone data files to release 2007i of the zic database. 18 years ago
Joe Conway 0b33e2066f Have crosstab variants treat NULL rowid as a category in its own right, 18 years ago
Tom Lane 8d31b6d24d Second pass at improving LIKE/regex estimation in non-C locales. It turns 18 years ago
Tom Lane b4b939e455 If an index depends on no columns of its table, give it a dependency on the 18 years ago
Tom Lane e4a46db10f Improve the performance of LIKE/regex estimation in non-C locales, by making 18 years ago
Michael Meskes 607359854e Fixed two parser bugs. 18 years ago
Tom Lane 56ac701b3b Fix a couple of issues with pg_dump's handling of inheritance child tables 18 years ago
Tom Lane 5808e2b173 Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes 18 years ago
Tom Lane fbe5dc4386 Ensure that the result of evaluating a function during constant-expression 18 years ago
Magnus Hagander 9310b2e578 Don't try to free pgpassfile since it's a stack variable. 18 years ago
Tom Lane 56ae9c905a Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". 18 years ago
Tom Lane bc0179e02b Update timezone data files to release 2007h of the zic database. 18 years ago
Tom Lane d218e2332b Defend against openssl libraries that fail on keys longer than 128 bits; 19 years ago
Tom Lane 9618af7b27 Make archive recovery always start a new timeline, rather than only when a 19 years ago
Teodor Sigaev bc16ca2746 Fix crash of to_tsvector() function on huge input: compareWORD() 19 years ago
Alvaro Herrera 9e439d9f66 Reduce the size of memory allocations by lazy vacuum when processing a small 19 years ago
Tom Lane 4de99f840b Fix bogus calculation of potential output string length in translate(). 19 years ago
Tom Lane ac5091b6ac Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. 19 years ago
Tom Lane 1498c45806 Update release notes for last-minute fix. 19 years ago
Tom Lane be706260f0 Fix aboriginal mistake in lazy VACUUM's code for truncating away 19 years ago
Marc G. Fournier cf45f1f4c0 update configure for 8.1.10 19 years ago
Tom Lane b061801569 Fix markup that doesn't work in back branches. 19 years ago
Tom Lane 0fcc0224fe Minor editorialization on release notes. 19 years ago
Peter Eisentraut eae9062283 Translation updates 19 years ago
Alvaro Herrera 07c822672b Make REINDEX DATABASE silently skip remote temp tables. 19 years ago
Alvaro Herrera 57dcb0f81d Fix the database-wide version of CLUSTER to silently skip temp tables of 19 years ago
Alvaro Herrera 073164b767 Add a CHECK_FOR_INTERRUPTS call in the site where the vacuum delay point 19 years ago
Tom Lane 459b26f727 Sync timezone data with 2007g zic release. 19 years ago
Bruce Momjian 1116c0d4d3 Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. 19 years ago
Bruce Momjian 07403e67dd Stamp 19 years ago
Tom Lane 4603c29e3a Make sure that open hash table scans are cleaned up when bgwriter tries to 19 years ago
Teodor Sigaev 8605cfaa3d Fix header's size of structs defines in ispell. 19 years ago
Alvaro Herrera e52f4ec325 Remove the vacuum_delay_point call in count_nondeletable_pages, because we hold 19 years ago
Teodor Sigaev 015659330f Improve page split in rtree emulation. Now if splitted result has 19 years ago
Tom Lane c06e5bb7bb Fix aboriginal bug in _tarAddFile(): when complaining that the amount of data 19 years ago
Michael Meskes 2169ad2208 Fixed bug in Informix define handling. 19 years ago
Tom Lane d7e1fa482a Fix brain fade in DefineIndex(): it was continuing to access the table's 19 years ago
Tom Lane d68b66984c Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Tom Lane bbb7e05c32 Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the 19 years ago
Tom Lane d8cb5391c2 Repair problems occurring when multiple RI updates have to be done to the same 19 years ago
Neil Conway 1de589bfcb Fix a gradual memory leak in ExecReScanAgg(). Because the aggregation 19 years ago
Tom Lane 6d1607dc3f Fix pg_restore to guard against unexpected EOF while reading an archive file. 19 years ago