]> granicus.if.org Git - postgresql/shortlog
postgresql
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
2013-04-20 Peter Eisentrautdoc: Mention SATA alongside IDE for Linux
2013-04-20 Peter EisentrautClean up references to SQL92
2013-04-19 Tom LaneImprove error message when an FDW doesn't support WHERE...
2013-04-19 Tom LaneDon't try to pass -I switch to postmaster in contrib...
2013-04-19 Robert HaasFix typo in comment.
2013-04-19 Peter EisentrautStandardize spelling of "nonblocking"
2013-04-17 Bruce Momjianpg_upgrade: Add checksum C comment
2013-04-17 Robert Haassepgsql: Minor improvement to test script, doc fix.
2013-04-17 Robert Haassepgsql: One more getObjectIdentity in lieu of getObjec...
2013-04-17 Peter Eisentrautdoc: Update PQgetssl() documentation
2013-04-16 Bruce Momjianpgindent: add newline to die() so script line number...
2013-04-16 Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-04-16 Peter EisentrautFix function return type confusion
2013-04-16 Andrew DunstanMark json IO and extraction functions immutable.
2013-04-15 Andrew DunstanCorrect handling of NULL arguments in json funcs.
2013-04-15 Tom LaneImprove GiST index search performance for trigram regex...
2013-04-14 Peter EisentrautAdd serial comma
2013-04-14 Peter Eisentrautpg_ctl: Add idempotent option
2013-04-13 Peter EisentrautFix sporadic rebuilds for .pc files
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-04-12 Bruce Momjianpgindent: improve error messages
2013-04-12 Bruce Momjianpgindent: fix downloading of BSD indent binary
2013-04-12 Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-04-12 Robert HaasMinor wording corrections for object-access hook stuff.
2013-04-12 Robert Haassepgql: Use getObjectIdentity rather than getObjectDesc...
2013-04-11 Bruce MomjianDocument that git_changelog needs updating for major...
2013-04-11 Alvaro HerreraRemove quotes around SQL statement in error message
2013-04-11 Alvaro HerreraFix confusion between ObjectType and ObjectClass
2013-04-11 Peter Eisentrautdoc: Update DTrace information
next