Commit Graph

25107 Commits (7abe764f1729eea2d3a8ec21006d9df875f9baee)
 

Author SHA1 Message Date
Peter Eisentraut 7abe764f17 Fix regression tests for PL/pgSQL error message changes 19 years ago
Tom Lane 04fbe29a83 Fix WAL replay of truncate operations to cope with the possibility that the 19 years ago
Peter Eisentraut ebb5436d70 Capitalize language key words in error messages 19 years ago
Tom Lane f812dd91fe On second thought, the tests for what to do with stderr output are a 19 years ago
Tom Lane 4ca7a2dacb Make replace(), split_part(), and string_to_array() behave somewhat sanely 19 years ago
Andrew Dunstan 0e5b4f0e23 Only use the pipe chunking protocol if we know the syslogger should 19 years ago
Tom Lane 177be3f9bb Adjust configure script to print the bison and flex versions in use. 19 years ago
Tom Lane d514ea3fda Fix an old thinko in SS_make_initplan_from_plan, which is used when optimizing 19 years ago
Alvaro Herrera cdedfe6af1 Cast NULL to a pointer type in the execl() call, to avoid a compiler warning on 19 years ago
Magnus Hagander dc32d2cefa GSSAPI documentation 19 years ago
Bruce Momjian 9e19063abc Document that 'deleted' is also tracked by autovacuum. 19 years ago
Bruce Momjian b6ed78b2bd Properly adjust age() seconds to match the sign of the larger units. 19 years ago
Bruce Momjian df7128bd34 Document that age() adds days, then full months. 19 years ago
Bruce Momjian 27d074923d Add: 19 years ago
Tom Lane 2c535bfe81 Fix incorrect optimization of foreign-key checks. When an UPDATE on the 19 years ago
Bruce Momjian a5ca334a21 Remove http://www.benchmarkresources.com, no longer resolves to a 19 years ago
Neil Conway 474774918b Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 19 years ago
Bruce Momjian 77d27e43e5 Add CVS Wiki URL to docs. 19 years ago
Tom Lane 804f016fb5 Fix outfuncs.c to dump A_Const nodes representing NULLs correctly. This has 19 years ago
Bruce Momjian 74fbe9ccd1 Add: 19 years ago
Bruce Momjian 5fb01d829a Update docs that GNU tar versions >=1.16 exit with 1 on files changed, 2 19 years ago
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