Commit Graph

24736 Commits (74496bc298e099401a8b41c1c529bf9fb7aa9f3c)
 

Author SHA1 Message Date
Peter Eisentraut 74496bc298 Contrib module uuid-ossp for generating UUID values using the OSSP UUID 18 years ago
Andrew Dunstan 71495f296e Document new -with-libxslt build option. 18 years ago
Tom Lane 48239e156f Avoid useless work during set_plain_rel_pathlist() when the relation 18 years ago
Tom Lane 925ca9d7de Tweak make_inh_translation_lists() to check the common case wherein parent and 18 years ago
Tom Lane 402bd494ce Improve the way in which CatalogCacheComputeHashValue combines multiple key 18 years ago
Tom Lane 11da4c671e Adjust pgstat_initstats() to avoid repeated searches of the TabStat arrays 18 years ago
Tom Lane ca3d14f2a9 Tweak set_rel_width() to avoid redundant executions of getrelid(). 18 years ago
Peter Eisentraut 8073fff8e4 Documentation for UUID type 18 years ago
Bruce Momjian 1c8302cab3 Add comment on why deadlock detection error messages only prints numbers. 18 years ago
Bruce Momjian 0240b28668 Add script major_release_split to simplify creating release notes for 18 years ago
Bruce Momjian d4b832508a Add mention of checking <link> behavior of HISTORY.html to release 18 years ago
Bruce Momjian 39c1ce2ccb Remove duplicate text, per Magnus. 18 years ago
Tom Lane 23c8b0ccc6 Fix markup. 18 years ago
Tom Lane aa27977fe2 Support explicit placement of the temporary-table schema within search_path. 18 years ago
Tom Lane 9350056eaa Sync timezone data with 2007e zic release. 18 years ago
Tom Lane 9d37c038fc Repair PANIC condition in hash indexes when a previous index extension attempt 18 years ago
Tom Lane 77a41e71a3 Fix plpgsql to avoid reference to already-freed memory when returning a 18 years ago
Alvaro Herrera dfa58878cb Silence compiler warnings, per Bruce. 18 years ago
Bruce Momjian 7fb1a0b5f3 Release wording updates for releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 18 years ago
Bruce Momjian ca3f095b98 Update FAQ for 8.2.4. 18 years ago
Bruce Momjian 3116c2f7c3 Release note updates for 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. 18 years ago
Bruce Momjian 05cd021c30 Remove tabs from SGML source files. 18 years ago
Alvaro Herrera ef23a77441 Enable configurable log of autovacuum actions. Initial patch from Simon 18 years ago
Magnus Hagander 432ea3cffd Enable building of 64-bit libpq using visual studio 8 and the 18 years ago
Bruce Momjian 9e53f83c75 Item not done, per Pavel: 18 years ago
Magnus Hagander 62d25256f1 Change default build to release, to be consistent with unix build. 18 years ago
Magnus Hagander 5574c9f3a5 Silence mingw compiler warning 18 years ago
Bruce Momjian c228448910 Update docs/error message for CSV quote/escape --- must be ASCII. 18 years ago
Bruce Momjian 4029a5af9b Update error message for COPY with a multi-byte delimiter. 18 years ago
Bruce Momjian 739425dbe3 Document that the COPY delimiter must be an ASCII byte, rather than a 18 years ago
Bruce Momjian f30a72dcdb Update TODO for plpgsql cursors: 18 years ago
Tom Lane 836feeda9c Fix condition for whether end_heap_rewrite must fsync, per Heikki. 18 years ago
Bruce Momjian 097a200d89 Also done for PL/pgSQL: 18 years ago
Bruce Momjian f672b875ae Done: 18 years ago
Bruce Momjian e6facb3b95 Add warning about TODO item: 18 years ago
Tom Lane 4942ee656a Don't assume rd_smgr stays open across all of a rewriteheap operation; 18 years ago
Bruce Momjian 6c2c6682f6 Not easy, per Alvaro: 18 years ago
Tom Lane 2e824a8ea9 Rewrite choose_bitmap_and() to make it more robust in the presence of 18 years ago
Tom Lane 2b99411df2 Fix erroneous column counts in some documentation tables. Brian Gough 18 years ago
Tom Lane a7664ca3eb And remove 'em again ... 18 years ago
Tom Lane 91c62e211b Temporarily re-add derived files, in hopes of straightening out their CVS status. 18 years ago
Magnus Hagander 2ee5d945f9 Don't write timing output in quiet mode. 18 years ago
Tom Lane 274dfdb513 Tweak clean_encoding_name() API to avoid need to cast away const. 18 years ago
Tom Lane 6ee2a3be4a Fix pg_dump to not crash if -t or a similar switch is used to select a serial 18 years ago
Magnus Hagander de9effb55f Enable IPV6 for all MSVC builds, including the VC6 libpq-only build. 18 years ago
Alvaro Herrera e2a186b03c Add a multi-worker capability to autovacuum. This allows multiple worker 18 years ago
Tom Lane 42dc4b66e6 Make plancache store cursor options so it can pass them to planner during 18 years ago
Tom Lane f01b196597 Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql. 18 years ago
Tom Lane 66888f7424 Expose more cursor-related functionality in SPI: specifically, allow 18 years ago
Tom Lane fa92d21a48 Avoid running build_index_pathkeys() in situations where there cannot 18 years ago