| 2006-07-25 | Bruce Momjian | Done: | commit | commitdiff | tree | 
| 2006-07-25 | Tom Lane | Remove hard-wired lists of timezone abbreviations in... | commit | commitdiff | tree | 
| 2006-07-25 | Andrew Dunstan | Use correct ifdef test for cygwin, namely __CYGWIN__... | commit | commitdiff | tree | 
| 2006-07-25 | Tom Lane | Make the order of operations in PostmasterMain a bit... | commit | commitdiff | tree | 
| 2006-07-24 | Peter Eisentraut | Fix spectacular misspellings of procedural language... | commit | commitdiff | tree | 
| 2006-07-24 | Peter Eisentraut | DTrace support, with a small initial set of probes | commit | commitdiff | tree | 
| 2006-07-24 | Peter Eisentraut | Mark postgresql.conf entries that require server restar... | commit | commitdiff | tree | 
| 2006-07-24 | Andrew Dunstan | Remove dubious and redundant (we think) setting of... | commit | commitdiff | tree | 
| 2006-07-24 | Tom Lane | Add a fudge factor to genericcostestimate() to prevent... | commit | commitdiff | tree | 
| 2006-07-23 | Tom Lane | Convert the lock manager to use the new dynahash.c... | commit | commitdiff | tree | 
| 2006-07-23 | Tom Lane | Fix oversight in sizing of shared buffer lookup hashtab... | commit | commitdiff | tree | 
| 2006-07-23 | Tom Lane | Split the buffer mapping table into multiple separately... | commit | commitdiff | tree | 
| 2006-07-22 | Tom Lane | Add support to dynahash.c for partitioning shared hasht... | commit | commitdiff | tree | 
| 2006-07-22 | Tom Lane | Hmm, seems --disable-spinlocks has been broken for... | commit | commitdiff | tree | 
| 2006-07-22 | Tom Lane | In the recent changes to make the planner account bette... | commit | commitdiff | tree | 
| 2006-07-22 | Andrew Dunstan | Add libdir to PATH for Cygwin as well as WIN32 - should... | commit | commitdiff | tree | 
| 2006-07-21 | Peter Eisentraut | For automatic dependency tracking, replace our sed... | commit | commitdiff | tree | 
| 2006-07-21 | Tom Lane | Add the full set of comparison functions for type TID... | commit | commitdiff | tree | 
| 2006-07-21 | Tom Lane | Ah, I finally realize why Magnus wanted to add a -... | commit | commitdiff | tree | 
| 2006-07-20 | Bruce Momjian | Update documentation on GRANT SCEMA USAGE, again. | commit | commitdiff | tree | 
| 2006-07-20 | Tom Lane | As a stopgap to get the Windows buildfarm members runni... | commit | commitdiff | tree | 
| 2006-07-20 | Peter Eisentraut | Make pg_config location overridable for pgxs builds. | commit | commitdiff | tree | 
| 2006-07-20 | Tom Lane | Print out diff status code when we think there's a... | commit | commitdiff | tree | 
| 2006-07-20 | Tom Lane | Suppress unused-variable compiler warning, per Andrew... | commit | commitdiff | tree | 
| 2006-07-20 | Tom Lane | Fix pg_regress.c to report tests in a parallel group... | commit | commitdiff | tree | 
| 2006-07-20 | Tom Lane | Make pg_regress.c get paths from pg_config_paths.h... | commit | commitdiff | tree | 
| 2006-07-20 | Tom Lane | Don't try to truncate multixact SLRU files in checkpoin... | commit | commitdiff | tree | 
| 2006-07-19 | Bruce Momjian | Update GRANT USAGE on schema permission description. | commit | commitdiff | tree | 
| 2006-07-19 | Neil Conway | pgcrypto merge cleanup: | commit | commitdiff | tree | 
| 2006-07-19 | Tom Lane | Adjust spawn_process() to avoid unnecessary overhead... | commit | commitdiff | tree | 
| 2006-07-19 | Bruce Momjian | Update WIN32 quoting roles documentation. | commit | commitdiff | tree | 
| 2006-07-19 | Tom Lane | Adjust pg_regress to print out the exact string given... | commit | commitdiff | tree | 
| 2006-07-19 | Bruce Momjian | Add WIN32 compile suggestion to pginclude README. | commit | commitdiff | tree | 
| 2006-07-19 | Tom Lane | kill() is declared in <signal.h> per Single Unix Spec. | commit | commitdiff | tree | 
| 2006-07-19 | Tom Lane | Tweak command quoting for Windows (I'd forgotten about... | commit | commitdiff | tree | 
| 2006-07-19 | Tom Lane | Remove unnecessary inclusion of libpq into pg_regress... | commit | commitdiff | tree | 
| 2006-07-19 | Tom Lane | Rewrite pg_regress as a C program instead of a shell... | commit | commitdiff | tree | 
| 2006-07-18 | Tom Lane | copydir() and rmtree() need to use lstat, not stat... | commit | commitdiff | tree | 
| 2006-07-18 | Bruce Momjian | The Win32 DEF files that are generated for libpq contai... | commit | commitdiff | tree | 
| 2006-07-18 | Bruce Momjian | Add pginclude testing ideas. | commit | commitdiff | tree | 
| 2006-07-18 | Bruce Momjian | Done: | commit | commitdiff | tree | 
| 2006-07-18 | Bruce Momjian | Mark a few functions as static or NOT_USED. | commit | commitdiff | tree | 
| 2006-07-18 | Tom Lane | Make pg_regress a tad simpler and more general-purpose... | commit | commitdiff | tree | 
| 2006-07-17 | Bruce Momjian | Mention dependency problems caused by pgrminclude on... | commit | commitdiff | tree | 
| 2006-07-17 | Neil Conway | Improve psql's \df slash command to include the argumen... | commit | commitdiff | tree | 
| 2006-07-16 | Neil Conway | Minor documentation tweak: in the tables of functions... | commit | commitdiff | tree | 
| 2006-07-16 | Tom Lane | Include libpq/pqcomm.h to ensure we have correct knowle... | commit | commitdiff | tree | 
| 2006-07-16 | Tom Lane | In a Windows backend, don't build src/port/pgsleep... | commit | commitdiff | tree | 
| 2006-07-16 | Tom Lane | Ensure that we retry rather than erroring out when... | commit | commitdiff | tree | 
| 2006-07-16 | Tom Lane | Fix a few places where $Id$ and $Header$ CVS tags had... | commit | commitdiff | tree | 
| 2006-07-16 | Tom Lane | Fix lack of repeat-inclusion guard in win32 substitute... | commit | commitdiff | tree | 
| 2006-07-16 | Tom Lane | Put back another not-so-unnecessary #include, per repor... | commit | commitdiff | tree | 
| 2006-07-16 | Tom Lane | Fix getDatumCopy(): don't use store_att_byval to copy... | commit | commitdiff | tree | 
| 2006-07-16 | Tom Lane | Improve error message wording. | commit | commitdiff | tree | 
| 2006-07-15 | Tom Lane | Put back some more not-so-unused-as-all-that #includes... | commit | commitdiff | tree | 
| 2006-07-15 | Tom Lane | Fix some pgcrypto portability issues, per Marko Kreen. | commit | commitdiff | tree | 
| 2006-07-15 | Tom Lane | Fix some missing inclusions identified with new pgcheck... | commit | commitdiff | tree | 
| 2006-07-15 | Tom Lane | Fix some makefiles that fail to yield good results... | commit | commitdiff | tree | 
| 2006-07-15 | Tom Lane | Create a tool to catch #include omissions that might... | commit | commitdiff | tree | 
| 2006-07-14 | Tom Lane | Fix misguided removal of access/tuptoaster.h inclusion... | commit | commitdiff | tree | 
| 2006-07-14 | Tom Lane | In PGP public key tests, encrypt the secret key with... | commit | commitdiff | tree | 
| 2006-07-14 | Tom Lane | Fix another passel of include-file breakage.  Kris... | commit | commitdiff | tree | 
| 2006-07-14 | Tom Lane | Add dependency to fix parallel-make race condition... | commit | commitdiff | tree | 
| 2006-07-14 | Bruce Momjian | Have find_static skip main() functions. | commit | commitdiff | tree | 
| 2006-07-14 | Bruce Momjian | Remove 576 references of include files that were not... | commit | commitdiff | tree | 
| 2006-07-14 | Tom Lane | Fix a passel of recently-committed violations of the... | commit | commitdiff | tree | 
| 2006-07-14 | Bruce Momjian | Revert part of recent include patch not ready for appli... | commit | commitdiff | tree | 
| 2006-07-14 | Bruce Momjian | Add additional includes needed on some platforms. | commit | commitdiff | tree | 
| 2006-07-14 | Bruce Momjian | Move CFLAGS for pginclude to the end of the command... | commit | commitdiff | tree | 
| 2006-07-14 | Neil Conway | Minor doc tweak: replace a "--" with "—". | commit | commitdiff | tree | 
| 2006-07-13 | Neil Conway | Reorder the entries in the function section of the... | commit | commitdiff | tree | 
| 2006-07-13 | Bruce Momjian | Move math.h after postgresql.h | commit | commitdiff | tree | 
| 2006-07-13 | Bruce Momjian | Skip stripping postgres_fe.h include file. | commit | commitdiff | tree | 
| 2006-07-13 | Bruce Momjian | More include file adjustments. | commit | commitdiff | tree | 
| 2006-07-13 | Bruce Momjian | More include file adjustments. | commit | commitdiff | tree | 
| 2006-07-13 | Bruce Momjian | Adjust /contrib for new include file contents. | commit | commitdiff | tree | 
| 2006-07-13 | Bruce Momjian | Allow include files to compile own their own. | commit | commitdiff | tree | 
| 2006-07-13 | Bruce Momjian | Improve pginclude tools to process include file usage... | commit | commitdiff | tree | 
| 2006-07-13 | Neil Conway | Remove trailing comma from CreateStmtLikeOption enum... | commit | commitdiff | tree | 
| 2006-07-13 | Peter Eisentraut | Be consistent about not using ECHO_N/ECHO_C (seems... | commit | commitdiff | tree | 
| 2006-07-13 | Neil Conway | Fix C++-style comment. | commit | commitdiff | tree | 
| 2006-07-13 | Neil Conway | "Annual" pgcrypto update from Marko Kreen: | commit | commitdiff | tree | 
| 2006-07-12 | Bruce Momjian | Fix pgrminclude to work for stripping include files. | commit | commitdiff | tree | 
| 2006-07-12 | Bruce Momjian | Update schema USAGE permission description. | commit | commitdiff | tree | 
| 2006-07-12 | Joe Conway | Clean up for warning: | commit | commitdiff | tree | 
| 2006-07-11 | Alvaro Herrera | Apply entab fix from Marko Kreen for these problems: | commit | commitdiff | tree | 
| 2006-07-11 | Tom Lane | Tweak fillfactor code as per my recent proposal.  Fix... | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Improve pginclude tests. | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Improve pginclude compile flags. | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Update pginclude documentation. | commit | commitdiff | tree | 
| 2006-07-11 | Teodor Sigaev | Add support to GIN for =(anyarray,anyarray) operation | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Have pgrminclude process include files too. | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Add $CFLAGS support to pgrminclude. | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Move pgrminclude debug code to be more effective. | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Improve shell script wrapping. | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Add comments to pgrminclude. | commit | commitdiff | tree | 
| 2006-07-11 | Neil Conway | Correct the description of the pg_get_viewdef() functio... | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Alphabetically order reference to include files, "S... | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Alphabetically order reference to include files, "N... | commit | commitdiff | tree | 
| 2006-07-11 | Bruce Momjian | Alphabetically order reference to include files, "G... | commit | commitdiff | tree | 
| next |