]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-06-22  Robert HaasUpdate out-of-date comment in vacuumlazy.c
2017-06-22  Alvaro HerreraFix IF NOT EXISTS in CREATE STATISTICS
2017-06-22  Robert Haaspostgres_fdw: Move function prototype to correct section.
2017-06-22  Robert Haaspsql: Restore alphabetical order in words_after_create.
2017-06-22  Robert HaasUpdate comment to account for table partitioning.
2017-06-22  Magnus HaganderFix typo in comment
2017-06-22  Peter EisentrautTeach pgrowlocks to check relkind before scanning
2017-06-21  Andres FreundFix possibility of creating a "phantom" segment after...
2017-06-21  Tom LaneManually un-break a few URLs that pgindent used to...
2017-06-21  Tom LaneRemove entab and associated detritus.
2017-06-21  Peter EisentrautReformat comments about ResultRelInfo
2017-06-21  Tom LanePhase 3 of pgindent updates.
2017-06-21  Tom LanePhase 2 of pgindent updates.
2017-06-21  Peter EisentrautRestart logical replication launcher when killed
2017-06-21  Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-06-21  Tom LaneAdjust pgindent script to use pg_bsd_indent 2.0.
2017-06-21  Tom LaneFinal pgindent run with old pg_bsd_indent (version...
2017-06-21  Dean RasheedPrevent table partitions from being turned into views.
2017-06-21  Heikki LinnakangasFix typo in comment.
2017-06-20  Tom LaneMake opr_sanity test complain about built-in functions...
2017-06-20  Peter EisentrautFix typo in code comment
2017-06-20  Tom LaneUpgrade documentation connected with shared_preload_lib...
2017-06-20  Bruce Momjianpg_upgrade: start/stop new server after pg_resetwal
2017-06-20  Tom LaneDon't downcase entries within shared_preload_libraries...
2017-06-20  Peter EisentrautTweak publication fetching in psql
2017-06-20  Peter EisentrautChange pg_get_publication_tables to prosecdef false
2017-06-19  Tom LaneFix materialized-view documentation oversights.
2017-06-19  Peter Eisentrautdoc: Improve logical replication security setup info
2017-06-19  Tom LaneAvoid regressions in foreign-key-based selectivity...
2017-06-19  Tom LaneOn Windows, make pg_dump use binary mode for compressed...
2017-06-19  Andres FreundFix leaking of small spilled subtransactions during...
2017-06-19  Tatsuo IshiiImprove PostgreSQL 10.0 release note regarding pg_curre...
2017-06-18  Peter EisentrautDocumentation spell checking and markup improvements
2017-06-18  Magnus HaganderFix copy/paste error in docs
2017-06-17  Peter Eisentrautdoc: Fix typo
2017-06-17  Peter Eisentrautdoc: Fix typo
2017-06-17  Peter EisentrautSet statement timestamp in apply worker
2017-06-17  Magnus HaganderRemove incorrect comment
2017-06-17  Magnus HaganderFix typos in comments
2017-06-17  Peter EisentrautDefine HAVE_UCOL_STRCOLLUTF8 on Windows
2017-06-17  Tom LaneTeach pgindent to skip files generated by bison or...
2017-06-17  Peter Eisentrautdoc: Add note that COPY commands are published as INSERTs
2017-06-16  Peter EisentrautUse RangeVarGetRelidExtended() in AlterSequence()
2017-06-16  Peter EisentrautFix ICU collation use on Windows
2017-06-16  Peter Eisentrautdoc: Add section about logical replication restrictions
2017-06-16  Heikki LinnakangasFix dependency, when changing a function's argument...
2017-06-16  Noah MischReconcile nodes/*funcs.c with PostgreSQL 10 work.
2017-06-15  Tom LaneMake configure check for IPC::Run when --enable-tap...
2017-06-15  Tom LaneFix low-probability leaks of PGresult objects in the...
2017-06-15  Bruce Momjiandoc: remove mention of Windows junction points by...
2017-06-15  Bruce Momjiandocs: Fix pg_upgrade standby server upgrade docs
2017-06-15  Alvaro HerreraRename function for consistency
2017-06-15  Peter Eisentrautpsql: Improve display of "for all tables" publications
2017-06-15  Peter EisentrautFix typo in code comment
2017-06-15  Peter EisentrautRemove unnecessary IPC::Run inclusion
2017-06-15  Tatsuo IshiiFix typo in PostgreSQL 10.0 release note.
2017-06-15  Tatsuo IshiiFix document bug regarding read only transactions.
2017-06-14  Robert HaasFix problems related to RangeTblEntry members enrname...
2017-06-14  Andres FreundDon't force-assign transaction id when exporting a...
2017-06-14  Peter EisentrautUse DEFACLOBJ_ macros in error message instead of hardc...
2017-06-14  Peter EisentrautAdd missing serial comma
2017-06-14  Peter Eisentrautdoc: Whitespace fixes in man pages
2017-06-14  Robert HaasTeach predtest.c about CHECK clauses to fix partitionin...
2017-06-14  Tom LaneImprove release note text about set-returning-function...
2017-06-14  Alvaro HerreraAvoid bogus TwoPhaseState locking sequences
2017-06-14  Peter EisentrautPut documentation of options and commands in more alpha...
2017-06-14  Tom LaneFix no-longer-valid shortcuts in expression_returns_set().
2017-06-14  Tom LaneFix violations of CatalogTupleInsert/Update/Delete...
2017-06-14  Dean RasheedTeach PL/pgSQL about partitioned tables.
2017-06-14  Dean RasheedTeach RemoveRoleFromObjectPolicy() about partitioned...
2017-06-14  Tom LaneDisallow set-returning functions inside CASE or COALESCE.
2017-06-13  Peter Eisentrautdoc: Update example version numbers in pg_upgrade docum...
2017-06-13  Peter Eisentrautpsql: Use more consistent capitalization of some output...
2017-06-13  Tom LaneRe-run pgindent.
2017-06-13  Robert HaasAlways initialize PartitionBoundInfoData's null_index.
2017-06-13  Dean RasheedTeach relation_is_updatable() about partitioned tables.
2017-06-13  Peter Eisentrautlibpq: Message style improvements
2017-06-13  Robert HaasFix failure to remove dependencies when a partition...
2017-06-13  Peter Eisentrautdoc: Fix typo
2017-06-13  Tom LaneIn initdb, defend against assignment of NULL values...
2017-06-13  Peter EisentrautFix typo
2017-06-13  Peter EisentrautImprove code comments
2017-06-13  Peter EisentrautUse correct ICU path for Windows 32 vs. 64 bit
2017-06-13  Peter EisentrautFix collprovider of predefined collations
2017-06-13  Peter Eisentrautpg_dump: Allow dumping default collation
2017-06-13  Peter EisentrautPrevent copying default collation
2017-06-13  Tom LaneFix confusion about number of subplans in partitioned...
2017-06-13  Peter Eisentrautpg_dump: Fix harmless type mixup
2017-06-13  Peter Eisentrautdoc: Update external PL list
2017-06-13  Tom LaneAssert that we don't invent relfilenodes or type OIDs...
2017-06-12  Tom LaneFix ALTER SEQUENCE OWNED BY to not rewrite the sequence...
2017-06-12  Peter Eisentrautdoc: Update information_schema documentation for identi...
2017-06-12  Peter EisentrautAdd ICU_CFLAGS to global CPPFLAGS
2017-06-12  Peter EisentrautRemove "synchronized table states" notice message
2017-06-12  Peter EisentrautAdd MSVC build system support for ICU
2017-06-12  Peter EisentrautFix build of ICU support in Windows
2017-06-12  Peter EisentrautTrim trailing whitespace
2017-06-12  Peter EisentrautStop table sync workers when subscription relation...
2017-06-12  Tatsuo IshiiFix ALTER TABLE doc examples.
2017-06-11  Tom LaneHandle unqualified SEQUENCE NAME options properly in...
next