]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2011-01-23 Heikki LinnakangasAdd 'directory' format to pg_dump. The new directory...
2011-01-23 Tom LaneFix another portability issue in pg_basebackup.
2011-01-23 Tom LaneImprove getObjectDescription's display of pg_amop and...
2011-01-23 Tom LaneRevert "Factor out functions responsible for caching...
2011-01-23 Tom LaneAdd .gitignore file to silence complaints about pg_base...
2011-01-23 Tom LaneSuppress uninitialized-variable warning.
2011-01-23 Andrew DunstanSilence flex warnings about DOS file paths in MSVC...
2011-01-23 Magnus HaganderUse pg_strcasecmp instead of strcasecmp for portability
2011-01-23 Magnus HaganderOnly show pg_stat_replication details to superusers
2011-01-23 Magnus Haganderfilemode is parsed on win32 even if never used
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-23 Robert HaasCode cleanup for assign_transaction_read_only.
2011-01-23 Tom LaneQuick hack to un-break plpython regression tests.
2011-01-23 Tom LaneAllow the wal_buffers setting to be auto-tuned to a...
2011-01-22 Tom LaneSuppress "control reaches end of non-void function...
2011-01-22 Tom LaneSuppress possibly-uninitialized-variable warnings from...
2011-01-22 Peter EisentrautGet rid of the global variable holding the error state
2011-01-22 Tom LaneMore pg_test_fsync fixups.
2011-01-22 Tom LaneSuppress unused-variables warning when OPEN_SYNC_FLAG...
2011-01-22 Magnus HaganderLink libpgport into pg_test_fsync on msvc
2011-01-22 Robert HaasAvoid treating WAL senders as normal backends.
2011-01-22 Robert HaasCode cleanup for assign_XactIsoLevel.
2011-01-22 Tom LaneMore pg_test_fsync cleanup.
2011-01-22 Tom LaneClean up pg_test_fsync commit.
2011-01-21 Tom LaneFix broken markup, also minor copy-editing.
2011-01-21 Peter EisentrautCorrectly add exceptions to the plpy module for Python 3
2011-01-21 Robert HaasEmphasize where OVER needs to be when using a window...
2011-01-21 Bruce MomjianUpdate SGML docs to point to new /contrib/pg_test_fsync.
2011-01-21 Bruce MomjianUpdate C banner on new pg_test_fsync file.
2011-01-21 Bruce MomjianMove test_fsync to /contrib.
2011-01-21 Heikki LinnakangasDon't require usage privileges on the foreign data...
2011-01-21 Robert HaasMake ALTER TABLE revalidate uniqueness and exclusion...
next