]> granicus.if.org Git - postgresql/shortlog
postgresql
2011-08-27 Tom LaneDon't assume that "E" response to NEGOTIATE_SSL_CODE...
2011-08-27 Tom LaneEnsure we discard unread/unsent data when abandoning...
2011-08-26 Tom LaneFix potential memory clobber in tsvector_concat().
2011-08-26 Bruce MomjianIn pg_upgrade, limit schema name filter to include...
2011-08-25 Tom LaneFix psql lexer to avoid use of backtracking.
2011-08-25 Robert HaasProperly quote SQL/MED generic options in pg_dump output.
2011-08-25 Tom LaneFix pgstatindex() to give consistent results for empty...
2011-08-23 Heikki LinnakangasAdd recovery.conf to the index in the user manual.
2011-08-21 Tom LaneFix trigger WHEN conditions when both BEFORE and AFTER...
2011-08-20 Tom LaneFix performance problem when building a lossy tidbitmap.
2011-08-18 Peter EisentrautChange PyInit_plpy to external linkage
2011-08-16 Tom LaneForget about targeting catalog cache invalidations...
2011-08-16 Tom LaneFix incorrect order of operations during sinval reset...
2011-08-16 Tom LanePreserve toast value OIDs in toast-swap-by-content...
2011-08-16 Tom LaneFix race condition in relcache init file invalidation.
2011-08-16 Bruce MomjianIn pg_upgrade, avoid dumping orphaned temporary tables...
2011-08-14 Tom LaneFix unsafe order of operations in foreign-table DDL...
2011-08-13 Tom LaneFix incorrect timeout handling during initial authentic...
2011-08-09 Tom LaneFix nested PlaceHolderVar expressions that appear only...
2011-08-06 Tom LaneFix thinko in documentation of local_preload_libraries.
2011-08-04 Bruce MomjianFix markup for recent wal_level clarification.
2011-08-04 Bruce MomjianIn documentaiton, clarify which commands have reduced...
2011-08-02 Tom LaneMove CheckRecoveryConflictDeadlock() call to a safer...
2011-08-02 Tom LaneFix incorrect initialization of ProcGlobal->startupBuff...
2011-08-02 Heikki LinnakangasAvoid integer overflow when LIMIT + OFFSET >= 2^63.
2011-07-28 Tom LaneFix pg_restore's direct-to-database mode for standard_c...
2011-07-27 Robert HaasFix typo.
2011-07-26 Peter EisentrautAdd missing newlines at end of error messages
2011-07-26 Robert HaasClarify which relkinds accept column comments.
2011-07-25 Tom LaneFix previous patch so it also works if not USE_SSL...
2011-07-24 Tom LaneImprove libpq's error reporting for SSL failures.
2011-07-24 Tom LaneUse OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
2011-07-21 Tom LaneFix PQsetvalue() to avoid possible crash when adding...
2011-07-20 Bruce MomjianIn pg_upgrade, fix the -l/log option to work on Windows.
2011-07-18 Michael MeskesAdapted expected result for latest change to ecpglib.
2011-07-18 Michael MeskesMade ecpglib write double with a precision of 15 digits.
2011-07-16 Magnus HaganderFix SSPI login when multiple roundtrips are required
2011-07-15 Heikki LinnakangasFix two ancient bugs in GiST code to re-find a parent...
2011-07-14 Tom LaneIn planner, don't assume that empty parent tables aren...
2011-07-08 Tom LaneFix another oversight in logging of changes in postgres...
2011-07-07 Tom LaneUpdate examples for string-related functions.
2011-07-07 Peter EisentrautFix use of unportable %m format
2011-07-05 Tom LaneFix psql's counting of script file line numbers during...
2011-07-05 Magnus HaganderFix typo in sslmode documentation
2011-07-04 Heikki LinnakangasClarify that you need ActiveState perl 5.8 *or later...
2011-07-04 Andrew DunstanBack-patch Fix bat file quoting of %ENV from commit...
2011-07-04 Tom LaneFix omissions in documentation of the pg_roles view.
2011-07-03 Tom LaneFix EXPLAIN to handle gating Result nodes within inner...
2011-07-02 Bruce MomjianIn pg_upgrade 9.0 and 9.1, document suggestion of using...
2011-06-29 Tom LaneRestore correct btree preprocessing of "indexedcol...
2011-06-29 Magnus HaganderProtect pg_stat_reset_shared() against NULL input
2011-06-27 Simon RiggsReduce impact of btree page reuse on Hot Standby by...
2011-06-23 Bruce MomjianIn pg_upgrade docs, clarify that link mode uses "hard...
2011-06-22 Bruce MomjianFix pg_upgrade status message capitalization mistake.
2011-06-21 Tom LaneApply upstream fix for blowfish signed-character bug...
2011-06-20 Tom LaneFix missed use of "cp -i" in an example, per Fujii...
2011-06-20 Tom LaneFix thinko in previous patch for optimizing EXISTS...
2011-06-20 Michael MeskesFixed string in German translation that causes segfault.
2011-06-19 Tom LaneFix thinko in previous patch to always update pg_class...
2011-06-17 Tom LaneDon't use "cp -i" in the example WAL archive_command.
2011-06-17 Tom LaneObtain table locks as soon as practical during pg_dump.
2011-06-17 Robert HaasAdd overflow checks to int4 and int8 versions of genera...
2011-06-16 Simon RiggsRespect Hot Standby controls while recycling btree...
2011-06-15 Tom LaneFix failure to account for memory used by tuplestore_pu...
2011-06-14 Bruce MomjianIn pg_upgrade, document that link mode has to have...
2011-06-14 Tom LaneFix assorted issues with build and install paths contai...
2011-06-14 Alvaro HerreraFix grammatical mistake introduced by previous commit
2011-06-14 Alvaro HerreraMention DROP TABLE as well as ALTER TABLE NO INHERIT
2011-06-13 Alvaro HerreraFix aboriginal copy-paste mistake in error message
2011-06-13 Alvaro HerreraExpand warnings on locks acquired by CREATE INDEX CONCU...
2011-06-13 Robert HaasRemove parentheses from mention of current_schemas...
2011-06-13 Robert HaasAdd doc cross-reference to search_path discussion of...
2011-06-10 Tom LaneWork around gcc 4.6.0 bug that breaks WAL replay.
2011-06-09 Magnus HaganderUse the correct eventlog severity for error
2011-06-09 Magnus HaganderSupport silent mode for service registrations on win32
2011-06-09 Peter EisentrautFix documentation of information_schema.element_types
2011-06-04 Andrew DunstanAllow building with perl 5.14.
2011-06-04 Peter EisentrautFix documentation reference to "above" example
2011-06-04 Peter EisentrautMore ECPG documentation fixes
2011-06-04 Peter EisentrautECPG documentation fix
2011-06-04 Tom LaneExpose the "*VALUES*" alias that we generate for a...
2011-06-02 Tom LaneClean up after erroneous SELECT FOR UPDATE/SHARE on...
2011-06-02 Tom LaneDisallow SELECT FOR UPDATE/SHARE on sequences.
2011-05-31 Tom LaneProtect GIST logic that assumes penalty values can...
2011-05-30 Tom LaneFix portability bugs in use of credentials control...
2011-05-30 Tom LaneFix VACUUM so that it always updates pg_class.reltuples...
2011-05-28 Tom LaneFix null-dereference crash in parse_xml_decl().
2011-05-27 Tom LanePreserve caller's memory context in ProcessCompletedNot...
2011-05-26 Tom LaneMake decompilation of optimized CASE constructs more...
2011-05-24 Tom LaneAvoid uninitialized bits in the result of QTN2QT().
2011-05-23 Tom LaneLobotomize typmod check in convert_tuples_by_position...
2011-05-23 Heikki LinnakangasReplace strdup() with pstrdup(), to avoid leaking memory.
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-05-12 Tom LaneFix write-past-buffer-end in ldapServiceLookup().
2011-05-11 Heikki LinnakangasShut down WAL receiver if it's still running at end...
2011-05-10 Bruce MomjianUpdate documentation to state there is three-value...
2011-05-02 Tom LaneFix pull_up_sublinks' failure to handle nested pull...
2011-05-01 Peter EisentrautAdd missing gitignore file
2011-05-01 Peter EisentrautCatch errors in for loop in makefile
2011-05-01 Tom LaneMake CLUSTER lock the old table's toast table before...
next