]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-07-31  Tom LaneIf we're gonna use ExecRelationIsTargetRelation here...
2007-07-31  Tom LaneFix security definer functions with polymorphic argumen...
2007-07-27  Neil ConwaySlight refactor for ExecOpenScanRelation(): we can use
2007-07-27  Peter EisentrautUpdate conformance information about bigint type
2007-07-26  Tom LaneRemove FileUnlink(), which wasn't being used anywhere...
2007-07-25  Tom LaneArrange to put TOAST tables belonging to temporary...
2007-07-25  Tom LaneSuppress warning when compiling with -DPROFILE_PID_DIR...
2007-07-25  Tom LaneAdjust horology test to avoid join-plan-dependent resul...
2007-07-25  Michael MeskesSynced parser
2007-07-25  Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-25  Magnus HaganderFix standalone win32 makefile (MSVC6) for SSPI and...
2007-07-25  Magnus HaganderDisable warning 4090 = different const qualifiers on...
2007-07-25  Magnus HaganderSilence compiler warnings on mingw
2007-07-25  Neil ConwayImplement RETURN QUERY for PL/PgSQL. This provides...
2007-07-24  Tom LaneFix predicate-proving logic to cope with binary-compati...
2007-07-24  Magnus HaganderSilence compiler warning on mingw
2007-07-24  Magnus HaganderMake it possible, and default, for MingW to build with...
2007-07-24  Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-07-24  Alvaro HerreraSet a default autovacuum vacuum_cost_delay value of...
2007-07-23  Tom LaneJust noticed that libpq thinks the maximum command...
2007-07-23  Magnus HaganderUse PQExpBuffer for error message in fe-auth.c.
2007-07-23  Alvaro HerreraReword paragraph about the autovacuum_max_workers setti...
2007-07-23  Magnus HaganderStupid typo.
2007-07-23  Magnus HaganderSSPI authentication on Windows. GSSAPI compatible clien...
2007-07-21  Tom LaneFix elog.c to avoid infinite recursion (leading to...
2007-07-21  Tom LaneProvide a bit more high-level documentation for the...
2007-07-20  Peter EisentrautFix regression tests for PL/pgSQL error message changes
2007-07-20  Tom LaneFix WAL replay of truncate operations to cope with...
2007-07-20  Peter EisentrautCapitalize language key words in error messages
2007-07-19  Tom LaneOn second thought, the tests for what to do with stderr...
2007-07-19  Tom LaneMake replace(), split_part(), and string_to_array(...
2007-07-19  Andrew DunstanOnly use the pipe chunking protocol if we know the...
2007-07-19  Tom LaneAdjust configure script to print the bison and flex...
2007-07-18  Tom LaneFix an old thinko in SS_make_initplan_from_plan, which...
2007-07-18  Alvaro HerreraCast NULL to a pointer type in the execl() call, to...
2007-07-18  Magnus HaganderGSSAPI documentation
2007-07-18  Bruce MomjianDocument that 'deleted' is also tracked by autovacuum.
2007-07-18  Bruce MomjianProperly adjust age() seconds to match the sign of...
2007-07-18  Bruce MomjianDocument that age() adds days, then full months.
2007-07-18  Bruce MomjianAdd:
2007-07-17  Tom LaneFix incorrect optimization of foreign-key checks. ...
2007-07-17  Bruce MomjianRemove http://www.benchmarkresources.com, no longer...
2007-07-17  Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-07-17  Bruce MomjianAdd CVS Wiki URL to docs.
2007-07-17  Tom LaneFix outfuncs.c to dump A_Const nodes representing NULLs...
2007-07-17  Bruce MomjianAdd:
2007-07-16  Bruce MomjianUpdate docs that GNU tar versions >=1.16 exit with...
2007-07-16  Tom LaneFix pg_buffercache to release buffer partition locks...
2007-07-16  Tom LaneAdd comments spelling out why it's a good idea to relea...
2007-07-16  Neil ConwayWith the native compiler on Unixware, disable optimizat...
2007-07-16  Tom LaneAllow plpgsql function parameter names to be qualified...
2007-07-16  Tom LaneHmm, so evidently _check_lock and _clear_lock take...
2007-07-16  Magnus HaganderQuote pathnames so pg_standby works with paths that...
2007-07-16  Tom LaneSo our reward for including <sys/atomic_op.h> seems...
2007-07-16  Tom LaneOn AIX, include <sys/atomic_op.h> so that the functions...
2007-07-15  Tom LaneGet rid of overly cute, unportable, probably not very...
2007-07-15  Tom LaneFix CHECK_RELATION_BLOCK_RANGE macro, which was not...
2007-07-15  Tom LaneFix a passel of signed vs unsigned char warnings.
2007-07-15  Tom LaneSilence a rather odd compiler warning. In passing...
2007-07-15  Tom LaneAvoid possibly-unportable initializer, per buildfarm...
2007-07-15  Tom LaneChange a couple of exit(0) to return 0 to suppress...
2007-07-15  Tom LaneSilence Solaris compiler warnings, per buildfarm.
2007-07-15  Tom LaneSilence Solaris compiler warning, per buildfarm.
2007-07-15  Tom LaneFix compile warning on Solaris, per buildfarm. (Why...
2007-07-15  Tom LaneFix possible portability problem, per buildfarm warnings.
2007-07-15  Tom LaneFix unportable use of isspace(), per buildfarm results.
2007-07-15  Tom LaneBecause plpgsql's scanner uses %option case-insensitive...
2007-07-15  Tom LaneReject zero or negative BY step in plpgsql integer...
2007-07-15  Tom LaneNote incompatibility with Oracle's version of FOR ...
2007-07-14  Tom LaneEditorial overhaul of plpgsql documentation. Provide...
2007-07-14  Magnus HaganderSupport for finding gssapi functions in the library...
2007-07-13  Tom LaneVolatile-qualify a dozen variables in plpython.c to...
2007-07-13  Tom LaneFix map_sql_typecoll_to_xmlschema_types() to not fail...
2007-07-13  Tom LaneAdd casts to suppress warnings about m68k-specific...
2007-07-12  Tom LaneFix a portability bug (ye olde not casting a <ctype...
2007-07-12  Tom LaneGet dirmod.c on the same page as port.h about whether...
2007-07-12  Neil ConwayFixup the indentation of a comment that was mangled...
2007-07-12  Tom LaneSimplify overly-cute array coding to avoid an apparent...
2007-07-12  Tom LaneSuppress Sun Studio warnings, per Stefan.
2007-07-12  Tom LaneSuppress an integer-overflow warning.
2007-07-12  Tom LaneSome of our port-specific dynloader implementations...
2007-07-12  Tom LaneCompute max and min int8 values using unsigned arithmet...
2007-07-12  Tom LaneFix some warnings (probably actual bugs) generated...
2007-07-12  Tom LaneFix mistaken Assert in adjust_appendrel_attr_needed...
2007-07-12  Magnus HaganderSilence compile warning on win32, per Stefan and Buildfarm.
2007-07-12  Magnus HaganderEnable GSSAPI to build using MSVC. Always build GSSAPI...
2007-07-12  Magnus HaganderSupport GSSAPI builds where the header is <gssapi.h...
2007-07-12  Magnus HaganderFix freenig of names in Kerberos when using MIT - need...
2007-07-11  Tom LaneSuppress a warning that some versions of gcc emit about...
2007-07-11  Magnus HaganderA bunch of GSSAPI fixes per comments from Tom:
2007-07-10  Tom LaneAdd note that building from CVS requires bison and...
2007-07-10  Tom LaneFix misspelling.
2007-07-10  Magnus HaganderAdd support for GSSAPI authentication.
2007-07-10  Tom LaneAdjust processSQLNamePattern() so that $ within the...
2007-07-09  Tom LaneFix stddev_pop(numeric) and var_pop(numeric), which...
2007-07-09  Tom LaneFix single-user mode so that interrupts (particularly...
2007-07-09  Tom LaneMinor copy-editing.
2007-07-08  Tom LaneRemove the pgstat_drop_relation() call from smgr_intern...
2007-07-08  Tom LaneGet rid of client-code dependencies on the exact text...
2007-07-08  Tom LaneCloser code review for PQconnectionUsedPassword() patch...
next