Commit Graph

25065 Commits (a69f9028b573e18f1e8b525dbe0f9fbaac28414c)
 

Author SHA1 Message Date
Bruce Momjian 05cd021c30 Remove tabs from SGML source files. 19 years ago
Alvaro Herrera ef23a77441 Enable configurable log of autovacuum actions. Initial patch from Simon 19 years ago
Magnus Hagander 432ea3cffd Enable building of 64-bit libpq using visual studio 8 and the 19 years ago
Bruce Momjian 9e53f83c75 Item not done, per Pavel: 19 years ago
Magnus Hagander 62d25256f1 Change default build to release, to be consistent with unix build. 19 years ago
Magnus Hagander 5574c9f3a5 Silence mingw compiler warning 19 years ago
Bruce Momjian c228448910 Update docs/error message for CSV quote/escape --- must be ASCII. 19 years ago
Bruce Momjian 4029a5af9b Update error message for COPY with a multi-byte delimiter. 19 years ago
Bruce Momjian 739425dbe3 Document that the COPY delimiter must be an ASCII byte, rather than a 19 years ago
Bruce Momjian f30a72dcdb Update TODO for plpgsql cursors: 19 years ago
Tom Lane 836feeda9c Fix condition for whether end_heap_rewrite must fsync, per Heikki. 19 years ago
Bruce Momjian 097a200d89 Also done for PL/pgSQL: 19 years ago
Bruce Momjian f672b875ae Done: 19 years ago
Bruce Momjian e6facb3b95 Add warning about TODO item: 19 years ago
Tom Lane 4942ee656a Don't assume rd_smgr stays open across all of a rewriteheap operation; 19 years ago
Bruce Momjian 6c2c6682f6 Not easy, per Alvaro: 19 years ago
Tom Lane 2e824a8ea9 Rewrite choose_bitmap_and() to make it more robust in the presence of 19 years ago
Tom Lane 2b99411df2 Fix erroneous column counts in some documentation tables. Brian Gough 19 years ago
Tom Lane a7664ca3eb And remove 'em again ... 19 years ago
Tom Lane 91c62e211b Temporarily re-add derived files, in hopes of straightening out their CVS status. 19 years ago
Magnus Hagander 2ee5d945f9 Don't write timing output in quiet mode. 19 years ago
Tom Lane 274dfdb513 Tweak clean_encoding_name() API to avoid need to cast away const. 19 years ago
Tom Lane 6ee2a3be4a Fix pg_dump to not crash if -t or a similar switch is used to select a serial 19 years ago
Magnus Hagander de9effb55f Enable IPV6 for all MSVC builds, including the VC6 libpq-only build. 19 years ago
Alvaro Herrera e2a186b03c Add a multi-worker capability to autovacuum. This allows multiple worker 19 years ago
Tom Lane 42dc4b66e6 Make plancache store cursor options so it can pass them to planner during 19 years ago
Tom Lane f01b196597 Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql. 19 years ago
Tom Lane 66888f7424 Expose more cursor-related functionality in SPI: specifically, allow 19 years ago
Tom Lane fa92d21a48 Avoid running build_index_pathkeys() in situations where there cannot 19 years ago
Andrew Dunstan f97d4a267a Add --with-libxslt configure option 19 years ago
Tatsuo Ishii 6041b92238 Make JOHAB client only encoding per discussions in pgsql-hackers 19 years ago
Tatsuo Ishii bf47e3e419 Fix description how to create conversion function. 19 years ago
Andrew Dunstan 1656cb76f7 revert change to build xml2 until a better fix is found 19 years ago
Bruce Momjian 1b75d634a6 Update TODO: 19 years ago
Magnus Hagander bf3b8d8ad8 Allow \timing in psql to have a better resolution than ~15ms on Windows. 19 years ago
Bruce Momjian 5b464e1196 Update Win32 FAQ HTML version to match corrected text version. 19 years ago
Andrew Dunstan 6506a584cc Enable building contrib/xml2 if configured using --with-libxml. 19 years ago
Magnus Hagander 15ebfeec2d Add O_DIRECT support on Windows. 19 years ago
Neil Conway 85bbf01e08 Minor fixes for the EXPLAIN reference page. Mention the fact that 19 years ago
Neil Conway 6df6d8e361 Fixes for RESET SESSION patch, per Alvaro. Fix a typo in the RESET 19 years ago
Bruce Momjian c0e42e9325 Done: 19 years ago
Tom Lane 995ba280c1 Rearrange mdsync() looping logic to avoid the problem that a sufficiently 19 years ago
Tom Lane ebb6bae539 Cancel pending fsync requests during WAL replay of DROP DATABASE, per bug 19 years ago
Magnus Hagander b60ddffa93 Install debugger symbols (in their own directory) 19 years ago
Magnus Hagander 4dd3365086 Enable IPV6 when building with MSVC. 19 years ago
Neil Conway d13e903bea RESET SESSION, plus related new DDL commands. Patch from Marko Kreen, 19 years ago
Bruce Momjian e6e47f278d Update text, per Greg Stark: 19 years ago
Tom Lane 226a100568 Code review for btree page split WAL reduction patch. Make it actually work 19 years ago
Bruce Momjian f7424b0d4b Add: 19 years ago
Bruce Momjian 170fa82b1a Add: 19 years ago