summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane2004-11-171-7/+12
* Install include/port header files, and fix PGXS build to use them.Tom Lane2004-11-171-2/+3
* Fix Win32 problems with signals and sockets, by making the forkexec codeTom Lane2004-11-171-2/+5
* Rethink plpgsql's way of handling SPI execution during an exception block.Tom Lane2004-11-161-1/+2
* Remove GUC USERLIMIT variable category, making the affected variablesTom Lane2004-11-143-15/+9
* Fix obsolete comments.Tom Lane2004-11-121-3/+3
* Put in place some defenses against being fooled by accidental match ofTom Lane2004-11-091-2/+6
* Delete the `remove-old-headers' target, as it is no longer useful. PatchNeil Conway2004-11-091-20/+2
* Use a hopefully-more-reliable method of detecting default selectivityTom Lane2004-11-091-1/+44
* Update workding on why we use is_absolute_path() as a macro.Bruce Momjian2004-11-081-4/+3
* Add code to find_my_exec() to resolve a symbolic link down to theTom Lane2004-11-061-0/+3
* When implementing a coercion to a domain type with a combinedTom Lane2004-11-061-2/+3
* Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane2004-11-061-24/+14
* Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane2004-11-056-19/+20
* Don't create $DESTDIR/include/internal/lib, as it is no longer used.Neil Conway2004-11-031-2/+2
* Invent pg_next_dst_boundary() and rewrite DetermineLocalTimeZone() toTom Lane2004-11-011-4/+11
* I found a corner case in which it is possible for RI_FKey_check's callTom Lane2004-10-301-1/+3
* Trivial fix: clarify a comment.Neil Conway2004-10-271-2/+2
* Fix tsearch build problems.Tom Lane2004-10-221-2/+2
* Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not beTom Lane2004-10-222-6/+4
* In ALTER COLUMN TYPE, strip any implicit coercion operations appearingTom Lane2004-10-221-1/+3
* Allow functions returning void or cstring to appear in FROM clause,Tom Lane2004-10-201-1/+11
* Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian2004-10-181-3/+1
* The attached patch fixes psql's win32 frontend-only build, by usingBruce Momjian2004-10-181-1/+3
* Give a more user-friendly error message in situation where CREATE DATABASETom Lane2004-10-171-1/+3
* Remove dllist.c from libpq. It's overkill for what libpq needs; we canTom Lane2004-10-161-3/+2
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-161-1/+3
* Remove BufferLocks[] array in favor of a single pointer to the bufferTom Lane2004-10-161-14/+2
* Repair possible failure to update hint bits back to disk, perTom Lane2004-10-153-61/+42
* Fix OR-index-scan planner to recognize that a partial index is usableTom Lane2004-10-111-1/+2
* Use native Cygwin symlinks so tablespaces work on Win95/98/ME whichBruce Momjian2004-10-111-3/+11
* Fix pg_indexes view so that it shows the index's tablespace not theTom Lane2004-10-111-2/+2
* Adjust configuration-files GUC behavior as per my recent proposal.Tom Lane2004-10-092-6/+6
* Whack some sense into the configuration-file-location patch.Tom Lane2004-10-082-8/+9
* Fix problems with SQL functions returning rowtypes that have droppedTom Lane2004-10-074-21/+16
* Prevent install error message when doing cmp on empty tree.Bruce Momjian2004-10-071-2/+2
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-2/+2
* Document what the "rep; nop" x86 assembler sequence is actually equivalentNeil Conway2004-10-061-1/+24
* Fix improper defines for uid_t and gid_t. Had them backwards.Bruce Momjian2004-10-061-3/+3
* Use #define instead of typedef for plperl because perl definesBruce Momjian2004-10-061-1/+9
* Here is a patch to fix win32 ssl builds. Summary of changes:Bruce Momjian2004-10-062-1/+8
* please find attached an alternate submission which addresses open itemBruce Momjian2004-10-061-18/+9
* Fix typo in recent Win32 typedef change.Bruce Momjian2004-10-051-2/+2
* Remove unused Win32 defines, convert them to typdefs, per suggestionBruce Momjian2004-10-052-12/+4
* Remove arithmetic operators on the 1-byte-char datatype, as per proposalsTom Lane2004-10-045-23/+15
* Correct the volatility labeling of ten timestamp-related functions,Tom Lane2004-10-041-11/+11
* Clean up handling of inherited-table update queries, per bug reportTom Lane2004-10-021-3/+2
* Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keywordTom Lane2004-10-011-1/+2
* Adjust index locking rules as per my proposal of earlier today. YouTom Lane2004-09-301-4/+4
* Come to think of it, functions in FROM have the same syntactic restrictionTom Lane2004-09-301-1/+2