| 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 | 
| 2006-07-11 | 
Bruce Momjian | Add URL of code presentation to developers FAQ. | 
commit | commitdiff | tree | 
| 2006-07-11 | 
Teodor Sigaev | GIN improvements | 
commit | commitdiff | tree | 
| 2006-07-11 | 
Bruce Momjian | Sort reference of include files, "A" - "F". | 
commit | commitdiff | tree | 
| 2006-07-11 | 
Tom Lane | Remove no-longer-needed configure test for krb5_encrypt...  | 
commit | commitdiff | tree | 
| 2006-07-11 | 
Teodor Sigaev | Fix bug corrupting query in gist consistent function. | 
commit | commitdiff | tree | 
| 2006-07-11 | 
Tom Lane | Reverse inclusion order of <ws2tcpip.h> and <winsock2...  | 
commit | commitdiff | tree | 
| 2006-07-11 | 
Bruce Momjian | Allow each C include file to compile on its own by...  | 
commit | commitdiff | tree | 
| 2006-07-11 | 
Bruce Momjian | Add libpq include directory to script. | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Tom Lane | Fix ALTER TABLE to check pre-existing NOT NULL constrai...  | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Allow /contrib include files to compile on their own. | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Add #include code to prevent multiple inclusion. | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Move pthread-win32.h to /port, modify bcc/msvc makefiles. | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Remove a few baby-C macros in fuzzystrmatch.  Add a...  | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Improve compile line for tool. | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Update usage documention for pginclude | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Add $CFLAGS handling to pgcompinclude. | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Fix 'find' args for pgcompinclude tool. | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Update schema GRANT USAGE description. | 
commit | commitdiff | tree | 
| 2006-07-10 | 
Bruce Momjian | Improve tool coding. | 
commit | commitdiff | tree | 
| next |