]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-12-14  Heikki LinnakangasAdd support for passing cursor parameters in named...
2011-12-12  Tom LaneMove BKP_REMOVABLE bit from individual WAL records...
2011-12-12  Heikki LinnakangasRevert the behavior of inet/cidr functions to not unpac...
2011-12-10  Andrew DunstanMiscellaneous cleanup to silence compiler warnings...
2011-12-10  Andrew DunstanRemove define inadvertantly left over from testing.
2011-12-10  Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-12-09  Robert HaasIf pg_test_fsync is interrupted, clean up the temp...
2011-12-09  Peter EisentrautAdd ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVE...
2011-12-09  Heikki LinnakangasDon't set reachedMinRecoveryPoint during crash recovery...
2011-12-09  Heikki LinnakangasCancel running query if it is detected that the connect...
2011-12-07  Peter EisentrautAdd const qualifiers to node inspection functions
2011-12-07  Tom LaneFix corner cases in readlink() usage.
2011-12-07  Magnus HaganderBetter error reporting if the link target is too long
2011-12-07  Magnus HaganderAvoid using readlink() on platforms that don't support it
2011-12-07  Magnus HaganderRemove spclocation field from pg_tablespace
2011-12-07  Tom LaneCreate a "sort support" interface API for faster sorting.
2011-12-06  Robert HaasTypo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26...
2011-12-06  Robert HaasMake command-line tools smarter about finding a DB...
2011-12-06  Magnus HaganderAdd missing documentation for function pg_stat_get_wal_...
2011-12-05  Bruce MomjianIn pg_upgrade, allow tables using regclass to be upgrad...
2011-12-05  Tom LaneRemove troublesome Asserts in cost_mergejoin().
2011-12-05  Peter Eisentrautplpython: Add SPI cursor support
2011-12-04  Andrew DunstanAdd a \setenv command to psql.
2011-12-04  Magnus HaganderRemove incorrect instructions to run CREATE FOREIGN...
2011-12-04  Michael MeskesApplied another patch by Zoltan to fix memory alignemen...
2011-12-03  Magnus HaganderTreat ENOTDIR as ENOENT when looking for client certifi...
2011-12-02  Bruce MomjianUpdate documentation suggestions for debugging the...
2011-12-02  Peter Eisentrautpsql: Make temporary editor files have .sql extension
2011-12-02  Tom LaneAdd some weasel wording about threaded usage of PGresults.
2011-12-02  Heikki LinnakangasDuring recovery, if we reach consistent state and still...
2011-12-01  Tom LaneClarify documentation about SQL:2008 variant of LIMIT...
2011-12-01  Robert HaasMake pgcompinclude/pgrminclude less tied to Bruce's...
2011-12-01  Tom LaneFix getTypeIOParam to support type record[].
2011-12-01  Bruce MomjianAdd file-fdw documentation example.
2011-12-01  Bruce MomjianAdd documentation mention that 7 != NULL also returns...
2011-12-01  Tom LaneUpdate information about configuring SysV IPC parameter...
2011-12-01  Tom LaneDraft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17...
2011-11-30  Tom LaneUpdate time zone data files to tzdata release 2011n.
2011-11-30  Robert HaasImprove table locking behavior in the face of current...
2011-11-30  Tom LaneTweak previous patch to ensure edata->filename always...
2011-11-30  Peter EisentrautStrip file names reported in error messages in vpath...
2011-11-30  Tom LaneRemove duplicate definition of 'progname'.
2011-11-30  Tom LaneMove EXTRA_CLEAN to where it actually works.
2011-11-30  Tom LanePrevent autovacuum transactions from running in seriali...
2011-11-30  Bruce MomjianChange installation docs to mention general debugging...
2011-11-30  Tom LaneClean up after recent pg_dump patches.
2011-11-30  Bruce MomjianIn docs, suggest "-O0 -g" only if using a debugger.
2011-11-29  Tom LaneWhen a row fails a not-null constraint, show row's...
2011-11-29  Bruce MomjianSimplify the pg_dump/pg_restore error reporting macros...
2011-11-29  Bruce MomjianSuggest configure options for server developers.
2011-11-29  Tom LaneWhen a row fails a CHECK constraint, show row's content...
2011-11-29  Peter Eisentrautpg_dump: Add gettext plural support to error message
2011-11-29  Peter Eisentrautpg_upgrade: Disable installcheck
2011-11-29  Peter Eisentrautpython.m4: Remove useless "import string" calls
2011-11-29  Peter Eisentrautplpython: Fix sed expression in python3 build
2011-11-29  Peter Eisentrautpg_dump: Fix clean rule after file renaming shuffle
2011-11-29  Bruce MomjianDocument that perl needs to be indented during the...
2011-11-29  Tom LaneMake some minor formatting improvements to what pginden...
2011-11-29  Tom LaneDisallow deletion of CurrentExtensionObject while runni...
2011-11-28  Bruce MomjianPgindent clauses.c, per request from Tom.
2011-11-28  Tom LaneConvert eval_const_expressions's long series of IsA...
2011-11-28  Tom LaneRemove erroneous claim about use of pg_locks.objid...
2011-11-28  Tom LaneFix some bogosities in pg_dump's foreign-table support.
2011-11-28  Magnus HaganderAdd libpq connection option to disable SSL compression
2011-11-28  Tom LaneEnsure that whole-row junk Vars are always of composite...
2011-11-28  Andrew DunstanMake pg_dumpall build with the right object files under...
2011-11-27  Tom LaneUse IEEE infinity, not 1e10, for null-and-not-null...
2011-11-27  Tom LaneImprove GiST range-contained-by searches by adding...
2011-11-27  Peter EisentrautAdd pg_upgrade test suite
2011-11-27  Tom LaneUse the proper macro to convert a bool to a Datum.
2011-11-27  Andrew DunstanFix MSVC builds broken by xsubpp change
2011-11-27  Bruce MomjianMove pg_dump memory routines into pg_dumpmem.c/h and...
2011-11-26  Andrew DunstanUse the right interpreter for encoding test.
2011-11-26  Andrew DunstanUse the preferred version of xsubpp, not necessarily...
2011-11-26  Tom LaneMake GiST index searches smarter about queries against...
2011-11-26  Tom LaneFix overly-aggressive and inconsistent quoting in OS...
2011-11-26  Andrew DunstanEnsure plperl strings are always correctly UTF8 encoded.
2011-11-26  Bruce MomjianFix join_path_components() to not add a leading slash...
2011-11-26  Heikki LinnakangasTake fillfactor into account in the new COPY bulk heap...
2011-11-26  Bruce MomjianRemove ENABLE_SAME_CATVERSION_UPGRADES as unnecessary.
2011-11-25  Alvaro HerreraFix unvalidated check constraints on domains, too
2011-11-25  Bruce MomjianModify pg_dump to use error-free memory allocation...
2011-11-25  Bruce MomjianAllow pg_upgrade to upgrade clusters that use exclusion...
2011-11-25  Alvaro HerreraImprove logging of autovacuum I/O activity
2011-11-25  Tom LaneFix erroneous replay of GIN_UPDATE_META_PAGE WAL records.
2011-11-25  Robert HaasMove "hot" members of PGPROC into a separate PGXACT...
2011-11-25  Tom LaneFix unsupported options in CREATE TABLE ... AS EXECUTE.
2011-11-24  Alvaro HerreraDump an unvalidated constraint separately from its...
2011-11-24  Heikki LinnakangasPreserve SQLSTATE when an SPI error is propagated throu...
2011-11-24  Bruce MomjianAdd pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro...
2011-11-24  Tom LaneSome more editing of the range-types documentation.
2011-11-23  Tom LaneAdjust range_adjacent to support different canonicaliza...
2011-11-23  Tom LaneCreator of a range type must have permission to call...
2011-11-23  Tom LaneRemove user-selectable ANALYZE option for range types.
2011-11-23  Tom LaneRemove zero- and one-argument range constructor functions.
2011-11-22  Tom LaneImprove implementation of range-contains-element tests.
2011-11-22  Robert HaasCheck for INSERT privileges in SELECT INTO / CREATE...
2011-11-22  Tom LaneStill more review for range-types patch.
2011-11-22  Peter EisentrautSmall markup and wording improvement
2011-11-22  Simon RiggsContinue to allow VACUUM to mark last block of index...
next