| Commit message (Expand) | Author | Age |
* | Use Unix line endings instead of DOS ones, per Magnus. | Bruce Momjian | 2006-06-26 |
* | Update include files to Unix newline format, per report from Magnus. | Bruce Momjian | 2006-06-26 |
* | Tweak dynahash.c to avoid wasting memory space in non-shared hash tables. | Tom Lane | 2006-06-25 |
* | Fix GEVHDRSZ for Win32. | Bruce Momjian | 2006-06-25 |
* | Fix Win32/Cygwin problems: | Bruce Momjian | 2006-06-25 |
* | Fix re-inclusion of port header file on Windows, per Magnus. | Tom Lane | 2006-06-24 |
* | Remove redundant gettimeofday() calls to the extent practical without | Tom Lane | 2006-06-20 |
* | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 |
* | Take the statistics collector out of the loop for monitoring backends' | Tom Lane | 2006-06-19 |
* | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane | 2006-06-18 |
* | Code review for SELECT INTO STRICT patch: use saner choices of error | Tom Lane | 2006-06-16 |
* | DROP ... IF EXISTS for the following cases: | Andrew Dunstan | 2006-06-16 |
* | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane | 2006-06-16 |
* | Remove the limit on the number of entries allowed in catcaches, and | Tom Lane | 2006-06-15 |
* | Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliable | Tom Lane | 2006-06-09 |
* | Prepare code to be built by MSVC: | Bruce Momjian | 2006-06-07 |
* | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 |
* | Remove ancient AIX structure workaround. | Bruce Momjian | 2006-06-06 |
* | Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005. | Tom Lane | 2006-06-05 |
* | Add a GUC parameter seq_page_cost, and use that everywhere we formerly | Tom Lane | 2006-06-05 |
* | Make PG_MODULE_MAGIC required in shared libraries that are loaded into | Tom Lane | 2006-05-31 |
* | Code review for magic-block patch. Remove separate header file pgmagic.h, | Tom Lane | 2006-05-30 |
* | Code review for EXPLAIN patch. Fix some typos, make it behave sanely | Tom Lane | 2006-05-30 |
* | Add pgmagic header block to store compile-time constants: | Bruce Momjian | 2006-05-30 |
* | Make EXPLAIN sampling smarter, to avoid excessive sampling delay. | Bruce Momjian | 2006-05-30 |
* | Add "inline" compile fix for MSVC/BCC: | Bruce Momjian | 2006-05-30 |
* | Patch reverted because of random buildfarm failures: | Bruce Momjian | 2006-05-30 |
* | Som improve page split in multicolumn GiST index. | Teodor Sigaev | 2006-05-29 |
* | Fix up pg_dump to do string escaping fully correctly for client encoding | Tom Lane | 2006-05-28 |
* | Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits | Alvaro Herrera | 2006-05-28 |
* | Re-introduce the yylex filter function formerly used to support UNION | Tom Lane | 2006-05-27 |
* | Use E'' strings internally only when standard_conforming_strings = | Bruce Momjian | 2006-05-26 |
* | * Add support NULL to GiST. | Teodor Sigaev | 2006-05-24 |
* | Tweak writetup_heap/readtup_heap to avoid storing the tuple identity | Tom Lane | 2006-05-23 |
* | Avoid duplicate definition of LOCALEDIR in pg_config.h, already defined | Bruce Momjian | 2006-05-23 |
* | Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of | Tom Lane | 2006-05-23 |
* | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane | 2006-05-21 |
* | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane | 2006-05-21 |
* | Add last-vacuum/analyze-time columns to the stats collector, both manual and | Alvaro Herrera | 2006-05-19 |
* | Simplify gistSplit() and some refactoring related code. | Teodor Sigaev | 2006-05-19 |
* | Fix Solaris/ASM test for x86. | Bruce Momjian | 2006-05-19 |
* | Use unsigned into for slock_t for pre-sparcv8plus. | Bruce Momjian | 2006-05-18 |
* | Mention that gcc/sparc generates sparcv7 binaries. | Bruce Momjian | 2006-05-18 |
* | Add comments that Solaris Sun compiler only supports sparc9 ASM, | Bruce Momjian | 2006-05-17 |
* | Change catalog version due to WAL protocol changes in GiST | Teodor Sigaev | 2006-05-17 |
* | Reduce size of critial section during vacuum full, critical | Teodor Sigaev | 2006-05-17 |
* | Rename macro parameter, for clarity. | Bruce Momjian | 2006-05-17 |
* | Code review for standard_conforming_strings patch. Fix it so it does not | Tom Lane | 2006-05-11 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 |
* | Reduce size of critical section and remove call of user-defined functions in | Teodor Sigaev | 2006-05-10 |