]> granicus.if.org Git - postgresql/shortlog
postgresql
2015-02-04 Robert Haaspgcrypto: Code cleanup for decrypt_internal.
2015-02-04 Heikki LinnakangasFix memory leaks on OOM in ecpg.
2015-02-04 Andres FreundAdd missing float.h include to snprintf.c.
2015-02-04 Fujii Masaodoc: Fix markup
2015-02-04 Heikki LinnakangasAdd dummy PQsslAttributes function for non-SSL builds.
2015-02-03 Andres FreundRemove ill-conceived Assertion in ProcessClientWriteInt...
2015-02-03 Andres FreundRemove remnants of ImmediateInterruptOK handling.
2015-02-03 Andres FreundRemove the option to service interrupts during PGSemaph...
2015-02-03 Andres FreundMove deadlock and other interrupt handling in proc...
2015-02-03 Andres FreundDon't allow immediate interrupts during authentication...
2015-02-03 Tom LaneRemove unused "m" field in LSEG.
2015-02-03 Andres FreundProcess 'die' interrupts while reading/writing from...
2015-02-03 Andres FreundIntroduce and use infrastructure for interrupt processi...
2015-02-03 Andres FreundUse a nonblocking socket for FE/BE communication and...
2015-02-03 Tom LaneFix breakage in GEODEBUG debug code.
2015-02-03 Heikki LinnakangasAdd API functions to libpq to interrogate SSL related...
2015-02-03 Heikki LinnakangasRefactor page compactifying code.
2015-02-03 Heikki LinnakangasRephrase the documentation on pg_receivexlog --synchron...
2015-02-03 Heikki LinnakangasFix typo in comment.
2015-02-03 Heikki LinnakangasRemove dead code.
2015-02-02 Robert HaasAdd new function BackgroundWorkerInitializeConnectionByOid.
2015-02-02 Tom LaneLast-minute updates for release notes.
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-02-02 Noah MischPrevent Valgrind Memcheck errors around px_acquire_syst...
2015-02-02 Noah MischCherry-pick security-relevant fixes from upstream imath...
2015-02-02 Noah MischFix buffer overrun after incomplete read in pullf_read_...
2015-02-02 Bruce Momjianport/snprintf(): fix overflow and do padding
2015-02-02 Bruce Momjianto_char(): prevent writing beyond the allocated buffer
2015-02-02 Bruce Momjianto_char(): prevent accesses beyond the allocated buffer
2015-02-02 Tom LaneDoc: fix syntax description for psql's \setenv.
2015-02-02 Peter EisentrautTranslation updates
2015-02-02 Peter Eisentrautdoc: Improve claim about location of pg_service.conf
2015-02-01 Tom LaneRelease notes for 9.4.1, 9.3.6, 9.2.10, 9.1.15, 9.0.19.
2015-01-31 Tom LaneFix documentation of psql's ECHO all mode.
2015-01-31 Tom LaneFirst-draft release notes for 9.4.1 et al.
2015-01-31 Tom LaneUpdate time zone data files to tzdata release 2015a.
2015-01-30 Stephen FrostPolicy documentation improvements
2015-01-30 Tom LaneFix jsonb Unicode escape processing, and in consequence...
2015-01-30 Peter Eisentrautdoc: Remove superfluous table column
2015-01-30 Tom LaneFix Coverity warning about contrib/pgcrypto's mdc_finish().
2015-01-30 Robert HaasProvide a way to supress the "out of memory" error...
2015-01-30 Tom LaneFix assorted oversights in range selectivity estimation.
2015-01-30 Heikki LinnakangasFix query-duration memory leak with GIN rescans.
2015-01-30 Kevin GrittnerAllow pg_dump to use jobs and serializable transactions...
2015-01-30 Stephen FrostFix BuildIndexValueDescription for expressions
2015-01-30 Bruce Momjiandoc: clarify libpq's 'verify-full' host name check
2015-01-30 Tom LaneHandle unexpected query results, especially NULLs,...
2015-01-29 Andres FreundProperly terminate the array returned by GetLockConflic...
2015-01-29 Andres FreundAlign buffer descriptors to cache line boundaries.
2015-01-29 Andres FreundFix #ifdefed'ed out code to compile again.
2015-01-29 Heikki LinnakangasFix bug where GIN scan keys were not initialized with...
2015-01-29 Robert HaasMove out-of-memory error checks from aset.c to mcxt.c
2015-01-29 Stephen FrostReword CREATE POLICY parameter descriptions
2015-01-29 Stephen FrostCREATE POLICY expression -> using_expression
2015-01-29 Stephen FrostImprove CREATE POLICY documentation
2015-01-29 Stephen FrostAdd usebypassrls to pg_user and pg_shadow
2015-01-28 Stephen FrostClean up range-table building in copy.c
2015-01-28 Stephen FrostFix column-privilege leak in error-message paths
2015-01-28 Heikki LinnakangasFix typo in comment.
2015-01-28 Heikki LinnakangasRemove dead NULL-pointer checks in GiST code.
2015-01-27 Tom LaneFix NUMERIC field access macros to treat NaNs consistently.
2015-01-26 Tom LaneAdd a note to PG_TRY's documentation about volatile...
2015-01-26 Tom LaneFix volatile-safety issue in dblink's materializeQueryR...
2015-01-26 Robert HaasRe-enable abbreviated keys on Windows.
2015-01-26 Tom LaneFix volatile-safety issue in pltcl_SPI_execute_plan().
2015-01-26 Tom LaneFix volatile-safety issue in asyncQueueReadAllNotificat...
2015-01-26 Tom LaneFurther cleanup of ReorderBufferCommit().
2015-01-26 Tom LaneClean up assorted issues in ALTER SYSTEM coding.
2015-01-24 Tom LaneClean up some mess in row-security patches.
2015-01-24 Tom LaneFix unsafe coding in ReorderBufferCommit().
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-24 Tom LaneRemove no-longer-referenced src/port/gethostname.c.
2015-01-24 Alvaro HerreraFix assignment operator thinko
2015-01-23 Robert HaasFix typos, update README.
2015-01-23 Alvaro Herreravacuumdb: enable parallel mode
2015-01-23 Robert HaasDon't use abbreviated keys for the final merge pass.
2015-01-23 Robert HaasAdd an explicit cast to Size to hyperloglog.c
2015-01-22 Tom LanePrevent duplicate escape-string warnings when using...
2015-01-22 Peter EisentrautFix whitespace
2015-01-22 Alvaro HerreraTweak BRIN minmax operator class
2015-01-22 Bruce Momjiandocs: update libpq's PQputCopyData and PQputCopyEnd
2015-01-22 Robert HaasRepair brain fade in commit b181a91981203f6ec9403115a29...
2015-01-22 Bruce Momjianadjust ACL owners for REASSIGN and ALTER OWNER TO
2015-01-22 Robert HaasMore fixes for abbreviated keys infrastructure.
2015-01-22 Robert HaasHeavily refactor btsortsupport_worker.
2015-01-22 Alvaro Herrerareinit.h: Fix typo in identification comment
2015-01-21 Robert HaasDisable abbreviated keys on Windows.
2015-01-20 Bruce Momjiantools/ccsym: update for modern versions of gcc
2015-01-20 Robert HaasAdd strxfrm_l to list of functions where Windows adds...
2015-01-20 Tom LaneIn pg_regress, remove the temporary installation upon...
2015-01-20 Tom LaneAdjust "pgstat wait timeout" message to be a translatab...
2015-01-19 Andres FreundFix various shortcomings of the new PrivateRefCount...
2015-01-19 Robert HaasUse abbreviated keys for faster sorting of text datums.
2015-01-19 Robert HaasTypo fix.
2015-01-19 Alvaro Herreradoc: Fix typos in make_timestamp{,tz} examples
2015-01-19 Robert HaasBRIN typo fix.
2015-01-19 Peter EisentrautInstall shared libraries also in bin on cygwin, mingw
2015-01-18 Tom LaneFix ancient thinko in default table rowcount estimation.
2015-01-18 Noah MischActivate low-volume optional logging during regression...
2015-01-18 Andres FreundFix use of already freed memory when dumping a database...
next