]> granicus.if.org Git - postgresql/shortlog
postgresql
2013-05-12 Peter Eisentrautpg_xlogdump: Improve --help output
2013-05-11 Tom LaneFix to_number() to correctly ignore thousands separator...
2013-05-11 Tom LaneFix buildfarm incompatibility in updated pg_upgrade...
2013-05-11 Tom LaneMake pg_upgrade's test script attempt to select a non...
2013-05-11 Tom LaneUpdate CREATE FUNCTION documentation about argument...
2013-05-10 Tom LaneGuard against input_rows == 0 in estimate_num_groups().
2013-05-10 Tom LaneFix pgp_pub_decrypt() so it works for secret keys with...
2013-05-10 Tom LaneFix management of fn_extra caching during repeated...
2013-05-10 Peter EisentrautUpdate key words table for 9.3
2013-05-10 Peter EisentrautRemove make_keywords
2013-05-09 Tom LaneUse pg_dump's --quote-all-identifiers option in pg_upgrade.
2013-05-09 Bruce Momjianpg_upgrade docs: give tips on automation
2013-05-09 Tom LaneUpdate collate.linux.utf8.out for ruleutils.c line...
2013-05-08 Tom LaneBetter fix for permissions tests in excluded subqueries.
2013-05-08 Heikki LinnakangasThe data structure used in unaccent is a trie, not...
2013-05-08 Heikki LinnakangasFix walsender failure at promotion.
2013-05-08 Heikki LinnakangasUse the term "radix tree" instead of "suffix tree"...
2013-05-08 Peter Eisentrautdoc: Add IDs to link targets used by phpPgAdmin
2013-05-07 Heikki LinnakangasStress that backup_label file is critical in the docs.
2013-05-06 Tom LaneStamp 9.3beta1. REL9_3_BETA1
2013-05-06 Tom LaneDesultory copy-editing of the 9.3 release notes.
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-05-06 Tom LaneBack out some recent translation updates.
2013-05-06 Tom LaneDisallow unlogged materialized views.
2013-05-06 Bruce Momjian9.3 release notes: use "restoration"
2013-05-06 Bruce Momjian9.3 release notes: Add cache of local locks
2013-05-06 Bruce Momjian9.3 release notes: update from Amit Kapila
2013-05-06 Simon RiggsExecute SET TRANSACTION SNAPSHOT during pg_dump
2013-05-06 Bruce MomjianRevert idea of zer-padding padding session id in log_li...
2013-05-06 Peter EisentrautTranslation updates
2013-05-04 Tom LaneImprove behavior of \watch with non-tuple-returning...
2013-05-04 Bruce Momjiandocs: Improve log_line_prefix session_id query
2013-05-04 Bruce Momjiandocs: log_line_prefix session id fix
2013-05-04 Bruce Momjian9.3 docs: wording fixes
2013-05-04 Bruce Momjiandocs: fix log_line_prefix session id docs
2013-05-04 Bruce Momjian9.3 release notes: adjustments
2013-05-04 Bruce Momjian9.3 release notes: move compatibility items into their...
2013-05-04 Bruce Momjian9.3 release notes: Add markup for pg_backup_start_time()
2013-05-03 Bruce Momjian9.3 release notes: Add links to SGML sections
2013-05-03 Bruce Momjian9.3 release notes: add markup for text
2013-05-03 Tom LaneImprove SPI documentation about null-flags arrays.
2013-05-03 Bruce Momjian9.3 release notes: update for current commits
2013-05-02 Bruce Momjian9.3 release notes: suggested improvements from Jeff...
2013-05-02 Kevin GrittnerPrevent (auto)vacuum from truncating first page of...
2013-05-02 Bruce Momjianpg_test_fsync: update output to show usecs/op clearer
2013-05-01 Andrew DunstanUse correct length to convert json unicode escapes.
2013-05-01 Tom LaneFix permission tests for views/tables proven empty...
2013-04-30 Kevin GrittnerAdd regression test for bug fixed by recent refactoring.
2013-04-30 Simon RiggsFix pg_upgrade for 9.3 with data checksums.
2013-04-30 Simon RiggsRevert previous temporary patch
2013-04-30 Simon RiggsTemporarily silence pg_upgrade's checksums check
2013-04-30 Simon RiggsBump PG_CONTROL_VERSION to 937
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-04-30 Simon RiggsEnsure we MarkBufferDirty before visibilitymap_set()
2013-04-30 Simon RiggsCompiler optimizations for page checksum code.
2013-04-30 Peter Eisentrautpg_upgrade: Remove PGPORT handling from test suite
2013-04-30 Peter EisentrautRevert "pg_ctl: Add idempotent option"
2013-04-29 Tom LanePostpone creation of pathkeys lists to fix bug #8049.
2013-04-29 Kevin GrittnerEnsure ANALYZE phase is not skipped because of canceled...
2013-04-29 Robert HaasAttempt to fix error recovery in COPY BOTH mode.
2013-04-29 Simon RiggsIntroduce new page checksum algorithm and module.
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-04-28 Tom LaneFix unsafe event-trigger coding in ProcessUtility().
2013-04-28 Peter Eisentrautpg_dump: Improve message formatting
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-27 Peter EisentrautImprove message about failed transaction log archiving
2013-04-27 Peter EisentrautUpdate config.guess and config.sub
2013-04-26 Tom LaneFix collation assignment for aggregates with ORDER BY.
2013-04-26 Joe ConwayEnsure that user created rows in extension tables get...
2013-04-26 Robert Haaslibpq: Fix a few bits that didn't get the memo about...
2013-04-25 Tom LaneAvoid deadlock between concurrent CREATE INDEX CONCURRE...
2013-04-25 Heikki LinnakangasFix typo in comment.
2013-04-25 Peter Eisentrautpg_basebackup: Add missing newlines at end of lines
2013-04-25 Peter Eisentrautinitdb: Improve some messages
2013-04-25 Peter EisentrautPL/pgSQL doc: Add example for RETURN QUERY
2013-04-24 Heikki LinnakangasAdd missing #include.
2013-04-24 Kevin GrittnerFix assertion failure for REFRESH MATERIALIZED VIEW...
2013-04-24 Simon RiggsMake fast promotion the default promotion mode.
2013-04-24 Bruce Momjian9.3 release notes: adjustments per Alvaro
2013-04-23 Bruce Momjian9.3 release note updates from Dean Rasheed, Jov, Heikki...
2013-04-23 Heikki LinnakangasRemove prototype for cube(text) function that doesn...
2013-04-22 Bruce Momjian9.3 release notes: add diacritics
2013-04-22 Bruce Momjian9.3 release notes: adjustments per Alvaro and Robert
2013-04-22 Heikki LinnakangasMention in docs that you can create SP-GiST indexes...
2013-04-22 Bruce Momjian9.3 release notes: apply fixes suggested by Alvaro
2013-04-22 Bruce Momjian9.3 release notes: update streaming replication speedups
2013-04-22 Peter Eisentrautdoc: Improve example formatting
2013-04-22 Peter Eisentrautdoc: Fix syntax in example
2013-04-22 Bruce MomjianIn 9.3 release notes, split up items
2013-04-21 Bruce Momjian9.3 release note adjustments per request from Andres...
2013-04-21 Bruce MomjianRemove 9.3 item about fixing DROP INDEX CONCURRENTLY
2013-04-21 Bruce Momjian9.3 release note fixes
2013-04-21 Bruce MomjianAdjust 9.3 release notes per request from Simon
2013-04-21 Bruce MomjianReorder 9.3 release note items
2013-04-20 Bruce MomjianMore 9.3 release note reorderings
2013-04-20 Bruce MomjianFix Gilles Darold's name in 9.3 release notes.
2013-04-20 Tom LaneFix longstanding race condition in plancache.c.
2013-04-20 Bruce MomjianReorder some 9.3 release item entries
2013-04-20 Bruce MomjianPush 9.3 release SGML file
2013-04-20 Bruce MomjianPublish draft 9.3 release notes
next