git.postgresql.org Git - postgresql.git/shortlog

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2018年12月03日 Tom Lane Refactor documentation about privileges to centralize... commit | commitdiff | tree
2018年12月03日 Michael Paquier Add some missing schema qualifications commit | commitdiff | tree
2018年12月03日 Michael Paquier Add PGXS options to control TAP and isolation tests... commit | commitdiff | tree
2018年12月01日 Tom Lane Eliminate parallel-make hazard in ecpg/preproc. commit | commitdiff | tree
2018年12月01日 Tom Lane Rename ecpg's various "extern.h" files to have distinct... commit | commitdiff | tree
2018年12月01日 Tom Lane Add a --socketdir option to pg_upgrade. commit | commitdiff | tree
2018年11月30日 Michael Paquier Fix tablespace path TAP test of pg_verify_checksums... commit | commitdiff | tree
2018年11月30日 Alvaro Herrera Silence compiler warning commit | commitdiff | tree
2018年11月30日 Amit Kapila Fix typo. commit | commitdiff | tree
2018年11月30日 Michael Paquier Fix various checksum check problems for pg_verify_check... commit | commitdiff | tree
2018年11月30日 Michael Paquier Switch pg_verify_checksums back to a blacklist commit | commitdiff | tree
2018年11月29日 Tom Lane Document handling of invalid/ambiguous timestamp input... commit | commitdiff | tree
2018年11月29日 Alvaro Herrera Add log_statement_sample_rate parameter commit | commitdiff | tree
2018年11月29日 Tom Lane Ensure static libraries have correct mod time even... commit | commitdiff | tree
2018年11月29日 Peter Eisentraut doc: Add appendix detailing some limits of PostgreSQL commit | commitdiff | tree
2018年11月29日 Michael Paquier Add pg_partition_tree to documentation index commit | commitdiff | tree
2018年11月29日 Michael Paquier Add support for NO_INSTALLCHECK in MSVC scripts commit | commitdiff | tree
2018年11月29日 Thomas Munro Fix minor typo in dsa.c. commit | commitdiff | tree
2018年11月29日 Michael Paquier Add missing NO_INSTALLCHECK in commit_ts and test_rls_hooks commit | commitdiff | tree
2018年11月29日 Michael Paquier Fix handling of synchronous replication for stopping... commit | commitdiff | tree
2018年11月28日 Peter Geoghegan Have BufFileSize() ereport() on FileSize() failure. commit | commitdiff | tree
2018年11月28日 Peter Eisentraut Only allow one recovery target setting commit | commitdiff | tree
2018年11月28日 Bruce Momjian C comment: remove extra '*' commit | commitdiff | tree
2018年11月28日 Thomas Munro Don't set PAM_RHOST for Unix sockets. commit | commitdiff | tree
2018年11月28日 Tomas Vondra Do not decode TOAST data for table rewrites commit | commitdiff | tree
2018年11月27日 Tomas Vondra Use wildcard to match parens after CREATE STATISTICS commit | commitdiff | tree
2018年11月27日 Thomas Munro Don't count zero-filled buffers as 'read' in EXPLAIN. commit | commitdiff | tree
2018年11月27日 Andres Freund Ensure consistent sort order of large objects in pg_dump. commit | commitdiff | tree
2018年11月27日 Andres Freund Fix jit compilation bug on wide tables. commit | commitdiff | tree
2018年11月27日 Peter Eisentraut Update ssl test certificates and keys commit | commitdiff | tree
2018年11月27日 Andres Freund Fix ac218aa4f6 to work on versions before 9.5. commit | commitdiff | tree
2018年11月27日 Andres Freund Update pg_upgrade test for reg* to include regrole... commit | commitdiff | tree
2018年11月27日 Bruce Momjian doc: fix wording for plpgsql, add "and" commit | commitdiff | tree
2018年11月26日 Andres Freund Fix typo introduced in 578b229718. commit | commitdiff | tree
2018年11月26日 Andres Freund Fix pg_upgrade for oid removal. commit | commitdiff | tree
2018年11月26日 Tom Lane Fix translation of special characters in psql's LaTeX... commit | commitdiff | tree
2018年11月26日 Tom Lane Avoid locale-dependent output in numericlocale check. commit | commitdiff | tree
2018年11月26日 Alvaro Herrera Fix sample output for hash_metapage_info query commit | commitdiff | tree
2018年11月26日 Tom Lane Add CSV table output mode in psql. commit | commitdiff | tree
2018年11月26日 Tom Lane Improve regression test coverage for psql output formats. commit | commitdiff | tree
2018年11月26日 Tom Lane Fix breakage of "\pset format latex". commit | commitdiff | tree
2018年11月26日 Alvaro Herrera Clarify that cross-row constraints are unsupported commit | commitdiff | tree
2018年11月26日 Michael Paquier Revert "Fix typo in documentation of toast storage" commit | commitdiff | tree
2018年11月26日 Michael Paquier Fix typo in documentation of toast storage commit | commitdiff | tree
2018年11月26日 Michael Paquier Revert all new recent changes to add PGXS options for... commit | commitdiff | tree
2018年11月26日 Michael Paquier Fix regression test handling of test_decoding with... commit | commitdiff | tree
2018年11月26日 Michael Paquier Disable temporarily TAP tests for contrib/bloom/ commit | commitdiff | tree
2018年11月25日 Michael Paquier Add PGXS options to control TAP and isolation tests commit | commitdiff | tree
2018年11月25日 Peter Eisentraut Integrate recovery.conf into postgresql.conf commit | commitdiff | tree
2018年11月25日 Thomas Munro Fix assertion failure for SSL connections. commit | commitdiff | tree
2018年11月24日 Andrew Gierth Fix hstore hash function for empty hstores upgraded... commit | commitdiff | tree
2018年11月24日 Andrew Gierth Avoid crashes in contrib/intarray gist__int_ops (bug... commit | commitdiff | tree
2018年11月24日 Tom Lane Adjust new test case for more portability. commit | commitdiff | tree
2018年11月24日 Tom Lane Fix float-to-integer coercions to handle edge cases... commit | commitdiff | tree
2018年11月23日 Tom Lane Add a 64-bit hash function for type hstore. commit | commitdiff | tree
2018年11月23日 Tom Lane Add a 64-bit hash function for type citext. commit | commitdiff | tree
2018年11月23日 Tom Lane Clamp semijoin selectivity to be not more than inner... commit | commitdiff | tree
2018年11月23日 Alvaro Herrera Silence compiler warnings commit | commitdiff | tree
2018年11月23日 Tom Lane Remove bogus file. commit | commitdiff | tree
2018年11月23日 Alvaro Herrera Don't allow partitioned indexes in pg_global tablespace commit | commitdiff | tree
2018年11月23日 Peter Eisentraut doc: Fix typo commit | commitdiff | tree
2018年11月23日 Thomas Munro Add WL_EXIT_ON_PM_DEATH pseudo-event. commit | commitdiff | tree
2018年11月23日 Michael Paquier Clarify documentation about PASSWORD in CREATE/ALTER... commit | commitdiff | tree
2018年11月22日 Tom Lane Fix another crash in json{b}_populate_recordset and... commit | commitdiff | tree
2018年11月22日 Tom Lane Doc: rework introductory documentation about covering... commit | commitdiff | tree
2018年11月22日 Michael Paquier Fix typo in description of ExecFindPartition commit | commitdiff | tree
2018年11月21日 Bruce Momjian doc: adjust time zone names text, v2 commit | commitdiff | tree
2018年11月21日 Bruce Momjian doc: adjust time zone names text commit | commitdiff | tree
2018年11月21日 Alvaro Herrera Rework the pgbench state machine code for clarity commit | commitdiff | tree
2018年11月21日 Alvaro Herrera Fix typo in commit 6f7d02aa60b7 commit | commitdiff | tree
2018年11月21日 Alvaro Herrera Fix PartitionDispatchData vertical whitespace commit | commitdiff | tree
2018年11月21日 Alvaro Herrera instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY commit | commitdiff | tree
2018年11月21日 Andres Freund Blind attempt at fixing sepgsql output for 578b22. commit | commitdiff | tree
2018年11月21日 Andres Freund Fix sepgsql compile error caused by oid removal. commit | commitdiff | tree
2018年11月21日 Andres Freund Remove WITH OIDS support, change oid catalog column... commit | commitdiff | tree
2018年11月20日 Michael Paquier Improve description of buffer used to store records... commit | commitdiff | tree
2018年11月20日 Peter Eisentraut Make detection of SSL_CTX_set_min_proto_version more... commit | commitdiff | tree
2018年11月20日 Peter Eisentraut Add settings to control SSL/TLS protocol version commit | commitdiff | tree
2018年11月20日 Peter Eisentraut Make WAL description output more consistent commit | commitdiff | tree
2018年11月20日 Peter Eisentraut doc: Clarify CREATE TYPE ENUM documentation commit | commitdiff | tree
2018年11月20日 Peter Eisentraut Refine some guc.c help texts commit | commitdiff | tree
2018年11月20日 Michael Paquier Fix issues with TAP tests of pg_verify_checksums commit | commitdiff | tree
2018年11月19日 Tom Lane Add needed #include. commit | commitdiff | tree
2018年11月19日 Tom Lane Handle EPIPE more sanely when we close a pipe reading... commit | commitdiff | tree
2018年11月19日 Alvaro Herrera psql: Describe partitioned tables/indexes as such commit | commitdiff | tree
2018年11月19日 Tom Lane Update config/ax_pthread.m4 to latest upstream version. commit | commitdiff | tree
2018年11月19日 Tom Lane Postpone LLVM-related uses of AC_CHECK_DECLS. commit | commitdiff | tree
2018年11月19日 Alvaro Herrera psql: Show IP address in \conninfo commit | commitdiff | tree
2018年11月19日 Robert Haas Reduce unnecessary list construction in RelationBuildPa... commit | commitdiff | tree
2018年11月19日 Tom Lane Fix configure's AC_CHECK_DECLS tests to work correctly... commit | commitdiff | tree
2018年11月19日 Alvaro Herrera Disallow COPY FREEZE on partitioned tables commit | commitdiff | tree
2018年11月19日 Peter Eisentraut pg_archivecleanup: Update file header comment a bit commit | commitdiff | tree
2018年11月19日 Thomas Munro PANIC on fsync() failure. commit | commitdiff | tree
2018年11月19日 Thomas Munro Don't forget about failed fsync() requests. commit | commitdiff | tree
2018年11月19日 Michael Paquier Rework documentation of pg_promote commit | commitdiff | tree
2018年11月19日 Michael Paquier Remove unnecessary memcpy when reading WAL record fitti... commit | commitdiff | tree
2018年11月18日 Andrew Dunstan fix typo commit | commitdiff | tree
2018年11月18日 Andrew Dunstan Silence MSVC warnings about redefinition of isnan commit | commitdiff | tree
2018年11月18日 Tom Lane Fix AC_REQUIRES breakage in LLVM autoconf tests. commit | commitdiff | tree
2018年11月17日 Tomas Vondra Add valgrind suppressions for wcsrtombs optimizations commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /