| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 | 1 | -6/+1 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -2/+2 |
| * | Add a -w/--no-password option that prevents all password prompts to all | Peter Eisentraut | 2009-02-26 | 1 | -7/+1 |
| * | Implement prefetching via posix_fadvise() for bitmap index scans. A new | Tom Lane | 2009-01-12 | 1 | -1/+10 |
| * | Re-enable the old code in xlog.c that tried to use posix_fadvise(), so that | Tom Lane | 2009-01-11 | 1 | -2/+12 |
| * | Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically; | Tom Lane | 2008-07-12 | 1 | -10/+8 |
| * | Reduce the alignment requirement of type "name" from int to char, and arrange | Tom Lane | 2008-06-24 | 1 | -3/+3 |
| * | Extend yesterday's patch making BLCKSZ and RELSEG_SIZE configurable to also | Tom Lane | 2008-05-02 | 1 | -20/+1 |
| * | Remove the recently added USE_SEGMENTED_FILES option, and indeed remove all | Tom Lane | 2008-05-02 | 1 | -42/+1 |
| * | Add some debug support code to try to catch future mistakes in the area of | Tom Lane | 2008-04-11 | 1 | -6/+13 |
| * | Reduce the need for frontend programs to include "postgres.h" by refactoring | Tom Lane | 2008-03-27 | 1 | -1/+12 |
| * | Provide a build-time option to store large relations as single files, rather | Tom Lane | 2008-03-10 | 1 | -3/+11 |
| * | Remove long-unused and broken TCL_ARRAYS. | Alvaro Herrera | 2008-02-29 | 1 | -11/+1 |
| * | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane | 2007-06-08 | 1 | -1/+6 |
| * | Move BLCKSZ < 1024 check to guc.c. | Bruce Momjian | 2007-02-23 | 1 | -5/+1 |
| * | Prevent BLCKSZ < 1024, and have initdb test shared buffers based on the | Bruce Momjian | 2007-02-20 | 1 | -1/+5 |
| * | Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It | Peter Eisentraut | 2007-02-06 | 1 | -1/+10 |
| * | Add built-in userlock manipulation functions to replace the former | Tom Lane | 2006-09-18 | 1 | -11/+1 |
| * | Make the planner estimate costs for nestloop inner indexscans on the basis | Tom Lane | 2006-06-06 | 1 | -2/+2 |
| * | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 | 1 | -2/+13 |
| * | Remove BEOS port. | Bruce Momjian | 2006-01-05 | 1 | -4/+3 |
| * | Remove QNX port. | Bruce Momjian | 2006-01-05 | 1 | -3/+3 |
| * | Allocate a few extra LWLocks for possible use by add-on modules. | Tom Lane | 2005-10-07 | 1 | -1/+6 |
| * | Add a trace_sort option to help with measuring resource usage of external | Tom Lane | 2005-10-03 | 1 | -4/+8 |
| * | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane | 2005-03-29 | 1 | -7/+17 |
| * | Minor cleanup. | Bruce Momjian | 2004-09-10 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Integrate src/timezone library for all platforms. There is more we can | Tom Lane | 2004-05-21 | 1 | -9/+1 |
| * | Replace max_expr_depth parameter with a max_stack_depth parameter that | Tom Lane | 2004-03-24 | 1 | -6/+1 |
| * | Allow 'Infinity' and '-Infinity' as input to the float4 and float8 | Neil Conway | 2004-03-12 | 1 | -7/+1 |
| * | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane | 2004-02-11 | 1 | -1/+9 |
| * | Make the 'wal_debug' GUC variable a boolean (rather than an integer), and | Neil Conway | 2004-01-06 | 1 | -1/+7 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -2/+1 |
| * | Arrange to align shared disk buffers on at least 32-byte boundaries, | Tom Lane | 2003-09-21 | 1 | -1/+9 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -19/+19 |
| * | IPv6 cleanups. | Bruce Momjian | 2003-06-12 | 1 | -5/+4 |
| * | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 1 | -2/+2 |
| * | Make Win32 tests to match existing Cygwin tests, where appropriate. | Bruce Momjian | 2003-04-18 | 1 | -1/+17 |
| * | Generate pg_config.h.in by autoheader. Separate out manually editable | Peter Eisentraut | 2003-04-06 | 1 | -0/+212 |