]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-08-21  Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-20  Peter EisentrautAdd configure option --with-system-tzdata to use operat...
2007-08-19  Andrew Dunstanminor typo fixes in CSVlog docs, per Michael Glaesemann
2007-08-19  Bruce MomjianDone:
2007-08-19  Andrew DunstanProvide for logfiles in machine readable CSV format...
2007-08-16  Bruce MomjianAdd:
2007-08-15  Tom LaneArrange to cache a ResultRelInfo in the executor's...
2007-08-15  Tom LaneRepair problems occurring when multiple RI updates...
2007-08-15  Bruce MomjianAdd third idea about pulling data from indexes.
2007-08-15  Bruce MomjianFix whitespace in TODO.
2007-08-14  Tom LaneFix oversight in async-commit patch: there were some...
2007-08-14  Bruce MomjianDone for ecpg:
2007-08-14  Michael MeskesIt seems we simply expected the same output for failure...
2007-08-14  Michael MeskesIt seems I always forget .in files.
2007-08-14  Michael MeskesHopefully fixed missing CHAR_BIT symbol
2007-08-14  Michael MeskesFixed compiler warning for enum handling
2007-08-14  Michael MeskesAs usual I forgot some files. :-)
2007-08-14  Michael Meskes- Finished major rewrite to use new protocol version
2007-08-13  Tom LaneTEMPORARILY make synchronous_commit default to OFF...
2007-08-13  Tom LaneFix two bugs induced in VACUUM FULL by async-commit...
2007-08-13  Tom LaneDocument that the regexp split functions ignore zero...
2007-08-12  Tom LaneRemove an "optimization" I installed in 2001, to make...
2007-08-12  Tom LaneIncrease the initial size of StringInfo buffers to...
2007-08-11  Tom LaneAvoid memory leakage across successive calls of regexp_...
2007-08-11  Tom LaneCode review for regexp_matches/regexp_split patch....
2007-08-10  Tom LaneFix uninitialized-memory bug in plpython proargnames...
2007-08-10  Tom LaneFix unintended change of output format for createlang...
2007-08-09  Tom LaneFix search for SGML stylesheets to include the place...
2007-08-09  Tom LaneRevise postmaster startup/shutdown logic to eliminate...
2007-08-08  Neil ConwayFix a gradual memory leak in ExecReScanAgg(). Because...
2007-08-08  Tom LaneFix thinko in multi-autovac-workers code: validity...
2007-08-07  Neil ConwayAdjust the output of MemoryContextStats() so that the...
2007-08-06  Magnus HaganderFix incorrect URI for cvs rsync
2007-08-06  Tom LaneFix pg_restore to guard against unexpected EOF while...
2007-08-05  Tom LaneAdjust configure so that it sets CFLAGS properly for...
2007-08-05  Tom LaneApparently icc doesn't always define __ICC, and it...
2007-08-04  Tom LaneFix up bad layout of some comments (probably pg_indent...
2007-08-04  Neil ConwayTweak for initdb: if more command-line arguments were...
2007-08-04  Tom LaneFix crash caused by log_timezone patch if we attempt...
2007-08-04  Tom LaneFix a problem in my recent patch to initialize cancel_k...
2007-08-04  Tom LaneSwitch over to using the src/timezone functions for...
2007-08-03  Tom LaneFix some sloppiness in the recent multiple-autovacuum...
2007-08-03  Magnus HaganderUpdate supported standalone VC++ version to 7.1+ only...
2007-08-02  Andrew DunstanMove session_start out of MyProcPort stucture and make...
2007-08-02  Andrew DunstanMake sure syslogPipe runs in binary mode on Windows...
2007-08-02  Neil ConwayFix a memory leak in tuplestore_end(). Unlikely to...
2007-08-01  Bruce MomjianDone:
2007-08-01  Tom LaneSupport an optional asynchronous commit mode, in which...
2007-08-01  Bruce MomjianFix strange quoting.
2007-08-01  Bruce MomjianFix script quoting problem.
2007-08-01  Bruce MomjianRemove links to old Win32 source code ports.
2007-07-31  Tom LaneFix a bug in the original implementation of redundant...
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...
next