Commit Graph

25086 Commits (2a275e6d3ce36e8a1a9bec4e15b1403696e941c8)
 

Author SHA1 Message Date
Tom Lane 2a275e6d3c Fix pg_buffercache to release buffer partition locks in reverse order, 19 years ago
Tom Lane 82b3684672 Add comments spelling out why it's a good idea to release multiple 19 years ago
Neil Conway e9e97500c9 With the native compiler on Unixware, disable optimization if 19 years ago
Tom Lane ae1b7e298c Allow plpgsql function parameter names to be qualified with the function's 19 years ago
Tom Lane 9f6f51d5d4 Hmm, so evidently _check_lock and _clear_lock take an argument of type 19 years ago
Magnus Hagander bbef913250 Quote pathnames so pg_standby works with paths that have 19 years ago
Tom Lane 5aaf09ac46 So our reward for including <sys/atomic_op.h> seems to be a bunch of 19 years ago
Tom Lane 057d5c421f On AIX, include <sys/atomic_op.h> so that the functions we use for 19 years ago
Tom Lane 37e347a7e0 Get rid of overly cute, unportable, probably not very efficient substitute 19 years ago
Tom Lane 93624bcda0 Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing 19 years ago
Tom Lane 4608f359a6 Fix a passel of signed vs unsigned char warnings. 19 years ago
Tom Lane cfd6c89b04 Silence a rather odd compiler warning. In passing, make this file's 19 years ago
Tom Lane a190eb3d7d Avoid possibly-unportable initializer, per buildfarm warning. 19 years ago
Tom Lane 84a0445c4d Change a couple of exit(0) to return 0 to suppress complaints from 19 years ago
Tom Lane 7176e60bc8 Silence Solaris compiler warnings, per buildfarm. 19 years ago
Tom Lane 10a91e0add Silence Solaris compiler warning, per buildfarm. 19 years ago
Tom Lane af18d3d05c Fix compile warning on Solaris, per buildfarm. (Why have we got 19 years ago
Tom Lane cd54eb2b5b Fix possible portability problem, per buildfarm warnings. 19 years ago
Tom Lane c11b8dcdbb Fix unportable use of isspace(), per buildfarm results. 19 years ago
Tom Lane 78c84ad49e Because plpgsql's scanner uses %option case-insensitive, flex's results could 19 years ago
Tom Lane 816ff27f60 Reject zero or negative BY step in plpgsql integer FOR-loops, and behave 19 years ago
Tom Lane a69f9028b5 Note incompatibility with Oracle's version of FOR ... REVERSE, per 19 years ago
Tom Lane d849c5d182 Editorial overhaul of plpgsql documentation. Provide detailed documentation 19 years ago
Magnus Hagander 3787797f72 Support for finding gssapi functions in the library "gss", as required 19 years ago
Tom Lane 2789b7278c Volatile-qualify a dozen variables in plpython.c to eliminate warnings 19 years ago
Tom Lane 39f06dcad6 Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped 19 years ago
Tom Lane a702159158 Add casts to suppress warnings about m68k-specific kluge in fmgr.c. 19 years ago
Tom Lane 04b54876b6 Fix a portability bug (ye olde not casting a <ctype.h> argument to 19 years ago
Tom Lane 6bc12a4aca Get dirmod.c on the same page as port.h about whether we use pgsymlink 19 years ago
Neil Conway ad44c95825 Fixup the indentation of a comment that was mangled by pgindent, and 19 years ago
Tom Lane 4f09b55dc3 Simplify overly-cute array coding to avoid an apparent gcc bug, which 19 years ago
Tom Lane 4bbb7f9469 Suppress Sun Studio warnings, per Stefan. 19 years ago
Tom Lane 4dbbef2845 Suppress an integer-overflow warning. 19 years ago
Tom Lane 292e4c6190 Some of our port-specific dynloader implementations are careful to 19 years ago
Tom Lane 706754c16b Compute max and min int8 values using unsigned arithmetic, in hopes of 19 years ago
Tom Lane 72c7badbab Fix some warnings (probably actual bugs) generated by new GSSAPI code 19 years ago
Tom Lane bc8d164d06 Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark. 19 years ago
Magnus Hagander 017f2d2f18 Silence compile warning on win32, per Stefan and Buildfarm. 19 years ago
Magnus Hagander 784fd04940 Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is 19 years ago
Magnus Hagander 65a513c249 Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, 19 years ago
Magnus Hagander 6771994058 Fix freenig of names in Kerberos when using MIT - need to use the 19 years ago
Tom Lane 05c4d8f783 Suppress a warning that some versions of gcc emit about %x in strftime. 19 years ago
Magnus Hagander 31013db0a1 A bunch of GSSAPI fixes per comments from Tom: 19 years ago
Tom Lane bf75e2a3c7 Add note that building from CVS requires bison and flex, whereas 19 years ago
Tom Lane e27a8df1bf Fix misspelling. 19 years ago
Magnus Hagander 6160106c74 Add support for GSSAPI authentication. 19 years ago
Tom Lane ff481ca0d4 Adjust processSQLNamePattern() so that $ within the pattern is always matched 19 years ago
Tom Lane 6244c2dfff Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing 19 years ago
Tom Lane 9e09e3b15e Fix single-user mode so that interrupts (particularly SIGTERM and 19 years ago
Tom Lane 9b619679a8 Minor copy-editing. 19 years ago