]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-06-08 Robert HaasFix typo.
2016-06-08 Noah MischTest parallel query essentials in "make check".
2016-06-07 Alvaro HerreraMake psql_crosstab plans more stable
2016-06-07 Alvaro Herreranls-global.mk: search build dir for source files, too
2016-06-07 Alvaro HerreraFix thinko in description of table_name parameter
2016-06-07 Alvaro HerreraAdd missing translate_columns array entry
2016-06-07 Alvaro HerreraFix loose ends for SQL ACCESS METHOD objects
2016-06-07 Tom LaneRevert "Use Foreign Key relationships to infer multi...
2016-06-07 Peter EisentrautMessage style and wording fixes
2016-06-07 Peter Eisentrautdoc: Update wording about direct system catalog manipul...
2016-06-07 Peter Eisentrautdoc: Fix typo
2016-06-07 Simon RiggsCorrect phrasing in dsm.c comments
2016-06-07 Tom LaneImprove documentation for contrib/bloom.
2016-06-07 Robert HaasUpdate lo extension for parallel query.
2016-06-07 Robert HaasUpdate isn extension for parallel query.
2016-06-07 Robert HaasUpdate intagg extension for parallel query.
2016-06-07 Robert HaasUpdate fuzzystrmatch extension for parallel query.
2016-06-07 Robert HaasUpdate earthdistance extension for parallel query.
2016-06-07 Robert HaasUpdate citext extension for parallel query.
2016-06-07 Stephen FrostMinor typos / copy-editing for snapmgr.c
2016-06-07 Peter Eisentrautpsql: Add missing file to nls.mk
2016-06-07 Peter Eisentrautdoc: Refer to table by id
2016-06-07 Peter Eisentrautpgbench: Fix order in --help output
2016-06-07 Simon RiggsFix simple typo in monitoring docs
2016-06-07 Stephen Frostpg_dump only selected components of ACCESS METHODs
2016-06-07 Peter EisentrautPL/Python: Move ereport wrapper test cases to separate...
2016-06-06 Tom LaneDon't reset changes_since_analyze after a selective...
2016-06-06 Robert HaasStop the executor if no more tuples can be sent from...
2016-06-06 Robert Haasshm_mq: After a send fails with SHM_MQ_DETACHED, later...
2016-06-06 Robert Haaspg_upgrade: Don't overwrite existing files.
2016-06-06 Robert HaasFix typo.
2016-06-06 Robert Haaspg_upgrade: Improve error checking in rewriteVisibilityMap.
2016-06-05 Peter EisentrautFix whitespace
2016-06-05 Tom LaneProperly initialize SortSupport for ORDER BY rechecks...
2016-06-04 Tom LaneUpdate contrib/tsearch2/expected/tsearch2_1.out for...
2016-06-03 Tom LaneFix grammar's AND/OR flattening to work with operator_p...
2016-06-03 Tom LaneInline the easy cases in MakeExpandedObjectReadOnly().
2016-06-03 Tom LaneMark read/write expanded values as read-only in ValuesN...
2016-06-03 Tom LaneMark read/write expanded values as read-only in ExecPro...
2016-06-03 Robert HaasRemove bogus code to apply PathTargets to partial paths.
2016-06-03 Robert HaasMark PostmasterPid as PGDLLIMPORT.
2016-06-03 Kevin GrittnerAdd new snapshot fields to serialize/deserialize functions.
2016-06-03 Robert HaasFix comment to be more accurate.
2016-06-03 Tom LaneSuppress -Wunused-result warnings about write(), again.
2016-06-03 Greg StarkFix various common mispellings.
2016-06-03 Tom LaneMeasure Bloom index signature-length reloption in bits...
2016-06-03 Robert HaasCosmetic improvements to freeze map code.
2016-06-02 Greg StarkBe conservative about alignment requirements of struct...
2016-06-02 Kevin GrittnerC comment improvement & typo fix.
2016-06-02 Tom LaneRedesign handling of SIGTERM/control-C in parallel...
2016-06-02 Kevin GrittnerFix btree mark/restore bug.
2016-06-01 Tom LaneClean up some minor inefficiencies in parallel dump...
2016-05-31 Peter Eisentrautdoc: Update version() and current_date output in tutorial
2016-05-31 Tom LaneAvoid useless closely-spaced writes of statistics files.
2016-05-31 Peter EisentrautFix whitespace
2016-05-31 Tom LaneFix typo in CREATE DATABASE syntax synopsis.
2016-05-31 Noah MischMirror struct Aggref field order in _copyAggref().
2016-05-30 Andres FreundMove memory barrier in UnlockBufHdr to before releasing...
2016-05-30 Alvaro HerreraFix PageAddItem BRIN bug
2016-05-29 Tom LaneFix missing abort checks in pg_backup_directory.c.
2016-05-29 Tom LaneRemove pg_dump/parallel.c's useless "aborting" flag.
2016-05-28 Tom LaneLots of comment-fixing, and minor cosmetic cleanup...
2016-05-27 Tom LaneClean up thread management in parallel pg_dump for...
2016-05-27 Tom LaneFix release-note typo.
2016-05-27 Tom LaneFix DROP ACCESS METHOD IF EXISTS.
2016-05-27 Tom LaneBe more predictable about reporting "lock timeout"...
2016-05-26 Magnus HaganderMake pg_dump error cleanly with -j against hot standby
2016-05-26 Tom LaneDisable physical tlist if any Var would need multiple...
2016-05-26 Alvaro HerreraFix typo in 9.5 release nodes
2016-05-26 Tom LaneMake pg_dump behave more sanely when built without...
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
next