Commit Graph

25065 Commits (a69f9028b573e18f1e8b525dbe0f9fbaac28414c)
 

Author SHA1 Message Date
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
Tom Lane 83aaebba63 Fix incorrect comment about the timing of AbsorbFsyncRequests() during 18 years ago
Neil Conway a55898131e Add ALTER VIEW ... RENAME TO, and a RENAME TO clause to ALTER SEQUENCE. 18 years ago
Magnus Hagander a1587e41ae - Fix the -w (wait) option to work in Windows service mode, per bug #3382. 18 years ago
Tom Lane 1c7fe33fdb Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). 18 years ago
Magnus Hagander 454333a687 Add notes about configuring Visual Studio Express for use with the 18 years ago
Tom Lane bce7bacdf2 Reduce the maximum sleep interval in the autovac launcher to 1 second, 18 years ago
Tom Lane 421d50273f Treat the autovac launcher more like a regular backend, in that we wait 18 years ago