summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2006-06-20Remove redundant gettimeofday() calls to the extent practical withoutTom Lane
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-06-19Take the statistics collector out of the loop for monitoring backends'Tom Lane
2006-06-18Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane
2006-06-16Code review for SELECT INTO STRICT patch: use saner choices of errorTom Lane
2006-06-16DROP ... IF EXISTS for the following cases:Andrew Dunstan
2006-06-16Fix problems with cached tuple descriptors disappearing while still in useTom Lane
2006-06-15Remove the limit on the number of entries allowed in catcaches, andTom Lane
2006-06-09Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliableTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-06-06Make the planner estimate costs for nestloop inner indexscans on the basisTom Lane
2006-06-06Remove ancient AIX structure workaround.Bruce Momjian
2006-06-05Increase the default value of cpu_index_tuple_cost from 0.001 to 0.005.Tom Lane
2006-06-05Add a GUC parameter seq_page_cost, and use that everywhere we formerlyTom Lane
2006-05-31Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane
2006-05-30Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane
2006-05-30Code review for EXPLAIN patch. Fix some typos, make it behave sanelyTom Lane
2006-05-30Add pgmagic header block to store compile-time constants:Bruce Momjian
2006-05-30Make EXPLAIN sampling smarter, to avoid excessive sampling delay.Bruce Momjian
2006-05-30Add "inline" compile fix for MSVC/BCC:Bruce Momjian
2006-05-30Patch reverted because of random buildfarm failures:Bruce Momjian
2006-05-29Som improve page split in multicolumn GiST index.Teodor Sigaev
2006-05-28Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane
2006-05-28Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bitsAlvaro Herrera
2006-05-27Re-introduce the yylex filter function formerly used to support UNIONTom Lane
2006-05-26Use E'' strings internally only when standard_conforming_strings =Bruce Momjian
2006-05-24* Add support NULL to GiST.Teodor Sigaev
2006-05-23Tweak writetup_heap/readtup_heap to avoid storing the tuple identityTom Lane
2006-05-23Avoid duplicate definition of LOCALEDIR in pg_config.h, already definedBruce Momjian
2006-05-23Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane
2006-05-21Add a new GUC parameter backslash_quote, which determines whether the SQLTom Lane
2006-05-21Change the backend to reject strings containing invalidly-encoded multibyteTom Lane
2006-05-19Add last-vacuum/analyze-time columns to the stats collector, both manual andAlvaro Herrera
2006-05-19Simplify gistSplit() and some refactoring related code.Teodor Sigaev
2006-05-19Fix Solaris/ASM test for x86.Bruce Momjian
2006-05-18Use unsigned into for slock_t for pre-sparcv8plus.Bruce Momjian
2006-05-18Mention that gcc/sparc generates sparcv7 binaries.Bruce Momjian
2006-05-17Add comments that Solaris Sun compiler only supports sparc9 ASM,Bruce Momjian
2006-05-17Change catalog version due to WAL protocol changes in GiSTTeodor Sigaev
2006-05-17Reduce size of critial section during vacuum full, criticalTeodor Sigaev
2006-05-17Rename macro parameter, for clarity.Bruce Momjian
2006-05-11Code review for standard_conforming_strings patch. Fix it so it does notTom Lane
2006-05-10Clean up code associated with updating pg_class statistics columnsTom Lane
2006-05-10Reduce size of critical section and remove call of user-defined functions inTeodor Sigaev
2006-05-08Rewrite btree vacuuming to fold the former bulkdelete and cleanup operationsTom Lane
2006-05-07Rewrite btree index scans to work a page at a time in all cases (bothTom Lane
2006-05-04Simplify relcache startup sequence. With the new design of InitPostgresTom Lane
2006-05-03Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane
2006-05-02Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane
2006-05-02Add GIN opclases for another typesTeodor Sigaev