]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-02-23  Peter EisentrautFix invalid DocBook XML
2015-02-23  Alvaro HerreraFix stupid merge errors in previous commit
2015-02-23  Tom LaneFurther tweaking of raw grammar output to distinguish...
2015-02-23  Alvaro HerreraSupport more commands in event triggers
2015-02-23  Heikki LinnakangasReplace checkpoint_segments with min_wal_size and max_w...
2015-02-23  Heikki LinnakangasRenumber GUC_* constants.
2015-02-23  Heikki LinnakangasRefactor unit conversions code in guc.c.
2015-02-23  Andres FreundGuard against spurious signals in LockBufferForCleanup.
2015-02-23  Fujii MasaoAdd GUC to control the time to wait before retrieving...
2015-02-23  Heikki LinnakangasFix potential deadlock with libpq non-blocking mode.
2015-02-22  Tom LaneAdd parse location fields to NullTest and BooleanTest...
2015-02-22  Tom LaneGet rid of multiple applications of transformExpr(...
2015-02-22  Tom LaneRepresent BETWEEN as a special node type in raw parse...
2015-02-22  Jeff DavisRename variable in AllocSetContextCreate to be consistent.
2015-02-22  Jeff DavisIn array_agg(), don't create a new context for every...
2015-02-21  Tom LaneTry to fix busted gettimeofday() code.
2015-02-21  Tom LaneUse FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
2015-02-21  Andres FreundForce some system catalog table columns to be marked...
2015-02-21  Andres FreundAllow forcing nullness of columns during bootstrap.
2015-02-21  Tom LaneDon't need to explain [1] kluge anymore in xfunc.sgml.
2015-02-21  Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a number of other places.
2015-02-21  Tom LaneUse FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
2015-02-21  Tom LaneMinor code beautification in conninfo_uri_parse_params().
2015-02-21  Tom LaneFix misparsing of empty value in conninfo_uri_parse_par...
2015-02-21  Robert HaasDon't require users of src/port/gettimeofday.c to initi...
2015-02-21  Tom LaneSome more FLEXIBLE_ARRAY_MEMBER fixes.
2015-02-20  Tom LaneFix statically allocated struct with FLEXIBLE_ARRAY_MEM...
2015-02-20  Tom LaneUse FLEXIBLE_ARRAY_MEMBER in some more places.
2015-02-20  Tom LaneUse FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
2015-02-20  Tom LaneUse FLEXIBLE_ARRAY_MEMBER in struct varlena.
2015-02-20  Alvaro HerreraRemove unnecessary and unreliable test
2015-02-20  Alvaro HerreraUpdate PGSTAT_FILE_FORMAT_ID
2015-02-20  Alvaro HerreraHave TRUNCATE update pgstat tuple counters
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...
next