Commit Graph

29006 Commits (aa719c4853ea460d5f9dae5856088205518b51a7)
 

Author SHA1 Message Date
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
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