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