summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
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
2004-09-30Adjust index locking rules as per my proposal of earlier today. YouTom Lane
2004-09-30Come to think of it, functions in FROM have the same syntactic restrictionTom Lane
2004-09-29Minor adjustments to improve the accuracy of our computation of requiredTom Lane
2004-09-28Arrange to preallocate all required space for the buffer and FSM hashTom Lane
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27More Win32 cleanups for Dave Page.Bruce Momjian
2004-09-27Improve MS VC builds for psql by handlling flex properly and preventBruce Momjian
2004-09-27Remove references to the ODBC driver from the main source tree. From KrisNeil Conway
2004-09-27A few minor list-related cleanups:Neil Conway
2004-09-26Use ULL not LL in UINT64CONST.Tom Lane
2004-09-26Repair bug that would allow libpq to think a command had succeeded whenTom Lane
2004-09-24Get rid of /*-inside-comment warning. My fault.Tom Lane
2004-09-24ExecProcAppend() wasn't called ExecAppend() because the latter name wasNeil Conway
2004-09-24Fix TAS assembly stuff for Solaris/386. (I'm not in a position toTom Lane
2004-09-23This patch attempts to note the use of the root.crt file in the server.Bruce Momjian
2004-09-22Arrange for hash join to skip scanning the outer relation if it detectsTom Lane
2004-09-17Allow WIN1250 as server encoding.Peter Eisentraut
2004-09-16Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)Tom Lane
2004-09-16Add some marginal tweaks to eliminate memory leakages associated withTom Lane
2004-09-16RecentXmin is too recent to use as the cutoff point for accessingTom Lane
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-16Fix a read of uninitialized memory in array_out(). Perform some minorNeil Conway
2004-09-14Win32 compile fix for misc_utils.Tom Lane
2004-09-14Make pltcl work on Win32. Magnus HaganderTom Lane
2004-09-13Redesign query-snapshot timing so that volatile functions in READ COMMITTEDTom Lane
2004-09-11Renumber SnapshotNow and the other special snapshot codes so thatTom Lane