| Commit message (Expand) | Author | Age |
* | Miscellaneous Cygwin build fixes from Reini Urban. | Tom Lane | 2004-11-17 |
* | Install include/port header files, and fix PGXS build to use them. | Tom Lane | 2004-11-17 |
* | Fix Win32 problems with signals and sockets, by making the forkexec code | Tom Lane | 2004-11-17 |
* | Rethink plpgsql's way of handling SPI execution during an exception block. | Tom Lane | 2004-11-16 |
* | Remove GUC USERLIMIT variable category, making the affected variables | Tom Lane | 2004-11-14 |
* | Fix obsolete comments. | Tom Lane | 2004-11-12 |
* | Put in place some defenses against being fooled by accidental match of | Tom Lane | 2004-11-09 |
* | Delete the `remove-old-headers' target, as it is no longer useful. Patch | Neil Conway | 2004-11-09 |
* | Use a hopefully-more-reliable method of detecting default selectivity | Tom Lane | 2004-11-09 |
* | Update workding on why we use is_absolute_path() as a macro. | Bruce Momjian | 2004-11-08 |
* | Add code to find_my_exec() to resolve a symbolic link down to the | Tom Lane | 2004-11-06 |
* | When implementing a coercion to a domain type with a combined | Tom Lane | 2004-11-06 |
* | Code cleanup in path.c and exec.c. Handle Windows drive and network specs | Tom Lane | 2004-11-06 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Don't create $DESTDIR/include/internal/lib, as it is no longer used. | Neil Conway | 2004-11-03 |
* | Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() to | Tom Lane | 2004-11-01 |
* | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane | 2004-10-30 |
* | Trivial fix: clarify a comment. | Neil Conway | 2004-10-27 |
* | Fix tsearch build problems. | Tom Lane | 2004-10-22 |
* | Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be | Tom Lane | 2004-10-22 |
* | In ALTER COLUMN TYPE, strip any implicit coercion operations appearing | Tom Lane | 2004-10-22 |
* | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane | 2004-10-20 |
* | Remove use of "miscadmin.h" in port C files and remove test for frontend | Bruce Momjian | 2004-10-18 |
* | The attached patch fixes psql's win32 frontend-only build, by using | Bruce Momjian | 2004-10-18 |
* | Give a more user-friendly error message in situation where CREATE DATABASE | Tom Lane | 2004-10-17 |
* | Remove dllist.c from libpq. It's overkill for what libpq needs; we can | Tom Lane | 2004-10-16 |
* | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane | 2004-10-16 |
* | Remove BufferLocks[] array in favor of a single pointer to the buffer | Tom Lane | 2004-10-16 |
* | Repair possible failure to update hint bits back to disk, per | Tom Lane | 2004-10-15 |
* | Fix OR-index-scan planner to recognize that a partial index is usable | Tom Lane | 2004-10-11 |
* | Use native Cygwin symlinks so tablespaces work on Win95/98/ME which | Bruce Momjian | 2004-10-11 |
* | Fix pg_indexes view so that it shows the index's tablespace not the | Tom Lane | 2004-10-11 |
* | Adjust configuration-files GUC behavior as per my recent proposal. | Tom Lane | 2004-10-09 |
* | Whack some sense into the configuration-file-location patch. | Tom Lane | 2004-10-08 |
* | Fix problems with SQL functions returning rowtypes that have dropped | Tom Lane | 2004-10-07 |
* | Prevent install error message when doing cmp on empty tree. | Bruce Momjian | 2004-10-07 |
* | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 |
* | Document what the "rep; nop" x86 assembler sequence is actually equivalent | Neil Conway | 2004-10-06 |
* | Fix improper defines for uid_t and gid_t. Had them backwards. | Bruce Momjian | 2004-10-06 |
* | Use #define instead of typedef for plperl because perl defines | Bruce Momjian | 2004-10-06 |
* | Here is a patch to fix win32 ssl builds. Summary of changes: | Bruce Momjian | 2004-10-06 |
* | please find attached an alternate submission which addresses open item | Bruce Momjian | 2004-10-06 |
* | Fix typo in recent Win32 typedef change. | Bruce Momjian | 2004-10-05 |
* | Remove unused Win32 defines, convert them to typdefs, per suggestion | Bruce Momjian | 2004-10-05 |
* | Remove arithmetic operators on the 1-byte-char datatype, as per proposals | Tom Lane | 2004-10-04 |
* | Correct the volatility labeling of ten timestamp-related functions, | Tom Lane | 2004-10-04 |
* | Clean up handling of inherited-table update queries, per bug report | Tom Lane | 2004-10-02 |
* | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane | 2004-10-01 |
* | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane | 2004-09-30 |
* | Come to think of it, functions in FROM have the same syntactic restriction | Tom Lane | 2004-09-30 |