]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-02-20  Tom LaneSome more FLEXIBLE_ARRAY_MEMBER hacking.
2015-02-20  Tom LaneRemove unused variable.
2015-02-20  Tom LaneUse "#ifdef CATALOG_VARLEN" to protect nullable fields...
2015-02-20  Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-02-20  Tom LaneAdd pg_stat_get_snapshot_timestamp() to show statistics...
2015-02-19  Heikki LinnakangasRemove dead structs.
2015-02-19  Tom LaneUpdate assorted TOAST-related documentation.
2015-02-19  Tom LaneSplit array_push into separate array_append and array_p...
2015-02-19  Peter EisentrautFix Perl coding error in msvc build system
2015-02-18  Alvaro HerreraFix opclass/opfamily identity strings
2015-02-18  Alvaro HerreraFix object identities for pg_conversion objects
2015-02-18  Tom LaneFix placement of "SET row_security" command issuance...
2015-02-18  Tom LaneFix failure to honor -Z compression level option in...
2015-02-17  Tom LaneFix EXPLAIN output for cases where parent table is...
2015-02-17  Heikki LinnakangasFix a bug in pairing heap removal code.
2015-02-17  Heikki LinnakangasFix knn-GiST queue comparison function to return heap...
2015-02-17  Tom LaneRemove code to match IPv4 pg_hba.conf entries to IPv4...
2015-02-17  Robert HaasImprove pg_check_dir code and comments.
2015-02-16  Kevin GrittnerEliminate unnecessary NULL checks in picksplit method...
2015-02-16  Tom LaneFix misuse of memcpy() in check_ip().
2015-02-16  Heikki LinnakangasFix comment in libpq OpenSSL code about why a substitue...
2015-02-16  Heikki LinnakangasRestore the SSL_set_session_id_context() call to OpenSS...
2015-02-16  Tom LaneUse fast path in plpgsql's RETURN/RETURN NEXT in more...
2015-02-16  Heikki LinnakangasIn the SSL test suite, use a root CA cert that won...
2015-02-16  Tom LaneRationalize the APIs of array element/slice access...
2015-02-16  Fujii MasaoCorrect the path of pg_lzcompress.c in doc.
2015-02-16  Tom LaneFix null-pointer-deref crash while doing COPY IN with...
2015-02-15  Andrew DunstanMinor housekeeping on JSON docs.
2015-02-15  Peter Eisentrautpg_regress: Write processed input/*.source into output dir
2015-02-14  Tom LaneAvoid returning undefined bytes in chkpass_in().
2015-02-13  Heikki LinnakangasFix broken #ifdef for __sparcv8
2015-02-13  Heikki LinnakangasSimplify waiting logic in reading from / writing to...
2015-02-13  Heikki LinnakangasSimplify the way OpenSSL renegotiation is initiated...
2015-02-12  Bruce Momjianpg_upgrade: improve checksum mismatch error message
2015-02-12  Bruce Momjianpg_upgrade: quote directory names in delete_old_cluste...
2015-02-12  Bruce Momjianpg_upgrade: preserve freeze info for postgres/template...
2015-02-12  Andres FreundFix typo in logicaldecoding.sgml.
2015-02-12  Tom LaneFix missing PQclear() in libpqrcv_endstreaming().
2015-02-12  Tom LaneFix minor memory leak in ident_inet().
2015-02-11  Tom LaneFix more memory leaks in failure path in buildACLCommands.
2015-02-11  Tom LaneFix pg_dump's heuristic for deciding which casts to...
2015-02-11  Tom LaneFix GEQO to not assume its join order heuristic always...
2015-02-10  Michael MeskesFixed array handling in ecpg.
2015-02-10  Heikki LinnakangasSpeed up CRC calculation using slicing-by-8 algorithm.
2015-02-09  Heikki LinnakangasFix MSVC build.
2015-02-09  Tom LaneMinor cleanup/code review for "indirect toast" stuff.
2015-02-09  Heikki LinnakangasMove pg_crc.c to src/common, and remove pg_crc_tables.h
2015-02-09  Fujii MasaoMove pg_lzcompress.c to src/common.
2015-02-07  Noah MischCheck DCH_MAX_ITEM_SIZ limits with <=, not <.
2015-02-07  Noah MischAssert(PqCommReadingMsg) in pq_peekbyte().
2015-02-06  Heikki LinnakangasReport WAL flush, not insert, position in replication...
2015-02-05  Michael MeskesThis routine was calling ecpg_alloc to allocate to...
2015-02-04  Heikki LinnakangasUse a separate memory context for GIN scan keys.
2015-02-04  Heikki LinnakangasFix reference-after-free when waiting for another xact...
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
next