]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-11-30 Michael PaquierFix various checksum check problems for pg_verify_check...
2018-11-30 Michael PaquierSwitch pg_verify_checksums back to a blacklist
2018-11-29 Tom LaneDocument handling of invalid/ambiguous timestamp input...
2018-11-29 Alvaro HerreraAdd log_statement_sample_rate parameter
2018-11-29 Tom LaneEnsure static libraries have correct mod time even...
2018-11-29 Peter Eisentrautdoc: Add appendix detailing some limits of PostgreSQL
2018-11-29 Michael PaquierAdd pg_partition_tree to documentation index
2018-11-29 Michael PaquierAdd support for NO_INSTALLCHECK in MSVC scripts
2018-11-29 Thomas MunroFix minor typo in dsa.c.
2018-11-29 Michael PaquierAdd missing NO_INSTALLCHECK in commit_ts and test_rls_hooks
2018-11-29 Michael PaquierFix handling of synchronous replication for stopping...
2018-11-28 Peter GeogheganHave BufFileSize() ereport() on FileSize() failure.
2018-11-28 Peter EisentrautOnly allow one recovery target setting
2018-11-28 Bruce MomjianC comment: remove extra '*'
2018-11-28 Thomas MunroDon't set PAM_RHOST for Unix sockets.
2018-11-28 Tomas VondraDo not decode TOAST data for table rewrites
2018-11-27 Tomas VondraUse wildcard to match parens after CREATE STATISTICS
2018-11-27 Thomas MunroDon't count zero-filled buffers as 'read' in EXPLAIN.
2018-11-27 Andres FreundEnsure consistent sort order of large objects in pg_dump.
2018-11-27 Andres FreundFix jit compilation bug on wide tables.
2018-11-27 Peter EisentrautUpdate ssl test certificates and keys
2018-11-27 Andres FreundFix ac218aa4f6 to work on versions before 9.5.
2018-11-27 Andres FreundUpdate pg_upgrade test for reg* to include regrole...
2018-11-27 Bruce Momjiandoc: fix wording for plpgsql, add "and"
2018-11-26 Andres FreundFix typo introduced in 578b229718.
2018-11-26 Andres FreundFix pg_upgrade for oid removal.
2018-11-26 Tom LaneFix translation of special characters in psql's LaTeX...
2018-11-26 Tom LaneAvoid locale-dependent output in numericlocale check.
2018-11-26 Alvaro HerreraFix sample output for hash_metapage_info query
2018-11-26 Tom LaneAdd CSV table output mode in psql.
2018-11-26 Tom LaneImprove regression test coverage for psql output formats.
2018-11-26 Tom LaneFix breakage of "\pset format latex".
2018-11-26 Alvaro HerreraClarify that cross-row constraints are unsupported
2018-11-26 Michael PaquierRevert "Fix typo in documentation of toast storage"
2018-11-26 Michael PaquierFix typo in documentation of toast storage
2018-11-26 Michael PaquierRevert all new recent changes to add PGXS options for...
2018-11-26 Michael PaquierFix regression test handling of test_decoding with...
2018-11-26 Michael PaquierDisable temporarily TAP tests for contrib/bloom/
2018-11-25 Michael PaquierAdd PGXS options to control TAP and isolation tests
2018-11-25 Peter EisentrautIntegrate recovery.conf into postgresql.conf
2018-11-25 Thomas MunroFix assertion failure for SSL connections.
2018-11-24 Andrew GierthFix hstore hash function for empty hstores upgraded...
2018-11-24 Andrew GierthAvoid crashes in contrib/intarray gist__int_ops (bug...
2018-11-24 Tom LaneAdjust new test case for more portability.
2018-11-24 Tom LaneFix float-to-integer coercions to handle edge cases...
2018-11-23 Tom LaneAdd a 64-bit hash function for type hstore.
2018-11-23 Tom LaneAdd a 64-bit hash function for type citext.
2018-11-23 Tom LaneClamp semijoin selectivity to be not more than inner...
2018-11-23 Alvaro HerreraSilence compiler warnings
2018-11-23 Tom LaneRemove bogus file.
2018-11-23 Alvaro HerreraDon't allow partitioned indexes in pg_global tablespace
2018-11-23 Peter Eisentrautdoc: Fix typo
2018-11-23 Thomas MunroAdd WL_EXIT_ON_PM_DEATH pseudo-event.
2018-11-23 Michael PaquierClarify documentation about PASSWORD in CREATE/ALTER...
2018-11-22 Tom LaneFix another crash in json{b}_populate_recordset and...
2018-11-22 Tom LaneDoc: rework introductory documentation about covering...
2018-11-22 Michael PaquierFix typo in description of ExecFindPartition
2018-11-21 Bruce Momjiandoc: adjust time zone names text, v2
2018-11-21 Bruce Momjiandoc: adjust time zone names text
2018-11-21 Alvaro HerreraRework the pgbench state machine code for clarity
2018-11-21 Alvaro HerreraFix typo in commit 6f7d02aa60b7
2018-11-21 Alvaro HerreraFix PartitionDispatchData vertical whitespace
2018-11-21 Alvaro Herrerainstr_time.h: add INSTR_TIME_SET_CURRENT_LAZY
2018-11-21 Andres FreundBlind attempt at fixing sepgsql output for 578b22.
2018-11-21 Andres FreundFix sepgsql compile error caused by oid removal.
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-11-20 Michael PaquierImprove description of buffer used to store records...
2018-11-20 Peter EisentrautMake detection of SSL_CTX_set_min_proto_version more...
2018-11-20 Peter EisentrautAdd settings to control SSL/TLS protocol version
2018-11-20 Peter EisentrautMake WAL description output more consistent
2018-11-20 Peter Eisentrautdoc: Clarify CREATE TYPE ENUM documentation
2018-11-20 Peter EisentrautRefine some guc.c help texts
2018-11-20 Michael PaquierFix issues with TAP tests of pg_verify_checksums
2018-11-19 Tom LaneAdd needed #include.
2018-11-19 Tom LaneHandle EPIPE more sanely when we close a pipe reading...
2018-11-19 Alvaro Herrerapsql: Describe partitioned tables/indexes as such
2018-11-19 Tom LaneUpdate config/ax_pthread.m4 to latest upstream version.
2018-11-19 Tom LanePostpone LLVM-related uses of AC_CHECK_DECLS.
2018-11-19 Alvaro Herrerapsql: Show IP address in \conninfo
2018-11-19 Robert HaasReduce unnecessary list construction in RelationBuildPa...
2018-11-19 Tom LaneFix configure's AC_CHECK_DECLS tests to work correctly...
2018-11-19 Alvaro HerreraDisallow COPY FREEZE on partitioned tables
2018-11-19 Peter Eisentrautpg_archivecleanup: Update file header comment a bit
2018-11-19 Thomas MunroPANIC on fsync() failure.
2018-11-19 Thomas MunroDon't forget about failed fsync() requests.
2018-11-19 Michael PaquierRework documentation of pg_promote
2018-11-19 Michael PaquierRemove unnecessary memcpy when reading WAL record fitti...
2018-11-18 Andrew Dunstanfix typo
2018-11-18 Andrew DunstanSilence MSVC warnings about redefinition of isnan
2018-11-18 Tom LaneFix AC_REQUIRES breakage in LLVM autoconf tests.
2018-11-17 Tomas VondraAdd valgrind suppressions for wcsrtombs optimizations
2018-11-17 Tom LaneAvoid defining SIGTTIN/SIGTTOU on Windows.
2018-11-17 Tom LaneLeave SIGTTIN/SIGTTOU signal handling alone in postmast...
2018-11-17 Andres FreundFix some spurious new compiler warnings in MSVC.
2018-11-17 Andres FreundMake TupleTableSlots extensible, finish split of existi...
2018-11-16 Alvaro HerreraAvoid re-typedef'ing PartitionTupleRouting
2018-11-16 Alvaro Herrerapgbench: introduce a RandomState struct
2018-11-16 Andres FreundInline hot path of slot_getsomeattrs().
2018-11-16 Alvaro HerreraRedesign initialization of partition routing structures
2018-11-16 Andres FreundFix slot type assumptions for nodeGather[Merge].
next