Commits

DateSubjectAuthorReleases
2011-12-25 Rethink representation of index clauses' mapping to index columns. Tom Lane 9.2.0
2010-12-03 Create core infrastructure for KNNGIST. Tom Lane 9.1.0
2010-01-07 Remove all the special-case code for INT64_IS_BUSTED, per decision that Tom Lane 9.0.0
2009-01-12 Implement prefetching via posix_fadvise() for bitmap index scans. A new Tom Lane 8.4.0
2009-01-11 Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that Tom Lane 8.4.0
2008-07-12 Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically; Tom Lane 8.4.0
2008-06-24 Reduce the alignment requirement of type "name" from int to char, and arrange Tom Lane 8.4.0
2008-05-02 Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also Tom Lane 8.4.0
2008-05-02 Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all Tom Lane 8.4.0
2008-04-11 Add some debug support code to try to catch future mistakes in the area of Tom Lane 8.4.0
2008-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.0
2008-03-10 Provide a build-time option to store large relations as single files, rather Tom Lane 8.4.0
2007-06-08 Arrange for large sequential scans to synchronize with each other, so that Tom Lane 8.3.0
2006-09-18 Add built-in userlock manipulation functions to replace the former Tom Lane 8.2.0
2006-06-06 Make the planner estimate costs for nestloop inner indexscans on the basis Tom Lane 8.2.0
2006-04-03 Define a separately configurable XLOG_BLCKSZ symbol for the page size Tom Lane 8.2.0
2005-10-07 Allocate a few extra LWLocks for possible use by add-on modules. Tom Lane 8.1.0
2005-10-03 Add a trace_sort option to help with measuring resource usage of external Tom Lane 8.1.0
2005-03-29 Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the Tom Lane 8.1.0
2004-05-21 Integrate src/timezone library for all platforms. There is more we can Tom Lane 8.0.0
2004-03-24 Replace max_expr_depth parameter with a max_stack_depth parameter that Tom Lane 8.0.0
2004-02-11 Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to Tom Lane 8.0.0
2003-11-09 Add operator strategy and comparison-value datatype fields to ScanKey. Tom Lane 8.0.0
2003-09-21 Arrange to align shared disk buffers on at least 32-byte boundaries, Tom Lane 7.4.1