]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2011-01-15  Magnus HaganderEnumerate available tablespaces after starting the...
2011-01-15  Bruce MomjianImprove output display of test_fsync.
2011-01-15  Bruce MomjianApply patch for test_fsync to add tests for O_DIRECT.
2011-01-15  Heikki LinnakangasTreat a WAL sender process that hasn't started streamin...
2011-01-14  Magnus HaganderUse a lexer and grammar for parsing walsender commands
2011-01-14  Magnus HaganderExit from base backups when shutdown is requested
2011-01-14  Tom LaneCode review for postmaster.pid contents changes.
2011-01-13  Tom LaneRevert incorrect memory-conservation hack in inheritanc...
2011-01-13  Magnus HaganderMake sure walsender state is only read while holding...
2011-01-13  Bruce MomjianMore libpq documentation adjustments from Leslie S...
2011-01-13  Heikki LinnakangasFix the logic in libpqrcv_receive() to determine if...
2011-01-13  Peter EisentrautWorkaround for recursive make breakage
2011-01-13  Peter EisentrautDon't run regression tests in SQL_ASCII encoding by...
2011-01-13  Bruce MomjianApply libpq documentation patches submitted by Leslie...
2011-01-13  Tom LaneFix PlanRowMark/ExecRowMark structures to handle inheri...
2011-01-12  Robert HaasRevert patch adding support for logging the current...
2011-01-12  Robert HaasAdd support for logging the current role.
2011-01-12  Andrew DunstanUnbreak regression tests, apparently broken by commit...
2011-01-11  Peter EisentrautRe-add recursive coverage target in src/backend/
2011-01-11  Peter EisentrautAdd some subsection headings
2011-01-11  Magnus HaganderTrack walsender state in shared memory and expose in...
2011-01-11  Magnus HaganderAdd missing function prototype, for consistency
2011-01-11  Tom LaneAdjust basebackup.c to suppress compiler warnings.
2011-01-11  Tom LaneTweak create_index_paths()'s test for whether to consid...
2011-01-11  Magnus HaganderTypo fix
2011-01-11  Magnus HaganderReset walsender ps title in the main loop
2011-01-10  Magnus HaganderSet process title to indicate base backup is running
2011-01-10  Heikki LinnakangasLeave temporary files out of streaming base backups.
2011-01-10  Bruce MomjianA toast relid field are no longer needed in pg_upgrade...
2011-01-10  Magnus HaganderBackend support for streaming base backups
2011-01-09  Tom LaneUpdate contrib/pg_trgm for new GIN extractQuery API.
2011-01-09  Tom LaneUpdate contrib/hstore for new GIN extractQuery API.
next