]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2011-02-03  Magnus HaganderInclude more status information in walsender results
2011-02-03  Magnus HaganderFix typo.
2011-02-03  Robert HaasFurther sepgsql documentation cleanup.
2011-02-03  Robert Haassepgsql doc fix
2011-02-03  Robert HaasMinor sepgsql regression test fixes.
2011-02-03  Robert HaasVarious sepgsql corrections.
2011-02-03  Bruce MomjianRename function to first_path_var_separator() to clarif...
2011-02-03  Bruce MomjianClearify macro IS_PATH_VAR_SEP in path.c so it is clear...
2011-02-03  Robert HaasLog restartpoints in the same fashion as checkpoints.
2011-02-03  Tom LaneRepair multiple breakage in Windows-specific code for...
2011-02-03  Tom LaneClean up missed change to plpython expected files.
2011-02-02  Bruce MomjianMark all GUC variables with <varname> markup, rather...
2011-02-02  Bruce MomjianFix wrong verb in pg_upgrade text message, per Haas.
2011-02-02  Bruce MomjianSimplify pg_upgrade checking of executable permissions.
2011-02-02  Peter EisentrautWrap PL/Python SPI calls into subtransactions
2011-02-02  Andrew DunstanAdd comment on why we're passing a useless 'false...
2011-02-01  Bruce MomjianDocument that CREATE VIEW that uses "*" for the column...
2011-02-01  Bruce MomjianProperly capitalize hyphenated words in documentation...
2011-02-01  Bruce MomjianClarify documentation to state that "zero_damaged_pages...
2011-02-01  Peter EisentrautAdd validator to PL/Python
2011-02-01  Bruce MomjianDocument that effective cache size does not assume...
2011-02-01  Bruce MomjianDocument that Slony can do upgrades easier _because_...
2011-02-01  Bruce MomjianClarify pg_upgrade install instructions, per suggestion...
2011-02-01  Bruce MomjianAdd missing period "." in pg_upgrade documentation.
2011-02-01  Bruce MomjianAdd pg_upgrade comment for why we can't use template1...
2011-02-01  Andrew DunstanSet up PLPerl trigger data using C code instead of...
2011-02-01  Magnus HaganderUndefine setlocale() macro on Win32
2011-02-01  Simon RiggsRe-classify ERRCODE_DATABASE_DROPPED to 57P04
2011-02-01  Itagaki TakahiroFix wrong error reports in 'number of array dimensions...
2011-02-01  Itagaki TakahiroAdd a link from client_encoding parameter to the list...
2011-02-01  Bruce MomjianImprove docs for pg_authid encryption description with...
2011-02-01  Bruce MomjianIn pg_authid.rolpassword docs, make "md5" appear as...
2011-02-01  Tom LaneSupport LIKE and ILIKE index searches via contrib/pg_tr...
2011-02-01  Bruce MomjianFix pg_upgrade to create pg_authid restore functions...
2011-02-01  Simon RiggsCreate new errcode for recovery conflict caused by...
2011-01-31  Heikki LinnakangasRemove spurious word, spotted by Thom Brown.
2011-01-31  Bruce MomjianUpdate pg_upgrade docs to mention its use in a less...
2011-01-31  Bruce MomjianFix SGML markup for upgrade doc addition.
2011-01-31  Simon RiggsFix error code for canceling statement due to conflict...
2011-01-31  Andrew DunstanUpdate docs on building for Windows to accomodate curre...
2011-01-31  Bruce MomjianMove upgrade instructions into its own section under...
2011-01-31  Heikki LinnakangasFix typo
2011-01-31  Heikki LinnakangasSupport multiple concurrent pg_basebackup backups.
2011-01-31  Andrew DunstanFix typo
2011-01-31  Andrew DunstanEnable building with the Mingw64 compiler.
2011-01-30  Tom LaneMake reduce_outer_joins() smarter about semijoins.
2011-01-30  Magnus HaganderAdd option to include WAL in base backup
2011-01-29  Bruce MomjianProperly capitalize documentation headings; some only...
2011-01-29  Tom LaneMake installation.sgml build standalone again.
2011-01-29  Magnus HaganderUse GSSAPI library for SSPI auth, when native SSPI...
2011-01-29  Robert HaasTry to avoid running with a full fsync request queue.
2011-01-28  Tom LaneCopy-edit a paragraph in the contrib/seg documentation.
2011-01-27  Tom LaneRephrase pg_conversion description to avoid splitting...
2011-01-27  Tom LaneUpdate release notes.
2011-01-27  Tom LanePrevent buffer overrun while parsing an integer in...
2011-01-27  Tom LaneDon't include <asm/ia64regs.h> unnecessarily.
2011-01-27  Tom LaneUpdate release notes for releases 9.0.3, 8.4.7, 8.3...
2011-01-27  Heikki LinnakangasUpdate psql's \copyright to match the text we have...
2011-01-27  Tom LaneImprove grammar and spelling in durability discussion.
2011-01-27  Bruce MomjianUpdate non-durable docs about non-synchronous-commit...
2011-01-27  Robert HaasRestore ALTER TABLE .. ADD COLUMN w/DEFAULT restriction.
2011-01-27  Bruce MomjianRestructure streaming docs so streaming seems more...
2011-01-27  Tom LaneChange inv_truncate() to not repeat its systable_getnex...
2011-01-26  Peter EisentrautUse -Wformat-security when available
2011-01-26  Peter Eisentrautautoreconf
2011-01-26  Peter EisentrautDo not prefix error messages with the string "PL/Python: "
2011-01-26  Peter EisentrautImprove exception usage in PL/Python
2011-01-26  Peter EisentrautAlso save the error detail in SPIError
2011-01-26  Peter EisentrautFix compiler warnings
2011-01-26  Bruce MomjianPer Peter E, use 'kB' for kilobyte, not 'K'.
2011-01-26  Bruce MomjianIn pg_test_fsync, use K(1024) rather than k(1000) for...
2011-01-26  Bruce MomjianUpdate contrib documention mentions to point to actual...
2011-01-26  Bruce MomjianUpdate sync commit performance documentation to be...
2011-01-26  Itagaki TakahiroMake 'on' uppercase in a sql example.
2011-01-26  Robert HaasAdd a comment explaining why we force physical removal...
2011-01-26  Robert HaasRemove arbitrary ALTER TABLE .. ADD COLUMN restriction.
2011-01-26  Bruce MomjianAdjust pg_test_fsync to always do XLOG_BLCKSZ-sized...
2011-01-26  Bruce MomjianUpdate warning about synchronous-commit durability...
2011-01-25  Robert HaasCorrect ALTER TYPE -> SET DATA TYPE in ALTER TABLE...
2011-01-25  Tom LaneRemove old claim that ExclusiveLock is sometimes taken...
2011-01-25  Robert HaasFix thinko in ALTER FOREIGN TABLE documentation.
2011-01-25  Tom LaneReplace pg_class.relhasexclusion with pg_index.indisexc...
2011-01-25  Tom LaneImplement ALTER TABLE ADD UNIQUE/PRIMARY KEY USING...
2011-01-25  Magnus HaganderTypo fix for MemSet size.
2011-01-25  Bruce MomjianUse consistent spacing for PGAPPICON Makefile option.
2011-01-25  Bruce MomjianUse XLOG_BLCKSZ in pg_test_fsync, rather than our own...
2011-01-25  Bruce MomjianIn test_open_sync(), writes kilobytes as intended,...
2011-01-24  Peter EisentrautDocument the "S" option for psql's \dn command in the...
2011-01-24  Peter EisentrautCall PLy_spi_execute_fetch_result inside the try/catch...
2011-01-24  Peter EisentrautRefactor PLy_spi_prepare to save two levels of indentation
2011-01-24  Robert HaasMore documentation cleanup for sepgsql.
2011-01-24  Heikki LinnakangasFix typo in the psql \d query handling, so that we...
2011-01-24  Magnus HaganderExclude sepgsql from MSVC regression testing as well
2011-01-24  Heikki LinnakangasSilence compiler warning about uninitialized variable...
2011-01-24  Robert HaasPGXS support for contrib/hstore
2011-01-24  Robert HaasBlind attempt to exclude sepgsql from MSVC build system.
2011-01-24  Robert HaasFirst round of cleanup of sepgsql code and documentation.
2011-01-24  Robert Haassepgsql, an SE-Linux integration for PostgreSQL
2011-01-23  Magnus HaganderMake walsender options order-independent
2011-01-23  Magnus HaganderReorder includes to unbreak MSVC
next