Commit Graph

3242 Commits (0b7705fff82f57ae4ee3c220feb429cf0db45e95)

Author SHA1 Message Date
Tom Lane 6e3cc2029d Fix tsearch build problems. 21 years ago
Tom Lane 9e83d73b6c Add a GUC_SUPERUSER_ONLY flag to mark GUC variables that should not be 21 years ago
Tom Lane 9309d5f2ba In ALTER COLUMN TYPE, strip any implicit coercion operations appearing 21 years ago
Tom Lane fb22b32095 Allow functions returning void or cstring to appear in FROM clause, 22 years ago
Bruce Momjian b3fe6bcafe Remove use of "miscadmin.h" in port C files and remove test for frontend 22 years ago
Bruce Momjian 0060b3c8eb The attached patch fixes psql's win32 frontend-only build, by using 22 years ago
Tom Lane 830c168e5c Give a more user-friendly error message in situation where CREATE DATABASE 22 years ago
Tom Lane cc6a90e4af Remove dllist.c from libpq. It's overkill for what libpq needs; we can 22 years ago
Tom Lane fdd13f1568 Give the ResourceOwner mechanism full responsibility for releasing buffer 22 years ago
Tom Lane 1c2de47746 Remove BufferLocks[] array in favor of a single pointer to the buffer 22 years ago
Tom Lane 9ffc8ed58b Repair possible failure to update hint bits back to disk, per 22 years ago
Tom Lane 26112850ec Fix OR-index-scan planner to recognize that a partial index is usable 22 years ago
Bruce Momjian c0c4883be3 Use native Cygwin symlinks so tablespaces work on Win95/98/ME which 22 years ago
Tom Lane e5d30091e6 Fix pg_indexes view so that it shows the index's tablespace not the 22 years ago
Tom Lane 337ffcddba Adjust configuration-files GUC behavior as per my recent proposal. 22 years ago
Tom Lane 7ca3a0f3e2 Whack some sense into the configuration-file-location patch. 22 years ago
Tom Lane a8487e15ed Fix problems with SQL functions returning rowtypes that have dropped 22 years ago
Bruce Momjian 2b8fab842b Prevent install error message when doing cmp on empty tree. 22 years ago
Bruce Momjian a5d7ba773d Adjust comments previously moved to column 1 by pgident. 22 years ago
Neil Conway f629583f94 Document what the "rep; nop" x86 assembler sequence is actually equivalent 22 years ago
Bruce Momjian aa20badeaf Fix improper defines for uid_t and gid_t. Had them backwards. 22 years ago
Bruce Momjian 87ea6f0dbe Use #define instead of typedef for plperl because perl defines 22 years ago
Bruce Momjian 902ca3e225 Here is a patch to fix win32 ssl builds. Summary of changes: 22 years ago
Bruce Momjian 513e89b44b please find attached an alternate submission which addresses open item 22 years ago
Bruce Momjian 4d47db363b Fix typo in recent Win32 typedef change. 22 years ago
Bruce Momjian 2def476de3 Remove unused Win32 defines, convert them to typdefs, per suggestion 22 years ago
Tom Lane 6c61af6654 Remove arithmetic operators on the 1-byte-char datatype, as per proposals 22 years ago
Tom Lane 1ab415596d Correct the volatility labeling of ten timestamp-related functions, 22 years ago
Tom Lane 47aa95e951 Clean up handling of inherited-table update queries, per bug report 22 years ago
Tom Lane 4c5e810fcd Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword 22 years ago
Tom Lane d2af5f8a3e Adjust index locking rules as per my proposal of earlier today. You 22 years ago
Tom Lane f065957062 Come to think of it, functions in FROM have the same syntactic restriction 22 years ago
Tom Lane 0fb3152ea9 Minor adjustments to improve the accuracy of our computation of required 22 years ago
Tom Lane 3a246cc285 Arrange to preallocate all required space for the buffer and FSM hash 22 years ago
Bruce Momjian e1c8b37afb Add new macro as shorthand for MS VC and Borland C++: 22 years ago
Bruce Momjian 8efe926bfe More Win32 cleanups for Dave Page. 22 years ago
Bruce Momjian f6b896b17a Improve MS VC builds for psql by handlling flex properly and prevent 22 years ago
Neil Conway cb7fc63d3e Remove references to the ODBC driver from the main source tree. From Kris 22 years ago
Neil Conway 64a60590ba A few minor list-related cleanups: 22 years ago
Tom Lane 9236c79c8e Use ULL not LL in UINT64CONST. 22 years ago
Tom Lane 09a893117a Repair bug that would allow libpq to think a command had succeeded when 22 years ago
Tom Lane 682598139e Get rid of /*-inside-comment warning. My fault. 22 years ago
Neil Conway be8eafa09d ExecProcAppend() wasn't called ExecAppend() because the latter name was 22 years ago
Tom Lane 409b38f514 Fix TAS assembly stuff for Solaris/386. (I'm not in a position to 22 years ago
Bruce Momjian 31ae87c332 This patch attempts to note the use of the root.crt file in the server. 22 years ago
Tom Lane 9fcbe2af11 Arrange for hash join to skip scanning the outer relation if it detects 22 years ago
Peter Eisentraut 152a101f2b Allow WIN1250 as server encoding. 22 years ago
Tom Lane 9f6df6c4a6 Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1) 22 years ago
Tom Lane 257cccbe5e Add some marginal tweaks to eliminate memory leakages associated with 22 years ago
Tom Lane 86fff990b2 RecentXmin is too recent to use as the cutoff point for accessing 22 years ago