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