]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2016-01-07  Alvaro HerreraWindows: Make pg_ctl reliably detect service status
2016-01-06  Tom LaneIn initdb's post-bootstrap phase, drop temp tables...
2016-01-06  Tom LaneComment typo fix.
2016-01-05  Tatsuo IshiiFix typo in create_transform.sgml.
2016-01-05  Alvaro HerreraAdd scale(numeric)
2016-01-05  Tom LaneRemove some ancient and unmaintained encoding-conversio...
2016-01-05  Tom LaneSort $(wildcard) output where needed for reproducible...
2016-01-05  Alvaro HerreraMake pg_receivexlog silent with 9.3 and older servers
2016-01-05  Tom LaneIn opr_sanity regression test, check for unexpected...
2016-01-05  Tom LaneMake the to_reg*() functions accept text not cstring.
2016-01-05  Alvaro HerreraMake pg_shseclabel available in early backend startup
2016-01-05  Tom LaneAdd to_regnamespace() and to_regrole() to the documenta...
2016-01-05  Tom LaneConvert psql's tab completion for backslash commands...
2016-01-05  Tom LaneIn psql's tab completion, change most TailMatches patte...
2016-01-04  Tom LaneDocs: provide a concrete discussion and example for...
2016-01-04  Tom LaneAdjust behavior of row_security GUC to match the docs.
2016-01-04  Robert HaasFix typo in comment.
2016-01-04  Tom LaneFix regrole and regnamespace output functions to do...
2016-01-04  Tom LaneFix regrole and regnamespace types to honor quoting...
2016-01-04  Tom LaneFix bogus lock release in RemovePolicyById and RemoveRo...
2016-01-04  Tom LaneDo some copy-editing on the docs for row-level security.
2016-01-03  Tom LaneGuard against null arguments in binary_upgrade_create_e...
2016-01-03  Tom LaneDo some copy-editing on the docs for replication origins.
2016-01-03  Tom LaneDo a final round of copy-editing on the 9.5 release...
2016-01-03  Tom LaneFix treatment of *lpNumberOfBytesRecvd == 0: that's...
2016-01-03  Tom LaneTeach pg_dump to quote reloption values safely.
2016-01-02  Tom LaneFix overly-strict assertions in spgtextproc.c.
2016-01-02  Tom LaneAdjust back-branch release note description of commits...
2016-01-02  Tom LaneMake copyright.pl cope with nonstandard case choices...
2016-01-02  Tom LaneUpdate copyright for 2016
2016-01-02  Tom LaneUpdate copyright for 2016
2016-01-02  Bruce MomjianUpdate copyright for 2016
2016-01-02  Noah MischCover heap_page_prune_opt()'s cleanup lock tactic in...
2016-01-01  Tom LaneTeach flatten_reloptions() to quote option values safely.
2016-01-01  Tom LaneAdd some more defenses against silly estimates to ginco...
2016-01-01  Noah MischFix comments about WAL rule "write xlog before data...
2016-01-01  Peter Eisentrautdoc: Remove redundant duplicate URLs from ulink elements
2016-01-01  Peter Eisentrautdoc: Add index entries and better documentation link...
2015-12-31  Tom LaneAdd a comment noting that FDWs don't have to implement...
2015-12-31  Tom LaneFix ALTER OPERATOR to update dependencies properly.
2015-12-30  Tom LaneDept of second thoughts: the !scan_all exit mustn't...
2015-12-30  Tom LaneAvoid useless truncation attempts during VACUUM.
2015-12-30  Tom LaneMinor hacking on contrib/cube documentation.
2015-12-29  Tom LaneAdd some comments about division of labor between rewri...
2015-12-29  Tom LanePut back one copyObject() in rewriteTargetView().
2015-12-28  Joe ConwayRename (new|old)estCommitTs to (new|old)estCommitTsXid
2015-12-28  Tom LaneCode and docs review for cube kNN support.
2015-12-28  Alvaro HerreraDocument brin_summarize_new_pages
2015-12-28  Tom LaneDocument the exponentiation operator as associating...
2015-12-28  Tom LaneFix omission of -X (--no-psqlrc) in some psql invocations.
2015-12-28  Alvaro Herreradoc: pg_committs -> pg_commit_ts
2015-12-28  Tom LaneUpdate documentation about pseudo-types.
2015-12-28  Alvaro HerreraFix translation domain in pg_basebackup
2015-12-27  Alvaro HerreraAdd forgotten CHECK_FOR_INTERRUPT calls in pgcrypto...
2015-12-26  Tom LaneInclude typmod when complaining about inherited column...
2015-12-26  Tom LaneFix brin_summarize_new_values() to check index type...
2015-12-25  Fujii MasaoImprove SECURITY LABEL tab completion
2015-12-25  Teodor SigaevImprove the gin index scan performance in pg_trgm.
2015-12-24  Tom LaneRemove unnecessary row ordering dependency in pg_rewind...
2015-12-24  Tom LaneDocs: fix erroneously-given function name.
2015-12-24  Tom LaneFix factual and grammatical errors in comments for...
2015-12-24  Tom LaneDocs typo fix.
2015-12-24  Tom LaneAvoid VACUUM FULL altogether in initdb.
2015-12-23  Tom LaneImprove handling of password reuse in src/bin/scripts...
2015-12-23  Tom LaneIn pg_dump, remember connection passwords no matter...
2015-12-23  Robert HaasRead from the same worker repeatedly until it returns...
2015-12-23  Robert HaasChange Gather not to use a physical tlist.
2015-12-23  Peter EisentrautRemove unnecessary escaping in C character literals
2015-12-23  Tom LaneAllow omitting one or both boundaries in an array slice...
2015-12-22  Robert HaasComment improvements for abbreviated keys.
2015-12-22  Robert Haaspostgres_fdw: Consider requesting sorted data so we...
2015-12-21  Tom LaneFix calculation of space needed for parsed words in...
2015-12-21  Stephen FrostMake viewquery a copy in rewriteTargetView()
2015-12-20  Tom LaneRemove silly completion for "DELETE FROM tabname ...".
2015-12-20  Tom LaneTeach psql's tab completion to consider the entire...
2015-12-20  Peter Eisentrautpsql: Review of new help output strings
2015-12-19  Tom LaneAdd missing COSTS OFF to EXPLAIN commands in rowsecurit...
2015-12-19  Tom LaneAdopt a more compact, less error-prone notation for...
2015-12-19  Peter EisentrautFix whitespace
2015-12-19  Andres FreundFix tab completion for ALTER ... TABLESPACE ... OWNED BY.
2015-12-18  Teodor SigaevRevert 9246af6799819847faa33baf441251003acbb8fe because
2015-12-18  Robert Haaspgbench: Change terminology from "threshold" to "parame...
2015-12-18  Robert HaasRemove duplicate word.
2015-12-18  Robert HaasFix TupleQueueReaderNext not to ignore its nowait argument.
2015-12-18  Robert HaasFix copy-and-paste error in logical decoding callback.
2015-12-18  Robert HaasFix typo in comment.
2015-12-18  Teodor SigaevAllow to omit boundaries in array subscript
2015-12-18  Teodor SigaevCube extension kNN support
2015-12-18  Tom LaneRemove unreferenced function declarations.
2015-12-18  Tom LaneUse just one standalone-backend session for initdb...
2015-12-18  Tom LaneAdjust behavior of single-user -j mode for better initd...
2015-12-17  Tom LaneFix improper initialization order for readline.
2015-12-17  Alvaro HerreraRework internals of changing a type's ownership
2015-12-16  Tom LaneCope with Readline's failure to track SIGWINCH events...
2015-12-16  Robert HaasSpeed up CREATE INDEX CONCURRENTLY's TID sort.
2015-12-16  Robert HaasMark CHECK constraints declared NOT VALID valid if...
2015-12-15  Tom LaneDocument use of Subject Alternative Names in SSL server...
2015-12-15  Tom LaneUpdate 9.5 release notes through today.
2015-12-15  Robert HaasTeach mdnblocks() not to create zero-length files.
2015-12-15  Robert HaasMove buffer I/O and content LWLocks out of the main...
next