Commit Graph

25072 Commits (7176e60bc8cee15e5ff7a76545630ff332d8fabc)
 

Author SHA1 Message Date
Tom Lane 7176e60bc8 Silence Solaris compiler warnings, per buildfarm. 18 years ago
Tom Lane 10a91e0add Silence Solaris compiler warning, per buildfarm. 18 years ago
Tom Lane af18d3d05c Fix compile warning on Solaris, per buildfarm. (Why have we got 18 years ago
Tom Lane cd54eb2b5b Fix possible portability problem, per buildfarm warnings. 18 years ago
Tom Lane c11b8dcdbb Fix unportable use of isspace(), per buildfarm results. 18 years ago
Tom Lane 78c84ad49e Because plpgsql's scanner uses %option case-insensitive, flex's results could 18 years ago
Tom Lane 816ff27f60 Reject zero or negative BY step in plpgsql integer FOR-loops, and behave 18 years ago
Tom Lane a69f9028b5 Note incompatibility with Oracle's version of FOR ... REVERSE, per 18 years ago
Tom Lane d849c5d182 Editorial overhaul of plpgsql documentation. Provide detailed documentation 18 years ago
Magnus Hagander 3787797f72 Support for finding gssapi functions in the library "gss", as required 18 years ago
Tom Lane 2789b7278c Volatile-qualify a dozen variables in plpython.c to eliminate warnings 18 years ago
Tom Lane 39f06dcad6 Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped 18 years ago
Tom Lane a702159158 Add casts to suppress warnings about m68k-specific kluge in fmgr.c. 18 years ago
Tom Lane 04b54876b6 Fix a portability bug (ye olde not casting a <ctype.h> argument to 18 years ago
Tom Lane 6bc12a4aca Get dirmod.c on the same page as port.h about whether we use pgsymlink 18 years ago
Neil Conway ad44c95825 Fixup the indentation of a comment that was mangled by pgindent, and 18 years ago
Tom Lane 4f09b55dc3 Simplify overly-cute array coding to avoid an apparent gcc bug, which 18 years ago
Tom Lane 4bbb7f9469 Suppress Sun Studio warnings, per Stefan. 18 years ago
Tom Lane 4dbbef2845 Suppress an integer-overflow warning. 18 years ago
Tom Lane 292e4c6190 Some of our port-specific dynloader implementations are careful to 18 years ago
Tom Lane 706754c16b Compute max and min int8 values using unsigned arithmetic, in hopes of 18 years ago
Tom Lane 72c7badbab Fix some warnings (probably actual bugs) generated by new GSSAPI code 18 years ago
Tom Lane bc8d164d06 Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark. 18 years ago
Magnus Hagander 017f2d2f18 Silence compile warning on win32, per Stefan and Buildfarm. 18 years ago
Magnus Hagander 784fd04940 Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos is 18 years ago
Magnus Hagander 65a513c249 Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>, 18 years ago
Magnus Hagander 6771994058 Fix freenig of names in Kerberos when using MIT - need to use the 18 years ago
Tom Lane 05c4d8f783 Suppress a warning that some versions of gcc emit about %x in strftime. 18 years ago
Magnus Hagander 31013db0a1 A bunch of GSSAPI fixes per comments from Tom: 18 years ago
Tom Lane bf75e2a3c7 Add note that building from CVS requires bison and flex, whereas 18 years ago
Tom Lane e27a8df1bf Fix misspelling. 18 years ago
Magnus Hagander 6160106c74 Add support for GSSAPI authentication. 18 years ago
Tom Lane ff481ca0d4 Adjust processSQLNamePattern() so that $ within the pattern is always matched 18 years ago
Tom Lane 6244c2dfff Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing 18 years ago
Tom Lane 9e09e3b15e Fix single-user mode so that interrupts (particularly SIGTERM and 18 years ago
Tom Lane 9b619679a8 Minor copy-editing. 18 years ago
Tom Lane b09cb0cf12 Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because 18 years ago
Tom Lane 8331c11f3f Get rid of client-code dependencies on the exact text of the no-password 18 years ago
Tom Lane 5f7b1f8d9d Closer code review for PQconnectionUsedPassword() patch: in particular, 18 years ago
Tom Lane 3f33d7bcb6 Fix broken markup. 18 years ago
Joe Conway d92583f88e Restrict non-superusers to password authenticated connections 18 years ago
Joe Conway 51bc3dfe4b Arrange for the authentication request type to be preserved in 18 years ago
Bruce Momjian 8c69d881ce Remove TODO.detail/win32intr, no longer needed. 18 years ago
Bruce Momjian 5b67de17ee Remove, per Magnus: 18 years ago
Tom Lane 48d9d8e131 Fix a couple of planner bugs introduced by the new ability to discard 18 years ago
Magnus Hagander d5eaa637ce Move parse.h into src/backend on msvc, which is where it is on Unix. 18 years ago
Jan Wieck 9fbcf6625e Changed new \usleep command into \sleep with an optional time unit 18 years ago
Jan Wieck 0f17da9b3e Added a new scripting meta command 18 years ago
Tom Lane 7af3a6fc6f Fix up hash functions for datetime datatypes so that they don't take 18 years ago
Tom Lane ad9a99c24f Improve description of SPI_scroll_cursor_move's return values, per a 18 years ago