summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-07-23Just noticed that libpq thinks the maximum command tag length is 40,Tom Lane
2007-07-23Use PQExpBuffer for error message in fe-auth.c.Magnus Hagander
2007-07-23Stupid typo.Magnus Hagander
2007-07-23SSPI authentication on Windows. GSSAPI compatible client when doing KerberosMagnus Hagander
2007-07-21Fix elog.c to avoid infinite recursion (leading to backend crash) whenTom Lane
2007-07-20Fix regression tests for PL/pgSQL error message changesPeter Eisentraut
2007-07-20Fix WAL replay of truncate operations to cope with the possibility that theTom Lane
2007-07-20Capitalize language key words in error messagesPeter Eisentraut
2007-07-19On second thought, the tests for what to do with stderr output are aTom Lane
2007-07-19Make replace(), split_part(), and string_to_array() behave somewhat sanelyTom Lane
2007-07-19Only use the pipe chunking protocol if we know the syslogger shouldAndrew Dunstan
2007-07-18Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizingTom Lane
2007-07-18Cast NULL to a pointer type in the execl() call, to avoid a compiler warning onAlvaro Herrera
2007-07-18Properly adjust age() seconds to match the sign of the larger units.Bruce Momjian
2007-07-17Fix incorrect optimization of foreign-key checks. When an UPDATE on theTom Lane
2007-07-17Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS,Neil Conway
2007-07-17Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This hasTom Lane
2007-07-16Add comments spelling out why it's a good idea to release multipleTom Lane
2007-07-16With the native compiler on Unixware, disable optimization ifNeil Conway
2007-07-16Allow plpgsql function parameter names to be qualified with the function'sTom Lane
2007-07-16Hmm, so evidently _check_lock and _clear_lock take an argument of typeTom Lane
2007-07-16So our reward for including <sys/atomic_op.h> seems to be a bunch ofTom Lane
2007-07-16On AIX, include <sys/atomic_op.h> so that the functions we use forTom Lane
2007-07-15Because plpgsql's scanner uses %option case-insensitive, flex's results couldTom Lane
2007-07-15Reject zero or negative BY step in plpgsql integer FOR-loops, and behaveTom Lane
2007-07-13Volatile-qualify a dozen variables in plpython.c to eliminate warningsTom Lane
2007-07-13Fix map_sql_typecoll_to_xmlschema_types() to not fail on droppedTom Lane
2007-07-13Add casts to suppress warnings about m68k-specific kluge in fmgr.c.Tom Lane
2007-07-12Fix a portability bug (ye olde not casting a <ctype.h> argument toTom Lane
2007-07-12Get dirmod.c on the same page as port.h about whether we use pgsymlinkTom Lane
2007-07-12Fixup the indentation of a comment that was mangled by pgindent, andNeil Conway
2007-07-12Suppress Sun Studio warnings, per Stefan.Tom Lane
2007-07-12Suppress an integer-overflow warning.Tom Lane
2007-07-12Some of our port-specific dynloader implementations are careful toTom Lane
2007-07-12Compute max and min int8 values using unsigned arithmetic, in hopes ofTom Lane
2007-07-12Fix some warnings (probably actual bugs) generated by new GSSAPI codeTom Lane
2007-07-12Fix mistaken Assert in adjust_appendrel_attr_needed, per Greg Stark.Tom Lane
2007-07-12Silence compile warning on win32, per Stefan and Buildfarm.Magnus Hagander
2007-07-12Enable GSSAPI to build using MSVC. Always build GSSAPI when Kerberos isMagnus Hagander
2007-07-12Support GSSAPI builds where the header is <gssapi.h> and not <gssapi/gssapi.h>,Magnus Hagander
2007-07-12Fix freenig of names in Kerberos when using MIT - need to use theMagnus Hagander
2007-07-11Suppress a warning that some versions of gcc emit about %x in strftime.Tom Lane
2007-07-11A bunch of GSSAPI fixes per comments from Tom:Magnus Hagander
2007-07-10Fix misspelling.Tom Lane
2007-07-10Add support for GSSAPI authentication.Magnus Hagander
2007-07-10Adjust processSQLNamePattern() so that $ within the pattern is always matchedTom Lane
2007-07-09Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producingTom Lane
2007-07-09Fix single-user mode so that interrupts (particularly SIGTERM andTom Lane
2007-07-08Remove the pgstat_drop_relation() call from smgr_internal_unlink(), becauseTom Lane
2007-07-08Get rid of client-code dependencies on the exact text of the no-passwordTom Lane