Commit Graph

42 Commits (9b8aff8c192e2f313f90395d114c58a9ef84f97f)

Author SHA1 Message Date
Tom Lane d583f10b7e Create core infrastructure for KNNGIST. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Tom Lane 901be0fad4 Remove all the special-case code for INT64_IS_BUSTED, per decision that 16 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Peter Eisentraut 9de59fd191 Add a -w/--no-password option that prevents all password prompts to all 17 years ago
Tom Lane b7b8f0b609 Implement prefetching via posix_fadvise() for bitmap index scans. A new 17 years ago
Tom Lane 1a37056a74 Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that 17 years ago
Tom Lane c96439b5a0 Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically; 18 years ago
Tom Lane 5f6f840e93 Reduce the alignment requirement of type "name" from int to char, and arrange 18 years ago
Tom Lane cf9f6c8d8e Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also 18 years ago
Tom Lane 3c6248a828 Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all 18 years ago
Tom Lane 65c3d05e18 Add some debug support code to try to catch future mistakes in the area of 18 years ago
Tom Lane 039dfbfd5d Reduce the need for frontend programs to include "postgres.h" by refactoring 18 years ago
Tom Lane f0828b2fc3 Provide a build-time option to store large relations as single files, rather 18 years ago
Alvaro Herrera 7157114d54 Remove long-unused and broken TCL_ARRAYS. 18 years ago
Tom Lane a04a423599 Arrange for large sequential scans to synchronize with each other, so that 19 years ago
Bruce Momjian 9cc2a71c38 Move BLCKSZ < 1024 check to guc.c. 19 years ago
Bruce Momjian 272b6ef20d Prevent BLCKSZ < 1024, and have initdb test shared buffers based on the 19 years ago
Peter Eisentraut 037f8413fa Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It 19 years ago
Tom Lane 9b4cda0df6 Add built-in userlock manipulation functions to replace the former 20 years ago
Tom Lane 8a30cc2127 Make the planner estimate costs for nestloop inner indexscans on the basis 20 years ago
Tom Lane eaef111396 Define a separately configurable XLOG_BLCKSZ symbol for the page size 20 years ago
Bruce Momjian 44f9021223 Remove BEOS port. 20 years ago
Bruce Momjian a1675649e4 Remove QNX port. 20 years ago
Tom Lane bb55e583f6 Allocate a few extra LWLocks for possible use by add-on modules. 20 years ago
Tom Lane 53e47cdd79 Add a trace_sort option to help with measuring resource usage of external 21 years ago
Tom Lane 8c85a34a3b Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the 21 years ago
Bruce Momjian 74248ad673 Minor cleanup. 22 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 22 years ago
Tom Lane 63bd0db121 Integrate src/timezone library for all platforms. There is more we can 22 years ago
Tom Lane 8899a2aba9 Replace max_expr_depth parameter with a max_stack_depth parameter that 22 years ago
Neil Conway bfd6f52b0e Allow 'Infinity' and '-Infinity' as input to the float4 and float8 22 years ago
Tom Lane c3c09be34b Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to 22 years ago
Neil Conway bc028beb16 Make the 'wal_debug' GUC variable a boolean (rather than an integer), and 22 years ago
PostgreSQL Daemon 55b113257c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey. 22 years ago
Tom Lane 5aa29e88e9 Arrange to align shared disk buffers on at least 32-byte boundaries, 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Bruce Momjian b4cea00a1f IPv6 cleanups. 23 years ago
Bruce Momjian 12c9423832 Allow Win32 to compile under MinGW. Major changes are: 23 years ago
Bruce Momjian 4d4953fc41 Make Win32 tests to match existing Cygwin tests, where appropriate. 23 years ago
Peter Eisentraut cb1d036acb Generate pg_config.h.in by autoheader. Separate out manually editable 23 years ago