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