]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-05-26 Tom LaneIn Windows pg_dump, ensure idle workers will shut down...
2016-05-25 Tom LaneRemove option to write USING before opclass name in...
2016-05-25 Tom LaneEnsure that backends see up-to-date statistics for...
2016-05-25 Tom LaneFix broken error handling in parallel pg_dump/pg_restore.
2016-05-25 Kevin GrittnerUpdate doc text to reflect new column in MVCC phenomena...
2016-05-25 Stephen FrostDo not DROP default roles in pg_dumpall -c
2016-05-25 Tom LaneMark wal_level as PGDLLIMPORT.
2016-05-25 Tom LaneFix contrib/bloom to work for unlogged indexes.
2016-05-25 Stephen FrostQualify table usage in dumpTable() and use regclass
2016-05-24 Tom LaneFetch XIDs atomically during vac_truncate_clog().
2016-05-24 Tom LaneAvoid consuming an XID during vac_truncate_clog().
2016-05-24 Alvaro HerreraFix range check for effective_io_concurrency
2016-05-24 Tom LaneDocs: mention pg_reload_conf() in ALTER SYSTEM referenc...
2016-05-24 Tom LaneIn examples of Oracle PL/SQL code, use varchar2 not...
2016-05-24 Teodor SigaevFix typo in docs
2016-05-24 Tom LaneFix typo in TAP test identification string.
2016-05-23 Tom LaneFix BTREE_BUILD_STATS build.
2016-05-23 Tom LaneSupport IndexElem in raw_expression_tree_walker().
2016-05-23 Tom LaneAdd support for more extensive testing of raw_expressio...
2016-05-23 Tom LaneFix latent crash in do_text_output_multiline().
2016-05-22 Peter Eisentrautpsql: Message style improvements
2016-05-21 Tom LaneImprove docs about contrib/intarray's benchmark suite.
2016-05-21 Tom LaneImprove docs about using ORDER BY to control aggregate...
2016-05-20 Tom LaneFurther improve documentation about --quote-all-identif...
2016-05-20 Tom LaneImprove documentation about pg_dump's --quote-all-ident...
2016-05-19 Tom LanePin the built-in index access methods.
2016-05-17 Tom LaneAvoid possible crash in contrib/bloom's blendscan().
2016-05-17 Teodor SigaevAllocate all page images at once in generic wal interface
2016-05-17 Magnus HaganderFix typo
2016-05-16 Teodor SigaevCorrectly align page's images in generic wal API
2016-05-16 Robert Haaspostgres_fdw: Fix the fix for crash when pushing down...
2016-05-16 Robert HaasFix multiple problems in postgres_fdw query cancellatio...
2016-05-15 Tom LaneFix comment.
2016-05-14 Peter Eisentrautsql_features: Fix typos
2016-05-14 Peter Eisentrautdoc: Fix typo
2016-05-14 Peter EisentrautUpdate release instructions for translation updates
2016-05-13 Peter Eisentrautdoc: Update link to external site
2016-05-13 Tom LaneEnsure plan stability in contrib/btree_gist regression...
2016-05-12 Alvaro HerreraFix bogus comments
2016-05-12 Alvaro HerreraFix obsolete comment
2016-05-12 Peter Eisentrautdoc: Document default of max_worker_processes
2016-05-12 Peter Eisentrautdoc: Small wording change for clarity
2016-05-11 Tom LaneFix infer_arbiter_indexes() to not barf on system columns.
2016-05-11 Tom LaneFix assorted missing infrastructure for ON CONFLICT.
2016-05-11 Peter EisentrautUpdate key words table for 9.6
2016-05-10 Alvaro HerreraFix autovacuum for shared relations
2016-05-09 Tom LaneStamp 9.6beta1. REL9_6_BETA1
2016-05-09 Peter EisentrautTranslation updates
2016-05-08 Tom LaneImprove 9.6 release notes.
2016-05-08 Tom LaneDocs: create some user-facing documentation about index...
2016-05-08 Stephen FrostWording quibbles regarding initdb username
2016-05-08 Stephen FrostDisallow superuser names starting with 'pg_' in initdb
2016-05-08 Tom LaneFix poorly-worded log message.
2016-05-07 Tom LaneRelease notes for 9.5.3, 9.4.8, 9.3.13, 9.2.17, 9.1.22.
2016-05-07 Tom LaneIn new pg_dump TAP tests, remove trailing "$" from...
2016-05-07 Tom LaneDocs: improve warnings about nextval() not producing...
2016-05-07 Tom LaneUpdate back-branch release notes for the last few commits.
2016-05-07 Tom LaneClean up after pg_dump test runs.
2016-05-07 Tom LaneFix pg_upgrade to not fail when new-cluster TOAST rules...
2016-05-07 Stephen FrostDisable BLOB test in pg_dump TAP tests
2016-05-07 Kevin GrittnerMitigate "snapshot too old" performance regression...
2016-05-06 Tom LaneFirst-draft release notes for 9.5.3.
2016-05-06 Tom LaneDocs: fix alphabetization of table entries.
2016-05-06 Tom LaneDocs: minor copy-editing for GSSAPI/SSPI authentication...
2016-05-06 Stephen FrostAdd test_pg_dump to @contrib_excludes
2016-05-06 Tom LaneMore small 9.6 release note improvements.
2016-05-06 Stephen FrostCorrect query in pg_dumpall:dumpRoles
2016-05-06 Stephen FrostRemove MODULES_big from test_pg_dump
2016-05-06 Robert HaasMinimal fix for crash bug in quals_match_foreign_key.
2016-05-06 Robert HaasLimit maximum parallel degree to 1024.
2016-05-06 Tom LaneImprove pg_upgrade's report about failure to match...
2016-05-06 Robert HaasUse mul_size when multiplying by the number of parallel...
2016-05-06 Stephen FrostRemove various special checks around default roles
2016-05-06 Stephen FrostAdd TAP tests for pg_dump
2016-05-06 Stephen FrostOnly issue LOCK TABLE commands when necessary
2016-05-06 Stephen Frostpg_dump performance and other fixes
2016-05-06 Stephen FrostCorrect pg_dump WHERE clause for functions/aggregates
2016-05-06 Peter EisentrautUpdate config.guess and config.sub
2016-05-06 Tom LaneFix possible read past end of string in to_timestamp().
2016-05-06 Tom LaneFix pgbench's parsing of double values to notice traili...
2016-05-06 Tom LaneImprove handling of numeric-valued variables in pgbench.
2016-05-06 Tom LaneDocs: fix \crosstabview example.
2016-05-06 Kevin GrittnerFix hash index vs "snapshot too old" problemms
2016-05-06 Dean RasheedFix psql's \ev and \sv commands so that they handle...
2016-05-06 Dean RasheedMove and rename fmtReloptionsArray().
2016-05-06 Tom LaneFurther 9.6 release note improvements.
2016-05-06 Tom LaneUpdate time zone data files to tzdata release 2016d.
2016-05-05 Tom LaneRename tsvector delete() to ts_delete(), and filter...
2016-05-05 Tom LaneSmall 9.6 release note improvements.
2016-05-05 Tom LaneRename pgbench min/max to least/greatest, and fix handl...
2016-05-05 Tom LaneFirst-draft release notes for Postgres 9.6.
2016-05-05 Tom LaneFix ordering/categorization of some recently-added...
2016-05-05 Dean RasheedFix corner-case loss of precision in numeric pow()...
2016-05-04 Alvaro HerreraRevert timeline following in replication slots
2016-05-04 Peter Eisentrautdoc: Fix more typos
2016-05-04 Teodor SigaevFix crash of filter(tsvector)
2016-05-04 Andres FreundFix transient mdsync() errors of truncated relations...
2016-05-04 Peter Eisentrautdoc: Fix typos
2016-05-03 Robert HaasFix more things to be parallel-safe.
2016-05-03 Robert HaasTweak a few more things in preparation for upcoming...
next