]> granicus.if.org Git - postgresql/history - src
Add .gitignore file to silence complaints about pg_basebackup.
[postgresql] / src /
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 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-21 Peter EisentrautCorrectly add exceptions to the plpy module for Python 3
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-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 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 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 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 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 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 Magnus HaganderBackend support for streaming base backups
2011-01-09 Magnus HaganderSplit pg_start_backup() and pg_stop_backup() into two...
2011-01-09 Heikki LinnakangasFix crash in the new GiST insertion code, when an updat...
2011-01-09 Tom LaneFix up core tsquery GIN support for new extractQuery...
2011-01-09 Tom LaneUse array_contains_nulls instead of ARR_HASNULL on...
2011-01-09 Magnus HaganderEnsure the directory for gram.h is created on win32
2011-01-09 Magnus HaganderProperly install gram.h on MSVC builds
2011-01-09 Magnus HaganderAdd pgreadlink() on Windows to read junction points
2011-01-09 Michael MeskesThere is no need to have to identical functions in...
2011-01-09 Tom LaneAdd array_contains_nulls() function in arrayfuncs.c.
2011-01-09 Tom LaneFix up gincostestimate for new extractQuery API.
2011-01-08 Michael MeskesIn ecpg's parser removed a fixed length limit for const...
2011-01-08 Tom LaneRemove pg_am.amindexnulls.
2011-01-08 Tom LaneRefactor GIN's handling of duplicate search entries.
2011-01-08 Bruce MomjianFix pg_upgrade of large object permissions by preservin...
2011-01-08 Bruce MomjianForce pg_upgrade's to preserve pg_class.oid, not pg_cla...
2011-01-08 Tom LaneFix the built-in GIN support procedure declarations...
2011-01-08 Tom LaneFix GIN to support null keys, empty and null items...
2011-01-07 Robert HaasDocument pg_stat_replication, bump catversion since...
2011-01-07 Robert HaasImprove recovery.conf.sample comments.
2011-01-07 Itagaki TakahiroNew system view pg_stat_replication displays activity...
2011-01-07 Bruce MomjianImprove C comments about backend variables set by pg_up...
2011-01-06 Tom LaneUpdate sequence_1.out for recent changes in sequence...
2011-01-05 Bruce MomjianClarify pg_upgrade's creation of the map file structure...
2011-01-05 Magnus HaganderGive superusers REPLIACTION permission by default
next