]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-11-17 Peter EisentrautMessage improvements
2015-11-17 Peter Eisentrautdoc: Fix commas and improve spacing
2015-11-16 Tom LaneSpeed up ruleutils' name de-duplication code, and fix...
2015-11-15 Tom LaneFix ruleutils.c's dumping of whole-row Vars in ROW...
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 Tom LaneFix unwanted flushing of libpq's input buffer when...
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 LaneDocs: fix misleading example.
2015-11-10 Tom LaneImprove our workaround for 'TeX capacity exceeded'...
2015-11-09 Robert HaasStamp 9.5beta2. REL9_5_BETA2
2015-11-09 Peter EisentrautTranslation updates
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 MischFix 9.5 version of previous commit to match its log...
2015-11-08 Noah MischDon't connect() to a wildcard address in test_postmaste...
2015-11-07 Tom LaneUpdate 9.5 release notes through today.
2015-11-07 Tom LaneRename PQsslAttributes() to PQsslAttributeNames(),...
2015-11-07 Tom LaneFix enforcement of restrictions inside regexp lookaroun...
2015-11-06 Stephen FrostSet include_realm=1 default in parse_hba_line
2015-11-05 Tom LaneFix erroneous hash calculations in gin_extract_jsonb_pa...
2015-11-05 Robert HaasPass extra data to bgworkers, and use this to fix paral...
2015-11-03 Robert HaasImprove comments about abbreviation abort.
2015-11-03 Tom LaneRemove obsolete advice about doubling backslashes in...
2015-11-03 Tom LaneCode + docs review for unicode linestyle patch.
2015-11-03 Robert Haasshm_mq: Third attempt at fixing nowait behavior in...
2015-11-02 Kevin GrittnerAdd RMV to list of commands taking AE lock.
2015-10-31 Kevin GrittnerFix serialization anomalies due to race conditions...
2015-10-30 Robert Haasdoc: security_barrier option is a Boolean, not a string.
2015-10-30 Robert HaasFix typo in bgworker.c
2015-10-29 Tom LaneDocs: add example clarifying use of nested JSON contain...
2015-10-29 Peter EisentrautMessage style improvements
2015-10-28 Robert HaasAdd missing serial comma, for consistency.
2015-10-28 Robert HaasFix incorrect message in ATWrongRelkindError.
2015-10-28 Alvaro HerreraFix secondary expected output for commit_ts test
2015-10-27 Alvaro HerreraDocument BRIN's inclusion opclass framework
2015-10-27 Alvaro HerreraFix BRIN free space computations
2015-10-27 Alvaro HerreraCleanup commit timestamp module activaction, again
2015-10-27 Alvaro HerreraMeasure string lengths only once
2015-10-23 Robert Haasshm_mq: Repair breakage from previous commit.
2015-10-22 Robert HaasAdd two missing cases to ATWrongRelkindError.
2015-10-22 Robert Haasshm_mq: Fix failure to notice a dead counterparty when...
2015-10-22 Peter Eisentrautdoc: Add advice on updating checkpoint_segments to...
2015-10-20 Tom LaneFix incorrect translation of minus-infinity datetimes...
2015-10-20 Peter Eisentrautdoc: Move documentation of max_wal_size to better position
2015-10-20 Robert HaasFix incorrect comment in plannodes.h
2015-10-20 Robert HaasPut back ssl_renegotiation_limit parameter, but only...
2015-10-20 Noah MischFix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fa...
2015-10-20 Noah MischEschew "RESET statement_timeout" in tests.
2015-10-19 Tom LaneFix incorrect handling of lookahead constraints in...
2015-10-18 Michael MeskesFix order of arguments in ecpg generated typedef command.
2015-10-16 Tom LaneMiscellaneous cleanup of regular-expression compiler.
2015-10-16 Tom LaneImprove memory-usage accounting in regular-expression...
2015-10-16 Tom LaneImprove performance of pullback/pushfwd in regular...
2015-10-16 Tom LaneImprove performance of fixempties() pass in regular...
2015-10-16 Tom LaneFix O(N^2) performance problems in regular-expression...
2015-10-16 Tom LaneFix regular-expression compiler to handle loops of...
2015-10-16 Robert HaasRemove cautions about using volatile from spin.h.
2015-10-16 Robert HaasFix a problem with parallel workers being unable to...
2015-10-16 Robert HaasInvalidate caches after cranking up a parallel worker...
2015-10-16 Robert HaasTighten up application of parallel mode checks.
2015-10-16 Robert HaasTransfer current command counter ID to parallel workers.
2015-10-16 Robert HaasDon't send protocol messages to a shm_mq that no longer...
2015-10-15 Tom LaneFix NULL handling in datum_to_jsonb().
2015-10-15 Robert HaasAllow FDWs to push down quals without breaking EvalPlan...
2015-10-15 Alvaro HerreraFix bogus comments
2015-10-13 Bruce Momjian-- email subject limit ---------------------------...
2015-10-13 Robert HaasImprove INSERT .. ON CONFLICT error message.
2015-10-13 Tom LaneOn Windows, ensure shared memory handle gets closed...
2015-10-12 Tom LaneSigh, need "use Config" as well.
2015-10-12 Tom LaneCause TestLib.pm to define $windows_os in all branches.
2015-10-12 Tom LaneFix "pg_ctl start -w" to test child process status...
2015-10-12 Noah MischUse JsonbIteratorToken consistently in automatic variab...
2015-10-12 Peter EisentrautFix whitespace
2015-10-12 Noah MischMake prove_installcheck remove the old log directory...
2015-10-09 Stephen FrostHandle append_rel_list in expand_security_qual
2015-10-09 Tom LaneFix uninitialized-variable bug.
2015-10-08 Robert HaasFix typo in docs.
2015-10-08 Andrew DunstanFactor out encoding specific tests for json
2015-10-07 Tom LaneImprove documentation of the role-dropping process.
2015-10-07 Bruce Momjiandocs: add JSONB containment example of a key and empty...
2015-10-07 Bruce Momjiandocs: Map operator @> to the proper SGML escape for '>'
2015-10-07 Bruce Momjiandocs: clarify JSONB operator descriptions
2015-10-06 Tom LanePerform an immediate shutdown if the postmaster.pid...
2015-10-05 Tom LaneStamp 9.5beta1. REL9_5_BETA1
2015-10-05 Bruce Momjiandocs: update guidelines on when to use GIN and GiST...
2015-10-05 Tom LaneDocs: explain contrib/pg_stat_statements' handling...
2015-10-05 Tom LaneFix insufficiently-portable regression test case.
2015-10-05 Peter EisentrautTranslation updates
2015-10-05 Tom LaneLast-minute updates for release notes.
2015-10-05 Andres FreundRemove outdated comment about relation level autovacuum...
2015-10-05 Stephen FrostAdd regression tests for INSERT/UPDATE+RETURNING
2015-10-05 Noah MischPrevent stack overflow in query-type functions.
2015-10-05 Noah MischPrevent stack overflow in container-type functions.
2015-10-05 Noah MischPrevent stack overflow in json-related functions.
2015-10-05 Noah Mischpgcrypto: Detect and report too-short crypt() salts.
2015-10-05 Stephen FrostApply SELECT policies in INSERT/UPDATE+RETURNING
2015-10-05 Stephen FrostDo not write out WCOs in Query
next