]> granicus.if.org Git - postgresql/shortlog
postgresql
2016-08-16 Tom LaneRemove separate version numbering for ecpg preprocessor.
2016-08-16 Tom LaneDoc: copy-editing in create_access_method.sgml.
2016-08-16 Tom LaneDoc: remove out-of-date claim that pg_am rows must...
2016-08-15 Robert HaasOnce again allow LWLocks to be used within DSM segments.
2016-08-15 Tom LaneAllow .so minor version numbers above 9 in .gitignore.
2016-08-15 Tom LaneUpdate git_changelog to know that there's a 9.6 branch.
2016-08-15 Tom LaneStamp shared-library minor version numbers for v10.
2016-08-15 Tom LaneStamp HEAD as 10devel.
2016-08-15 Tom LaneFinal pgindent + perltidy run for 9.6.
2016-08-15 Tom LaneSimplify the process of perltidy'ing our Perl files.
2016-08-14 Tom LaneRemove bogus dependencies on NUMERIC_MAX_PRECISION.
2016-08-14 Tom LaneFix assorted bugs in contrib/bloom.
2016-08-13 Tom LaneAdd SQL-accessible functions for inspecting index AM...
2016-08-12 Tom LaneDoc: clarify that DROP ... CASCADE is recursive.
2016-08-12 Tom LaneFix inappropriate printing of never-measured times...
2016-08-12 Simon RiggsCode cleanup in SyncRepWaitForLSN()
2016-08-12 Simon RiggsCorrect TABLESAMPLE docs
2016-08-11 Alvaro HerreraAdd ID property to replication slots' sect2
2016-08-11 Tom LaneTrivial cosmetic cleanup in bloom/blutils.c.
2016-08-11 Tom LaneFix busted Assert for CREATE MATVIEW ... WITH NO DATA.
2016-08-11 Bruce Momjiandocs: my second pass over the 9.6 release notes
2016-08-11 Tom LaneDoc: write some for adminpack.
2016-08-09 Peter EisentrautFix typo
2016-08-09 Bruce Momjiandocs: my first pass over the 9.6 release notes
2016-08-09 Tom LaneDoc: clarify description of CREATE/ALTER FUNCTION ...
2016-08-08 Tom LaneStamp 9.6beta4. REL9_6_BETA4
2016-08-08 Bruce Momjiandoc: update list of pg_trgm authors
2016-08-08 Tom LaneUpdate 9.6 release notes through today.
2016-08-08 Tom LaneLast-minute updates for release notes.
2016-08-08 Peter EisentrautFix several one-byte buffer over-reads in to_number
2016-08-08 Peter EisentrautTranslation updates
2016-08-08 Tom LaneFix two errors with nested CASE/WHEN constructs.
2016-08-08 Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-08-08 Noah MischPromote pg_dumpall shell/connstr quoting functions...
2016-08-08 Noah MischFix Windows shell argument quoting.
2016-08-08 Noah MischReject, in pg_dumpall, names containing CR or LF.
2016-08-08 Noah MischField conninfo strings throughout src/bin/scripts.
2016-08-08 Noah MischIntroduce a psql "\connect -reuse-previous=on|off"...
2016-08-08 Noah MischSort out paired double quotes in \connect, \password...
2016-08-08 Peter Eisentrautdoc: Update benchmark results
2016-08-08 Peter EisentrautMake format() error messages consistent again
2016-08-08 Tom LaneUpdate 9.6 release notes through today.
2016-08-08 Peter EisentrautCorrect column name in information schema
2016-08-08 Tom LaneRelease notes for 9.5.4, 9.4.9, 9.3.14, 9.2.18, 9.1.23.
2016-08-08 Peter Eisentrautdoc: Move mention of rsync of temp tables to better...
2016-08-07 Tom LaneFix misestimation of n_distinct for a nearly-unique...
2016-08-07 Tom LaneFix crash when pg_get_viewdef_name_ext() is passed...
2016-08-07 Tom LaneFix TOAST access failure in RETURNING queries.
2016-08-07 Tom LaneAvoid crashing in GetOldestSnapshot() if there are...
2016-08-07 Tom LaneDon't propagate a null subtransaction snapshot up to...
2016-08-07 Tom LaneFirst-draft release notes for 9.5.4.
2016-08-06 Tom LaneIn B-tree page deletion, clean up properly after page...
2016-08-05 Tom LaneTeach libpq to decode server version correctly from...
2016-08-05 Tom LaneFix copy-and-pasteo in 81c766b3fd41c78c634d78ebae8d3168...
2016-08-05 Tom LaneMake array_to_tsvector() sort and de-duplicate the...
2016-08-05 Tom LaneFix ts_delete(tsvector, text[]) to cope with duplicate...
2016-08-05 Tom LaneRe-pgindent tsvector_op.c.
2016-08-05 Bruce Momjiandocs: re-add spaces before units removed
2016-08-05 Tom LaneUpdate time zone data files to tzdata release 2016f.
2016-08-05 Robert HaasChange InitToastSnapshot to a macro.
2016-08-05 Andres FreundFix hard to hit race condition in heapam's tuple lockin...
2016-08-04 Bruce Momjiandocs: mention rsync of temp and unlogged tables
2016-08-04 Tom LaneFix bogus coding in WaitForBackgroundWorkerShutdown().
2016-08-03 Peter Eisentrautdoc: Move indexterms to avoid whitespace issue in man...
2016-08-03 Robert HaasPrevent "snapshot too old" from trying to return pruned...
2016-08-03 Tom LaneMake INSERT-from-multiple-VALUES-rows handle targetlist...
2016-08-03 Tom LaneDo not let PostmasterContext survive into background...
2016-08-03 Peter EisentrautAdd missing casts in information schema
2016-08-03 Peter Eisentrautdoc: Remove documentation of nonexistent information...
2016-08-03 Alvaro HerreraFix assorted problems in recovery tests
2016-08-03 Peter Eisentrautdoc: Change recommendation to put NOTIFY into a rule
2016-08-03 Kevin GrittnerAdd OldSnapshotTimeMapLock to wait_event table in docs.
2016-08-03 Bruce MomjianC comment: fix typo
2016-08-03 Peter Eisentrautdoc: Remove slightly confusing xreflabels
2016-08-03 Peter EisentrautSmall wording tweaks
2016-08-02 Tom LaneRemove duplicate InitPostmasterChild() call while start...
2016-08-02 Bruce Momjiandoc: OS collation changes can break indexes
2016-08-02 Tom LaneBlock interrupts during HandleParallelMessages().
2016-08-02 Peter EisentrautChange minimum max_worker_processes from 1 to 0
2016-08-02 Tom LaneFix pg_dump's handling of public schema with both ...
2016-08-02 Peter Eisentrautdoc: Whitespace fixes in man pages
2016-08-02 Peter EisentrautConsistently capitalize names of recovery tests
2016-08-01 Tom LaneMinor cleanup for access/transam/parallel.c.
2016-08-01 Tom LaneDon't CHECK_FOR_INTERRUPTS between WaitLatch and ResetL...
2016-08-01 Fujii MasaoRemove unused arguments from pg_replication_origin_xact...
2016-08-01 Bruce Momjianpg_rewind docs: clarify handling of remote servers
2016-08-01 Michael MeskesFixed array checking code for "unsigned long long"...
2016-08-01 Fujii MasaoFix pg_basebackup so that it accepts 0 as a valid compr...
2016-07-31 Tom LaneDoc: remove claim that hash index creation depends...
2016-07-31 Tom LaneCode review for tqueue.c: fix memory leaks, speed it...
2016-07-31 Stephen FrostCorrectly handle owned sequences with extensions
2016-07-31 Bruce Momjiandoc: improve wording of Error Message Style Guide
2016-07-30 Bruce Momjianpgbench docs: fix incorrect "last two" fields text
2016-07-30 Bruce Momjiandocs: properly capitalize and space kB, MB, GB, TB
2016-07-29 Tom LaneFix worst memory leaks in tqueue.c.
2016-07-29 Tom LaneFix tqueue.c's range-remapping code.
2016-07-29 Tom LaneFix pq_putmessage_noblock() to not block.
2016-07-29 Robert HaasEliminate a few more user-visible "cache lookup failed...
2016-07-29 Peter EisentrautDocumentation spell checking and markup improvements
2016-07-28 Tom LaneGuard against empty buffer in gets_fromFile()'s check...
next