]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-06-16  Tom LaneAvoid unnecessary use of strncpy in a couple of places...
2018-06-16  Tom LaneUse snprintf not sprintf in pg_waldump's timestamptz_to...
2018-06-16  Tom LaneFix some minor error-checking oversights in ParseFuncOr...
2018-06-16  Simon RiggsRemove AELs from subxids correctly on standby
2018-06-16  Tatsuo IshiiFix memory leak in BufFileCreateShared().
2018-06-15  Alvaro HerreraFix off-by-one bug in XactLogCommitRecord
2018-06-15  Alexander KorotkovFix memory leak in PLySequence_ToJsonbValue()
2018-06-15  Tatsuo IshiiFix memory leak.
2018-06-14  Alvaro HerreraFail BRIN control functions during recovery explicitly
2018-06-14  Simon RiggsRemove spurious code comments in standby related code
2018-06-14  Simon RiggsRemove cut-off bug from RunningTransactionData
2018-06-13  Tom LaneCode review for match_clause_to_partition_key().
2018-06-13  Tom LaneFix some ill-chosen names for globally-visible partitio...
2018-06-13  Tom LaneFix up run-time partition pruning's use of relcache...
2018-06-13  Alexander KorotkovDocumentation improvement for pg_trgm
2018-06-12  Andrew DunstanExclude files in .git from list of perl files
2018-06-12  Andres FreundFix bugs in vacuum of shared rels, by keeping their...
2018-06-12  Peter EisentrautConvert debug message from ereport to elog
2018-06-12  Peter Eisentrautdoc: Replace non-ASCII lines in psql example output
2018-06-12  Peter Eisentrautdoc: Suggest logical replication more prominently for...
2018-06-11  Tom LaneFix access to just-closed relcache entry.
2018-06-11  Michael PaquierFix oversight from 9e149c8 with spin-lock handling
2018-06-11  Tom LaneImprove ExecFindInitialMatchingSubPlans's subplan renum...
2018-06-11  Tom LaneImprove commentary about run-time partition pruning...
2018-06-11  Peter EisentrautAdjust error message
2018-06-11  Alvaro HerreraDon't needlessly check the partition contraint twice
2018-06-11  Andrew DunstanMove perlcritic files to new perlcheck directory
2018-06-11  Andrew DunstanAdd a script to detect perl compile time errors and...
2018-06-11  Tom LaneFix run-time partition pruning code to handle NULL...
2018-06-11  Peter EisentrautMake new error code name match SQL standard more closely
2018-06-11  Peter EisentrautUpdate config.guess and config.sub
2018-06-11  Michael PaquierFix grammar in documentation related to checkpoint_flus...
2018-06-11  Michael PaquierFix a couple of bugs with replication slot advancing...
2018-06-10  Tom LaneAssorted cosmetic cleanup of run-time-partition-pruning...
2018-06-10  Tom LaneRelocate partition pruning structs to a saner place.
2018-06-10  Tom LaneImprove run-time partition pruning to handle any stable...
2018-06-10  Michael PaquierFix grammar in REVOKE documentation
2018-06-10  Michael PaquierFix and document lock handling for in-memory replicatio...
2018-06-10  Thomas MunroLimit Parallel Hash's bucket array to MaxAllocSize.
2018-06-09  Peter GeogheganFix typo in JIT README.
2018-06-08  Alvaro HerreraTeach SHOW ALL to honor pg_read_all_settings membership
2018-06-08  Peter EisentrautFix typo
2018-06-08  Peter EisentrautAdd missing serial commas
2018-06-08  Peter Eisentrautdoc: Move some new options into better positions on...
2018-06-08  Peter Eisentrautecpg: Document new compatibility option
2018-06-07  Simon RiggsExclude VACUUMs from RunningXactData
2018-06-07  Magnus HaganderFix typo in README
2018-06-07  Heikki LinnakangasFix obsolete comment.
2018-06-06  Alvaro HerreraFix function code in error report
2018-06-04  Peter EisentrautFix spurious non-ASCII bytes
2018-06-04  Peter EisentrautFix typo
2018-06-04  Peter EisentrautPut new command-line options into alphabetical order
2018-06-01  Alvaro HerreraTweak partitioning documentation wording
2018-05-31  Noah MischReconcile nodes/*funcs.c with PostgreSQL 11 work.
2018-05-31  Andrew DunstanFix compile-time warnings on all perl code
2018-05-30  Alvaro HerreraFix grammar
2018-05-30  Teodor SigaevMove _bt_upgrademetapage() into critical section.
2018-05-29  Peter EisentrautInitialize new jsonb iterator to zero
2018-05-28  Andrew DunstanReturn a value from Install.pm's lcopy function
2018-05-28  Bruce Momjiandoc: mark 'replaceable' parameter for backup program...
2018-05-28  Bruce Momjiandoc: adjust DECLARE docs to mention FOR UPDATE behavior
2018-05-27  Andrew DunstanAvoid use of unportable hex constant in convutils.pm
2018-05-27  Andrew DunstanDon't fall off the end of perl functions
2018-05-27  Andrew DunstanDon't force a blank line before comments in perl code
2018-05-26  Tom LaneUpdate a couple of long-obsolete comments in pg_type.h.
2018-05-25  Tom LaneFix misidentification of SQL statement type in plpgsql...
2018-05-25  Magnus HaganderRemove incorrect statement about IPC configuration...
2018-05-24  Tom LaneUpdate non-default collation tests for getObjectDescrip...
2018-05-24  Tom LaneUpdate sepgsql regression test output for getObjectDesc...
2018-05-24  Tom LaneImprove English wording of some other getObjectDescript...
2018-05-24  Tom LaneImprove translatability of some getObjectDescription...
2018-05-24  Tom LaneFix objectaddress.c code for publication relations.
2018-05-24  Tom LaneProperly schema-qualify additional object types in...
2018-05-24  Andrew DunstanPreserve information on use of git-external-diff
2018-05-24  Bruce Momjiandoc: PG 11 rel notes: add PL/pgSQL composite DDL...
2018-05-23  Tom LaneFix simple_prompt() to disable echo on Windows when...
2018-05-23  Tom LaneRemove configure's check for nonstandard "long long...
2018-05-23  Tom LaneFix incorrect ordering of operations in pg_resetwal...
2018-05-23  Heikki LinnakangasAccept "B" in all memory-unit GUCs, and improve error...
2018-05-23  Bruce Momjiandoc: PG 11 release notes fix for pg_dump --create...
2018-05-23  Bruce Momjiandoc: PG 11 release notes, add third author
2018-05-23  Bruce Momjiandoc: PG 11 release note fixes: PGhost, typo
2018-05-22  Tom LaneWiden COPY FROM's current-line-number counter from...
2018-05-22  Heikki LinnakangasAdd missing files to src/backend/lib/README.
2018-05-22  Heikki LinnakangasFix typo in comment.
2018-05-21  Tom LaneStamp 11beta1. REL_11_BETA1
2018-05-21  Peter EisentrautUpdate SQL features list
2018-05-21  Peter Eisentrautdoc: Use = after long options in documentation
2018-05-21  Peter Eisentrautdoc: Fix some trailing whitespace
2018-05-21  Peter Eisentrautdoc: Whitespace fixes in man pages
2018-05-21  Tom LaneDoc: preliminary list of PG11 major features.
2018-05-21  Peter EisentrautTranslation updates
2018-05-21  Andrew GierthFix SQL:2008 FETCH FIRST syntax to allow parameters.
2018-05-21  Peter EisentrautUpdate key words table for version 11
2018-05-21  Peter Eisentrautdoc: Fix some whitespace issues
2018-05-21  Tom LaneImprove spelling of new FINALFUNC_MODIFY aggregate...
2018-05-21  Tom LaneDoc: fix bogus cross-reference link.
2018-05-21  Peter Eisentrautpg_basebackup: Remove short option -k
2018-05-21  Tom LaneFix unsafe usage of strerror(errno) within ereport().
2018-05-20  Tom LaneFix unportable usage of printf("%m").
next