Commit Graph

17313 Commits (2a275e6d3ce36e8a1a9bec4e15b1403696e941c8)

Author SHA1 Message Date
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
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 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 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 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 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 b09cb0cf12 Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because 19 years ago
Tom Lane 8331c11f3f Get rid of client-code dependencies on the exact text of the no-password 19 years ago
Tom Lane 5f7b1f8d9d Closer code review for PQconnectionUsedPassword() patch: in particular, 19 years ago
Joe Conway 51bc3dfe4b Arrange for the authentication request type to be preserved in 19 years ago
Tom Lane 48d9d8e131 Fix a couple of planner bugs introduced by the new ability to discard 19 years ago
Magnus Hagander d5eaa637ce Move parse.h into src/backend on msvc, which is where it is on Unix. 19 years ago
Tom Lane 7af3a6fc6f Fix up hash functions for datetime datatypes so that they don't take 19 years ago
Tom Lane 83aaebba63 Fix incorrect comment about the timing of AbsorbFsyncRequests() during 19 years ago
Neil Conway a55898131e Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. 19 years ago
Magnus Hagander a1587e41ae - Fix the -w (wait) option to work in Windows service mode, per bug #3382. 19 years ago
Tom Lane 1c7fe33fdb Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 19 years ago
Magnus Hagander 454333a687 Add notes about configuring Visual Studio Express for use with the 19 years ago
Tom Lane bce7bacdf2 Reduce the maximum sleep interval in the autovac launcher to 1 second, 19 years ago
Tom Lane 421d50273f Treat the autovac launcher more like a regular backend, in that we wait 19 years ago
Tom Lane 8f55b9a8ba Avoid memory leakage when a series of subtransactions invoke AFTER triggers 19 years ago
Tom Lane beba73763b Fix comments not updated in recent patch. 19 years ago
Tom Lane 070907b241 Add 'volatile' to suppress 'variable might be clobbered by longjmp' 19 years ago
Tom Lane 9fc25c0511 Improve logging of checkpoints. Patch by Greg Smith, worked over 19 years ago
Alvaro Herrera 2910ccefb4 Avoid crash in interrupted autovacuum worker, caused by leaving the current 19 years ago