summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add missing @OVERRIDE to 'India' config file, per Michael Fuhr.Tom Lane2006-07-2514-0/+35
* Remove hard-wired lists of timezone abbreviations in favor of providingTom Lane2006-07-2536-433/+2795
* Use correct ifdef test for cygwin, namely __CYGWIN__ (note underscores).Andrew Dunstan2006-07-251-3/+3
* Make the order of operations in PostmasterMain a bit saner ... someTom Lane2006-07-251-12/+13
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-249-8/+124
* Mark postgresql.conf entries that require server restart; some minorPeter Eisentraut2006-07-241-36/+54
* Remove dubious and redundant (we think) setting of libdir in PATH for non tem...Andrew Dunstan2006-07-241-10/+1
* Add a fudge factor to genericcostestimate() to prevent the planner fromTom Lane2006-07-241-1/+19
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-237-236/+307
* Fix oversight in sizing of shared buffer lookup hashtable. BecauseTom Lane2006-07-231-4/+11
* Split the buffer mapping table into multiple separately lockableTom Lane2006-07-237-65/+185
* Add support to dynahash.c for partitioning shared hashtables accordingTom Lane2006-07-224-180/+387
* Hmm, seems --disable-spinlocks has been broken for awhile and nobodyTom Lane2006-07-221-3/+5
* In the recent changes to make the planner account better for cacheTom Lane2006-07-225-32/+62
* Add libdir to PATH for Cygwin as well as WIN32 - should fix buildfarm eel.Andrew Dunstan2006-07-221-3/+3
* For automatic dependency tracking, replace our sed hackery with the GCC-Peter Eisentraut2006-07-211-27/+5
* Add the full set of comparison functions for type TID, including a btreeTom Lane2006-07-219-51/+167
* Ah, I finally realize why Magnus wanted to add a --bindir option toTom Lane2006-07-216-24/+55
* As a stopgap to get the Windows buildfarm members running again, hot-wireTom Lane2006-07-201-31/+40
* Make pg_config location overridable for pgxs builds.Peter Eisentraut2006-07-201-11/+13
* Print out diff status code when we think there's a hard failure.Tom Lane2006-07-201-4/+9
* Suppress unused-variable compiler warning, per Andrew Dunstan.Tom Lane2006-07-201-1/+3
* Fix pg_regress.c to report tests in a parallel group when they finish,Tom Lane2006-07-201-27/+48
* Make pg_regress.c get paths from pg_config_paths.h, instead of -DTom Lane2006-07-202-12/+15
* Don't try to truncate multixact SLRU files in checkpoints done during xlogTom Lane2006-07-201-3/+8
* Adjust spawn_process() to avoid unnecessary overhead processes: we canTom Lane2006-07-192-18/+24
* Update WIN32 quoting roles documentation.Bruce Momjian2006-07-191-3/+19
* Adjust pg_regress to print out the exact string given to system() whenTom Lane2006-07-191-7/+6
* Add WIN32 compile suggestion to pginclude README.Bruce Momjian2006-07-191-2/+1
* kill() is declared in <signal.h> per Single Unix Spec.Tom Lane2006-07-191-1/+2
* Tweak command quoting for Windows (I'd forgotten about SYSTEMQUOTE).Tom Lane2006-07-191-12/+12
* Remove unnecessary inclusion of libpq into pg_regress --- overlyTom Lane2006-07-191-2/+2
* Rewrite pg_regress as a C program instead of a shell script.Tom Lane2006-07-198-814/+1639
* copydir() and rmtree() need to use lstat, not stat, to behave as expectedTom Lane2006-07-182-4/+4
* The Win32 DEF files that are generated for libpq contain the attributeBruce Momjian2006-07-181-4/+1
* Add pginclude testing ideas.Bruce Momjian2006-07-181-0/+3
* Mark a few functions as static or NOT_USED.Bruce Momjian2006-07-189-21/+22
* Make pg_regress a tad simpler and more general-purpose by removing itsTom Lane2006-07-183-13/+29
* Mention dependency problems caused by pgrminclude on include files.Bruce Momjian2006-07-171-5/+15
* Improve psql's \df slash command to include the argument names and modesNeil Conway2006-07-171-3/+30
* Include libpq/pqcomm.h to ensure we have correct knowledge ofTom Lane2006-07-161-2/+3
* In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane2006-07-164-16/+24
* Ensure that we retry rather than erroring out when send() or recv() returnTom Lane2006-07-162-7/+33
* Fix a few places where $Id$ and $Header$ CVS tags had crept into theTom Lane2006-07-165-5/+5
* Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h.Tom Lane2006-07-161-1/+9
* Put back another not-so-unnecessary #include, per report from Hiroshi Saito.Tom Lane2006-07-161-1/+2
* Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane2006-07-161-25/+22
* Improve error message wording.Tom Lane2006-07-161-2/+2
* Put back some more not-so-unused-as-all-that #includes. This un-breaksTom Lane2006-07-152-2/+6
* Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane2006-07-156-15/+20