]> granicus.if.org Git - postgresql/shortlog
postgresql
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...
2015-11-06 Robert HaasModify tqueue infrastructure to support transient recor...
2015-11-06 Robert HaasRemove unnecessary cast in previous commit.
2015-11-06 Robert HaasAdd sort support routine for the UUID data type.
2015-11-06 Stephen FrostSet include_realm=1 default in parse_hba_line
2015-11-06 Robert Haaspg_size_pretty: Format negative values similar to posit...
2015-11-06 Robert HaasDocument interaction of bgworkers with LISTEN/NOTIFY.
2015-11-05 Tom LaneFix erroneous hash calculations in gin_extract_jsonb_pa...
2015-11-05 Tom LaneFix memory leaks in PL/Python.
2015-11-05 Robert HaasPass extra data to bgworkers, and use this to fix paral...
2015-11-05 Tom LaneImprove implementation of GEQO's init_tour() function.
2015-11-05 Peter EisentrautUpdate spelling of COPY options
2015-11-04 Tom LaneAdd regression tests for remote execution of extension...
2015-11-03 Tom LaneAllow postgres_fdw to ship extension funcs/operators...
2015-11-03 Robert HaasImprove comments about abbreviation abort.
2015-11-03 Robert Haaspostgres_fdw: Add ORDER BY to some remote SQL queries.
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-03 Robert HaasCorrect tiny inaccuracy in strxfrm cache comment.
2015-11-03 Tom LaneRemove some more dead Alpha-specific code.
2015-11-02 Robert HaasFix problems with ParamListInfo serialization mechanism.
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 Tom LaneImplement lookbehind constraints in our regular-express...
2015-10-30 Robert Haasdoc: security_barrier option is a Boolean, not a string.
2015-10-30 Robert HaasUpdate parallel executor support to reuse the same...
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 EisentrautRemove some remains from Alpha support removal
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 Robert HaasMake Gather node projection-capable.
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 Robert HaasFix typos in comments.
2015-10-22 Peter Eisentrautdoc: Add advice on updating checkpoint_segments to...
2015-10-22 Tom LaneRemove redundant CREATEUSER/NOCREATEUSER options in...
2015-10-22 Robert HaasFix a couple of bugs in recent parallelism-related...
2015-10-22 Robert HaasAdd header comments to execParallel.c and nodeGather.c.
2015-10-22 Peter Eisentrautdoc: Improve markup and fine-tune replication protocol...
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 HaasRemove duplicate word.
2015-10-20 Robert HaasTab complete CREATE EXTENSION .. VERSION.
2015-10-20 Robert HaasPut back ssl_renegotiation_limit parameter, but only...
2015-10-20 Robert HaasBe a bit more rigorous about how we cache strcoll and...
2015-10-20 Robert HaasRemove obsolete comment.
2015-10-20 Noah MischEschew "RESET statement_timeout" in tests.
2015-10-19 Tom LaneFix incorrect handling of lookahead constraints in...
2015-10-16 Robert HaasAdd a C API for parallel heap scans.
2015-10-16 Robert HaasAllow a parallel context to relaunch workers.
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 volatile qualifiers from proc.c and procarray.c
2015-10-16 Robert HaasRemove volatile qualifiers from dynahash.c, shmem.c...
2015-10-16 Robert HaasRemove cautions about using volatile from spin.h.
2015-10-16 Robert HaasProhibit parallel query when the isolation level is...
2015-10-16 Robert HaasRewrite interaction of parallel mode with parallel...
2015-10-16 Robert HaasMark more functions parallel-restricted or parallel...
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 Michael MeskesFix order of arguments in ecpg generated typedef command.
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 HaasRevert "Have dtrace depend on object files directly...
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 HaasHave dtrace depend on object files directly, not objfil...
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 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 MischAvoid scan-build warning about uninitialized htonl...
2015-10-12 Noah MischMake prove_installcheck remove the old log directory...
2015-10-09 Robert HaasSpeed up text sorts where the same strings occur multip...
2015-10-09 Robert HaasMake abbreviated key comparisons for text a bit cheaper.
2015-10-09 Robert HaasRemove set_latch_on_sigusr1 flag.
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.
next