Commit Graph

68 Commits (4ea51cdfe85ceef8afabceb03c446574daa0ac23)

Author SHA1 Message Date
Robert Haas 4ea51cdfe8 Use abbreviated keys for faster sorting of text datums. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Peter Eisentraut e86507d770 Move PG_AUTOCONF_FILENAME definition 11 years ago
Noah Misch b779168ffe Detect PG_PRINTF_ATTRIBUTE automatically. 11 years ago
Heikki Linnakangas dedae6c211 Remove obsolete debugging option, RTDEBUG. 11 years ago
Andres Freund ef8863844b Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE. 11 years ago
Andres Freund b64d92f1a5 Add a basic atomic ops API abstracting away platform/architecture details. 11 years ago
Heikki Linnakangas 680513ab79 Break out OpenSSL-specific code to separate files. 12 years ago
Magnus Hagander c0e4520b16 Add option to pg_ctl to choose event source for logging 12 years ago
Heikki Linnakangas b29e715143 Revert accidental change of WAL_DEBUG default. 12 years ago
Heikki Linnakangas 0ef0b6784c Change the signature of rm_desc so that it's passed a XLogRecord. 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Fujii Masao 7c619be623 Fix typos in comments for ALTER SYSTEM. 12 years ago
Robert Haas daa7527afc Reduce the number of semaphores used under --disable-spinlocks. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Tatsuo Ishii 65d6e4cb5c Add ALTER SYSTEM command to edit the server configuration file. 12 years ago
Heikki Linnakangas 375d8526f2 Keep heavily-contended fields in XLogCtlInsert on different cache lines. 12 years ago
Noah Misch 19085116ee Cooperate with the Valgrind instrumentation framework. 13 years ago
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 14 years ago
Tom Lane 631beeac35 Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible. 14 years ago
Tom Lane 5cfa8dd300 Use mutex hint bit in PPC LWARX instructions, where possible. 14 years ago
Tom Lane 472d3935a2 Rethink representation of index clauses' mapping to index columns. 14 years ago
Robert Haas c980426c69 Revert accidental change to pg_config_manual.h. 14 years ago
Andrew Dunstan c02d5b7c27 Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 15 years ago
Robert Haas 53dbc27c62 Support unlogged tables. 15 years ago
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