| Commit message (Expand) | Author | Age |
* | Work around bug in strxfmt() but in MS VS2005. | Bruce Momjian | 2006-07-26 |
* | When a GUC string variable is not set, print the empty string (in SHOW etc.), | Peter Eisentraut | 2006-07-26 |
* | Convert effective_cache_size to an integer, for better integration with | Peter Eisentraut | 2006-07-26 |
* | Change LIMIT/OFFSET to use int8 | Bruce Momjian | 2006-07-26 |
* | Modify btree to delete known-dead index entries without an actual VACUUM. | Tom Lane | 2006-07-25 |
* | Add missing @OVERRIDE to 'India' config file, per Michael Fuhr. | Tom Lane | 2006-07-25 |
* | Remove hard-wired lists of timezone abbreviations in favor of providing | Tom Lane | 2006-07-25 |
* | Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores). | Andrew Dunstan | 2006-07-25 |
* | Make the order of operations in PostmasterMain a bit saner ... some | Tom Lane | 2006-07-25 |
* | DTrace support, with a small initial set of probes | Peter Eisentraut | 2006-07-24 |
* | Mark postgresql.conf entries that require server restart; some minor | Peter Eisentraut | 2006-07-24 |
* | Remove dubious and redundant (we think) setting of libdir in PATH for non tem... | Andrew Dunstan | 2006-07-24 |
* | Add a fudge factor to genericcostestimate() to prevent the planner from | Tom Lane | 2006-07-24 |
* | Convert the lock manager to use the new dynahash.c support for partitioned | Tom Lane | 2006-07-23 |
* | Fix oversight in sizing of shared buffer lookup hashtable. Because | Tom Lane | 2006-07-23 |
* | Split the buffer mapping table into multiple separately lockable | Tom Lane | 2006-07-23 |
* | Add support to dynahash.c for partitioning shared hashtables according | Tom Lane | 2006-07-22 |
* | Hmm, seems --disable-spinlocks has been broken for awhile and nobody | Tom Lane | 2006-07-22 |
* | In the recent changes to make the planner account better for cache | Tom Lane | 2006-07-22 |
* | Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel. | Andrew Dunstan | 2006-07-22 |
* | For automatic dependency tracking, replace our sed hackery with the GCC- | Peter Eisentraut | 2006-07-21 |
* | Add the full set of comparison functions for type TID, including a btree | Tom Lane | 2006-07-21 |
* | Ah, I finally realize why Magnus wanted to add a --bindir option to | Tom Lane | 2006-07-21 |
* | As a stopgap to get the Windows buildfarm members running again, hot-wire | Tom Lane | 2006-07-20 |
* | Make pg_config location overridable for pgxs builds. | Peter Eisentraut | 2006-07-20 |
* | Print out diff status code when we think there's a hard failure. | Tom Lane | 2006-07-20 |
* | Suppress unused-variable compiler warning, per Andrew Dunstan. | Tom Lane | 2006-07-20 |
* | Fix pg_regress.c to report tests in a parallel group when they finish, | Tom Lane | 2006-07-20 |
* | Make pg_regress.c get paths from pg_config_paths.h, instead of -D | Tom Lane | 2006-07-20 |
* | Don't try to truncate multixact SLRU files in checkpoints done during xlog | Tom Lane | 2006-07-20 |
* | Adjust spawn_process() to avoid unnecessary overhead processes: we can | Tom Lane | 2006-07-19 |
* | Update WIN32 quoting roles documentation. | Bruce Momjian | 2006-07-19 |
* | Adjust pg_regress to print out the exact string given to system() when | Tom Lane | 2006-07-19 |
* | Add WIN32 compile suggestion to pginclude README. | Bruce Momjian | 2006-07-19 |
* | kill() is declared in <signal.h> per Single Unix Spec. | Tom Lane | 2006-07-19 |
* | Tweak command quoting for Windows (I'd forgotten about SYSTEMQUOTE). | Tom Lane | 2006-07-19 |
* | Remove unnecessary inclusion of libpq into pg_regress --- overly | Tom Lane | 2006-07-19 |
* | Rewrite pg_regress as a C program instead of a shell script. | Tom Lane | 2006-07-19 |
* | copydir() and rmtree() need to use lstat, not stat, to behave as expected | Tom Lane | 2006-07-18 |
* | The Win32 DEF files that are generated for libpq contain the attribute | Bruce Momjian | 2006-07-18 |
* | Add pginclude testing ideas. | Bruce Momjian | 2006-07-18 |
* | Mark a few functions as static or NOT_USED. | Bruce Momjian | 2006-07-18 |
* | Make pg_regress a tad simpler and more general-purpose by removing its | Tom Lane | 2006-07-18 |
* | Mention dependency problems caused by pgrminclude on include files. | Bruce Momjian | 2006-07-17 |
* | Improve psql's \df slash command to include the argument names and modes | Neil Conway | 2006-07-17 |
* | Include libpq/pqcomm.h to ensure we have correct knowledge of | Tom Lane | 2006-07-16 |
* | In a Windows backend, don't build src/port/pgsleep.c's version of | Tom Lane | 2006-07-16 |
* | Ensure that we retry rather than erroring out when send() or recv() return | Tom Lane | 2006-07-16 |
* | Fix a few places where $Id$ and $Header$ CVS tags had crept into the | Tom Lane | 2006-07-16 |
* | Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. | Tom Lane | 2006-07-16 |