]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2011-01-20  Peter EisentrautFix wrong comment
2011-01-20  Peter EisentrautFix typo
2011-01-20  Peter EisentrautFactor out functions responsible for caching I/O routines
2011-01-20  Robert HaasAdd new psql command \dL to list languages.
2011-01-20  Robert HaasDocument that WITH queries are also called Common Table...
2011-01-19  Tom LaneShow correct datatype for pg_class.relpersistence,...
2011-01-19  Peter EisentrautAdd braces around an if block, for readability
2011-01-18  Peter EisentrautFree plan values in the PLyPlanObject dealloc function
2011-01-18  Peter EisentrautImprove message for errors in compiling anonymous PL...
2011-01-18  Peter EisentrautUse PyObject_New instead of PyObject_NEW
2011-01-18  Peter EisentrautSkip dropped attributes when converting Python objects...
2011-01-18  Peter EisentrautUse palloc in TopMemoryContext instead of malloc
2011-01-18  Peter EisentrautFix an error when a set-returning function fails halfwa...
2011-01-18  Bruce MomjianIn test_fsync, adjust test headings to match wal_sync_m...
2011-01-18  Tom LaneAvoid detoast in texteq/textne/byteaeq/byteane for...
2011-01-18  Magnus HaganderLog replication connections only when log_connections...
2011-01-18  Heikki LinnakangasFix thinko in comment. Spotted by Jim Nasby.
2011-01-18  Bruce MomjianRemove "github test" that somehow got into my tree...
2011-01-18  Bruce MomjianIn the docs, better distinguish server from client...
2011-01-18  Bruce Momjiangithub test
2011-01-17  Peter EisentrautUse HTABs instead of Python dictionary objects to cache...
2011-01-17  Tom LaneFix miscalculation of itemsafter in array_set_slice().
2011-01-17  Alvaro HerreraIncrement Py_None refcount for NULL array elements
2011-01-17  Bruce MomjianAdd getopt() support to test_fsync; also fix printf...
2011-01-17  Magnus HaganderSet fallback_application_name in walreceiver
2011-01-17  Heikki LinnakangasBefore exiting walreceiver, fsync() all the WAL received.
2011-01-16  Bruce MomjianIn test_fsync, use #define for printf format of ops...
2011-01-16  Bruce MomjianUse O_DIRECT in O_SYNC test of different size. Restruc...
2011-01-15  Bruce MomjianReverse number of stars used for test_fsync details.
2011-01-15  Bruce MomjianIn test_fsync, warn about options without o_direct...
2011-01-15  Tom LaneMove a couple of declarations to reflect where the...
2011-01-15  Tom LaneAdd .gitignore to silence git complaints about parser...
2011-01-15  Bruce MomjianHave test_fsync output details that fdatasync is the...
2011-01-15  Bruce MomjianRestructure test_fync to use modular C so there is...
next