]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-12-08 Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-12-07 Tom LaneSimplify LATERAL-related calculations within add_paths_...
2015-12-07 Alvaro HerreraPostgresNode: wrap correctly around port number range end
2015-12-07 Tom LaneFix another oversight in checking if a join with LATERA...
2015-12-07 Alvaro HerreraCleanup some problems in new Perl test code
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...
2015-12-03 Alvaro HerreraFurther tweak commit_timestamp behavior
2015-12-03 Tom LaneClean up some psql issues around handling of the query...
2015-12-03 Peter Eisentrautdoc: Add serial comma
2015-12-03 Peter Eisentrautpsql: Improve spelling
2015-12-03 Peter Eisentrautdoc: Fix markup and improve placeholder names
2015-12-03 Alvaro HerreraFix broken subroutine call in TestLib
2015-12-02 Tom LaneFix behavior of printTable() and friends with externall...
2015-12-02 Alvaro HerreraRefactor Perl test code
2015-12-02 Robert HaasAdd handling for GatherPath to print_path.
2015-12-01 Tom LaneMake gincostestimate() cope with hypothetical GIN indexes.
2015-12-01 Tom LaneFurther tweaking of print_aligned_vertical().
2015-12-01 Tom LaneUse "g" not "f" format in ecpg's PGTYPESnumeric_from_do...
2015-12-01 Tom LaneFurther adjustment to psql's print_aligned_vertical...
2015-12-01 Teodor SigaevUse pg_rewind when target timeline was switched
2015-11-30 Tom LaneRework wrap-width calculation in psql's print_aligned_v...
2015-11-30 Robert HaasFix obsolete comment.
2015-11-29 Tom LaneAvoid caching expression state trees for domain constra...
2015-11-28 Tom LaneAvoid doing encoding conversions by double-conversion...
2015-11-27 Tom LaneUpdate UCS_to_GB18030.pl with info about origin of...
2015-11-27 Tom LaneAuto-generate file header comments in Unicode mapping...
2015-11-27 Tom LaneImprove PQhost() to return useful data for default...
2015-11-27 Teodor SigaevCOPY (INSERT/UPDATE/DELETE .. RETURNING ..)
2015-11-26 Tom LaneFix failure to consider failure cases in GetComboComman...
2015-11-25 Tom LaneBe more paranoid about null return values from libpq...
2015-11-25 Tom LaneImprove div_var_fast(), mostly by making comments better.
2015-11-25 Teodor SigaevAdd forgotten file in commit d6061f83a166b015657fda8623...
2015-11-25 Teodor SigaevImprove pageinspect module
2015-11-24 Bruce Momjianpg_upgrade: fix CopyFile() on Windows to fail on file...
2015-11-24 Peter Eisentrautdoc: Some improvements on CREATE POLICY and ALTER POLIC...
2015-11-23 Teodor SigaevClarify pg_rewind connection requirements.
2015-11-23 Peter Eisentrautdoc: Add more documentation about wal_retrieve_retry_in...
2015-11-22 Tom LaneAdopt the GNU convention for handling tar-archive membe...
2015-11-20 Tom LaneFix handling of inherited check constraints in ALTER...
2015-11-20 Robert HaasAvoid server crash when worker registration fails at...
2015-11-19 Robert HaasFix typo in comment.
2015-11-19 Robert HaasRemove numbers from incorrectly-numbered list.
2015-11-19 Tom LaneDodge a macro-name conflict with Perl.
2015-11-19 Peter Eisentrautdoc: Clarify some things on pg_receivexlog reference...
2015-11-19 Tom LaneFix thinko: errmsg -> ereport.
2015-11-19 Robert HaasMake ALTER .. SET SCHEMA do nothing, instead of throwin...
2015-11-19 Andrew Dunstanfix a perl typo
2015-11-19 Andrew DunstanUpdate docs for vcregress.pl bincheck changes
2015-11-19 Andrew DunstanImprove vcregress.pl's handling of tap tests for client...
2015-11-19 Robert HaasFix incomplete set_foreignscan_references handling...
2015-11-19 Andres FreundRemove function names from some elog() calls in heapam.c.
2015-11-19 Andres FreundImprove ON CONFLICT documentation.
2015-11-18 Tom LaneAccept flex > 2.5.x in configure.
2015-11-18 Robert HaasMake a comment more precise.
2015-11-18 Robert HaasAvoid aggregating worker instrumentation multiple times.
2015-11-18 Robert HaasFix dumb bug in tqueue.c
2015-11-17 Tom LaneFix possible internal overflow in numeric division.
2015-11-17 Peter EisentrautMessage style fix
2015-11-17 Peter EisentrautImprove message
2015-11-17 Peter EisentrautMessage improvements
2015-11-17 Peter Eisentrautdoc: Fix commas and improve spacing
2015-11-16 Robert HaasRemove volatile qualifiers from bufmgr.c and freelist.c
2015-11-16 Tom LaneSpeed up ruleutils' name de-duplication code, and fix...
2015-11-15 Robert HaasRemove accidentally-committed debugging code.
2015-11-15 Tom LaneFix ruleutils.c's dumping of whole-row Vars in ROW...
2015-11-14 Tom LaneImprove type numeric's calculations for ln(), log(...
2015-11-14 Bruce MomjianFix spelling error in postgresql.conf
2015-11-14 Bruce Momjianpg_upgrade: properly detect file copy failure on Windows
2015-11-13 Stephen FrostCorrect sepgsql docs with regard to RLS
2015-11-12 Alvaro Herreravacuumdb: don't prompt for passwords over and over
2015-11-12 Robert HaasMove each SLRU's lwlocks to a separate tranche.
2015-11-12 Tom LaneFix unwanted flushing of libpq's input buffer when...
2015-11-12 Robert Haaslibpq: Notice errors a backend may have sent just befor...
2015-11-12 Robert HaasMake idle backends exit if the postmaster dies.
2015-11-12 Robert HaasProvide readfuncs support for custom scans.
2015-11-12 Tom LaneDo a round of copy-editing on the 9.5 release notes.
2015-11-11 Tom LaneImprove documentation around autovacuum-related storage...
2015-11-11 Tom LaneBe more noisy about "wrong number of nailed relations...
2015-11-11 Robert HaasGenerate parallel sequential scan plans in simple cases.
2015-11-11 Robert HaasMake sequential scans parallel-aware.
2015-11-11 Robert HaasAdd outfuncs.c support for GatherPath.
2015-11-11 Tom LaneDocs: fix misleading example.
2015-11-10 Tom LaneAdd missing "static" qualifier.
2015-11-10 Tom LaneImprove our workaround for 'TeX capacity exceeded'...
2015-11-09 Robert HaasComment update.
2015-11-09 Robert HaasFix rebasing mistake in nodeGather.c
2015-11-09 Robert HaasAdd a dummy return statement to TupleQueueRemap.
2015-11-09 Andres FreundAdd paragraph about ON CONFLICT interaction with partit...
2015-11-08 Andres FreundSet replication origin when decoding commit records.
2015-11-08 Noah MischDon't connect() to a wildcard address in test_postmaste...
2015-11-08 Robert HaasRemove set-but-not-used variables.
2015-11-07 Tom LaneUpdate 9.5 release notes through today.
2015-11-07 Tom LaneAdd "xid <> xid" and "xid <> int4" operators.
2015-11-07 Tom LaneRename PQsslAttributes() to PQsslAttributeNames(),...
2015-11-07 Tom LaneFix enforcement of restrictions inside regexp lookaroun...
2015-11-07 Robert HaasTry to convince gcc that TupleQueueRemap never falls...
2015-11-07 Robert HaasWhen completing ALTER INDEX .. SET, add an equals sign...
next