| Commit message (Expand) | Author | Age |
* | 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 |
* | Rewrite btree vacuuming to fold the former bulkdelete and cleanup operations | Tom Lane | 2006-05-08 |
* | Rewrite btree index scans to work a page at a time in all cases (both | Tom Lane | 2006-05-07 |
* | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane | 2006-05-04 |
* | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 |
* | Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. | Tom Lane | 2006-05-02 |
* | Add GIN opclases for another types | Teodor Sigaev | 2006-05-02 |
* | GIN: Generalized Inverted iNdex. | Teodor Sigaev | 2006-05-02 |
* | Provide a namespace.c function for lookup of an operator with exact | Tom Lane | 2006-05-01 |
* | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 |
* | Improve the representation of FOR UPDATE/FOR SHARE so that we can | Tom Lane | 2006-04-30 |
* | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 |
* | Revert patch pending more discussion: | Bruce Momjian | 2006-04-30 |
* | Rearrange some configure.in comments for better readability. | Tom Lane | 2006-04-29 |
* | Disallow changing DEFAULT expression of a SERIAL column. | Bruce Momjian | 2006-04-29 |