]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
2017-06-11 Joe ConwayApply RLS policies to partitioned tables.
2017-06-10 Andrew DunstanTake PROVE_FLAGS from the command line but not the...
2017-06-10 Peter Eisentrautdoc: Add Node.js and Go drivers to client interfaces
2017-06-09 Peter Eisentrautdoc: Improve types in example
2017-06-09 Peter Eisentrautdoc: Document that subscriptions to same server might...
2017-06-09 Heikki LinnakangasSilence warning about uninitialized 'ret' variable...
2017-06-09 Peter EisentrautFormatting improvements in config file samples
2017-06-09 Peter EisentrautUpdate code comments
2017-06-09 Peter EisentrautFix typo
2017-06-09 Peter Eisentrautpsql: Update tab completion for ALTER SUBSCRIPTION
2017-06-09 Peter EisentrautImprove tablesync behavior with concurrent changes
2017-06-09 Heikki LinnakangasGive a better error message on invalid hostaddr option.
2017-06-09 Heikki LinnakangasFix script name in README.
2017-06-08 Andres FreundUse standard interrupt handling in logical replication...
2017-06-08 Andres FreundAgain report a useful error message when walreceiver...
2017-06-08 Peter EisentrautUpdate key words table for version 10
2017-06-08 Andrew DunstanMark to_tsvector(regconfig,json[b]) functions immutable
2017-06-08 Tom LaneFix bit-rot in pg_upgrade's test.sh, and improve docume...
2017-06-08 Heikki LinnakangasImprove authentication error messages.
2017-06-08 Peter EisentrautPut new command-line options in alphabetical order
2017-06-08 Robert HaasAdd statistics subdirectory to Makefile.
2017-06-08 Joe ConwayFix contrib/sepgsql regr tests for tup-routing constrai...
2017-06-07 Tom LaneDocs: improve CREATE TABLE ref page's discussion of...
2017-06-07 Robert Haaspostgres_fdw: Allow cancellation of transaction control...
2017-06-07 Peter EisentrautFix updating of pg_subscription_rel from workers
2017-06-07 Robert HaasPrevent BEFORE triggers from violating partitioning...
2017-06-07 Heikki LinnakangasClear auth context correctly when re-connecting after...
2017-06-07 Heikki LinnakangasFix double-free bug in GSS authentication.
2017-06-07 Peter EisentrautConsistently use subscription name as application name
2017-06-06 Andres FreundClean up latch related code.
next