postgres-xl.git
2016-01-09 Tom LaneClean up some lack-of-STRICT issues in the core code...
2016-01-09 Tom LaneClean up code for widget_in() and widget_out().
2016-01-09 Tom LaneAdd STRICT to some C functions created by the regressio...
2016-01-08 Tom LanePL/Python: Make tests pass with Python 3.5
2016-01-08 Magnus HaganderFix typo in comment
2016-01-07 Tom LaneFix unobvious interaction between -X switch and subdire...
2016-01-07 Tom LaneUse plain mkdir() not pg_mkdir_p() to create subdirecto...
2016-01-07 Alvaro HerreraWindows: Make pg_ctl reliably detect service status
2016-01-05 Tatsuo IshiiFix typo in create_transform.sgml.
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 LaneAdd to_regnamespace() and to_regrole() to the documenta...
2016-01-04 Tom LaneStamp 9.5.0.
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 Peter EisentrautTranslation updates
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 Bruce MomjianUpdate copyright for 2016
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 Tom LaneSplit out pg_operator.h function declarations to new...
2015-12-31 Tom LaneAdd a comment noting that FDWs don't have to implement...
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 Alvaro HerreraDocument brin_summarize_new_pages
2015-12-28 Tom LaneDocument the exponentiation operator as associating...
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 LaneFix brin_summarize_new_values() to check index type...
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-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-22 Robert HaasComment improvements for abbreviated keys.
2015-12-21 Stephen FrostMake viewquery a copy in rewriteTargetView()
2015-12-20 Tom LaneRemove silly completion for "DELETE FROM tabname ...".
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 Andres FreundFix tab completion for ALTER ... TABLESPACE ... OWNED BY.
2015-12-18 Robert Haaspgbench: Change terminology from "threshold" to "parame...
2015-12-18 Robert HaasFix copy-and-paste error in logical decoding callback.
2015-12-18 Tom LaneRemove unreferenced function declarations.
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-15 Tom LaneStamp 9.5rc1.
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 Stephen FrostImprove CREATE POLICY documentation
2015-12-15 Stephen FrostCollect the global OR of hasRowSecurity flags for plancache
2015-12-15 Tom LaneAdd missing cleanup logic in pg_rewind/t/005_same_timel...
2015-12-14 Tom Lanepg_rewind: Don't error if the two clusters are already...
2015-12-14 Alvaro HerreraAdd missing CHECK_FOR_INTERRUPTS in lseg_inside_poly
2015-12-14 Kevin GrittnerRemove xmlparse(document '') test
2015-12-14 Heikki LinnakangasFix out-of-memory error handling in ParameterDescriptio...
2015-12-14 Andres FreundFix bug in SetOffsetVacuumLimit() triggered by find_mul...
2015-12-14 Andres FreundCorrect statement to actually be the intended assert...
2015-12-14 Tom LaneDocs: document that psql's "\i -" means read from stdin.
2015-12-13 Magnus HaganderConsistently set all fields in pg_stat_replication...
2015-12-13 Magnus HaganderProperly initialize write, flush and replay locations...
2015-12-13 Tom LaneDoc: update external URLs for PostGIS project.
2015-12-12 Andres FreundFix ALTER TABLE ... SET TABLESPACE for unlogged relations.
2015-12-12 Tom LaneAdd an expected-file to match behavior of latest libxml2.
2015-12-11 Alvaro HerreraFor REASSIGN OWNED for foreign user mappings
2015-12-11 Tom LaneInstall our "missing" script where PGXS builds can...
2015-12-11 Stephen FrostHandle policies during DROP OWNED BY
2015-12-11 Tom LaneGet rid of the planner's LateralJoinInfo data structure.
2015-12-11 Stephen FrostHandle dependencies properly in ALTER POLICY
2015-12-11 Tom LaneStill more fixes for planner's handling of LATERAL...
2015-12-11 Alvaro HerreraFix commit timestamp initialization
2015-12-11 Peter EisentrautImprove some messages
2015-12-10 Robert HaasImprove ALTER POLICY tab completion.
2015-12-10 Robert HaasFix typo.
2015-12-10 Andres FreundFix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
2015-12-10 Andres FreundFix bug leading to restoring unlogged relations from...
2015-12-10 Tom LaneAccept flex > 2.5.x on Windows, too.
2015-12-09 Tom LaneSimplify LATERAL-related calculations within add_paths_...
2015-12-09 Robert HaasRemove redundant sentence.
2015-12-08 Tom LaneMake failure to open psql's --log-file fatal.
2015-12-08 Tom LaneAvoid odd portability problem in TestLib.pm's slurp_fil...
2015-12-08 Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-12-07 Tom LaneFix another oversight in checking if a join with LATERA...
2015-12-06 Tom LaneUpdate xindex.sgml for recent additions to GIST opclass...
2015-12-05 Tom LaneCreate TestLib.pm's tempdir underneath tmp_check/,...
2015-12-05 Noah MischInstruct Coverity using an assertion.
2015-12-04 Tom LaneFurther improve documentation of the role-dropping...
next