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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2021年12月14日 Michael Paquier Remove assertion for replication origins in PREPARE... commit | commitdiff | tree
2021年12月13日 Tom Lane Remove unimplemented/undocumented geometric functions... commit | commitdiff | tree
2021年12月13日 Tom Lane Doc: de-document unimplemented geometric operators. commit | commitdiff | tree
2021年12月13日 Tom Lane Implement poly_distance(). commit | commitdiff | tree
2021年12月13日 Andres Freund isolationtester: append session name to application_name. commit | commitdiff | tree
2021年12月13日 Andres Freund Make PG_TEST_USE_UNIX_SOCKETS work for tap tests on... commit | commitdiff | tree
2021年12月13日 Robert Haas Remove InitXLOGAccess(). commit | commitdiff | tree
2021年12月13日 Robert Haas Default to log_checkpoints=on, log_autovacuum_min_durat... commit | commitdiff | tree
2021年12月13日 Alexander Korotkov Fix alignment in multirange_get_range() function commit | commitdiff | tree
2021年12月13日 Michael Paquier Improve description of some WAL records with transactio... commit | commitdiff | tree
2021年12月11日 Tom Lane Create a new type category for "internal use" types. commit | commitdiff | tree
2021年12月11日 Tomas Vondra Move test for BRIN HOT behavior to stats.sql commit | commitdiff | tree
2021年12月11日 Tomas Vondra Add bool to btree_gist documentation commit | commitdiff | tree
2021年12月10日 Thomas Munro Check for STATUS_DELETE_PENDING on Windows. commit | commitdiff | tree
2021年12月09日 Michael Paquier Fix some typos with {a,an} commit | commitdiff | tree
2021年12月09日 Amit Kapila Fix double publish of child table's data. commit | commitdiff | tree
2021年12月09日 Peter Geoghegan Standardize cleanup lock terminology. commit | commitdiff | tree
2021年12月08日 Tom Lane Doc: improve xfunc-c-type-table. commit | commitdiff | tree
2021年12月08日 Andrew Dunstan Revert "Check that we have a working tar before trying... commit | commitdiff | tree
2021年12月08日 Andrew Dunstan Check that we have a working tar before trying to use it commit | commitdiff | tree
2021年12月08日 Fujii Masao postgres_fdw: Report warning when timeout expires while... commit | commitdiff | tree
2021年12月08日 Peter Eisentraut Allow specifying column list for foreign key ON DELETE... commit | commitdiff | tree
2021年12月08日 Amit Kapila Fix origin timestamp during decoding of ROLLBACK PREPAR... commit | commitdiff | tree
2021年12月08日 Peter Eisentraut pgrowlocks: Fix incorrect format placeholders commit | commitdiff | tree
2021年12月08日 Amit Kapila Fix changing the ownership of ALL TABLES IN SCHEMA... commit | commitdiff | tree
2021年12月08日 Amit Kapila De-duplicate the result of pg_publication_tables view. commit | commitdiff | tree
2021年12月08日 Peter Eisentraut pgcrypto: Remove explicit hex encoding/decoding from... commit | commitdiff | tree
2021年12月08日 Michael Paquier Improve parsing of options of CREATE/ALTER SUBSCRIPTION commit | commitdiff | tree
2021年12月08日 Michael Paquier Fix corruption of toast indexes with REINDEX CONCURRENTLY commit | commitdiff | tree
2021年12月07日 Andrew Dunstan Enable settings used in TAP tests for MSVC builds commit | commitdiff | tree
2021年12月07日 Tom Lane On Windows, also call shutdown() while closing the... commit | commitdiff | tree
2021年12月07日 Peter Eisentraut Update snowball commit | commitdiff | tree
2021年12月06日 Tom Lane Account for TOAST data while scheduling parallel dumps. commit | commitdiff | tree
2021年12月06日 Tom Lane Use PREPARE/EXECUTE for repetitive per-object queries... commit | commitdiff | tree
2021年12月06日 Tom Lane Avoid per-object queries in performance-critical paths... commit | commitdiff | tree
2021年12月06日 Tom Lane Postpone calls of unsafe server-side functions in pg_dump. commit | commitdiff | tree
2021年12月06日 Tom Lane Rethink pg_dump's handling of object ACLs. commit | commitdiff | tree
2021年12月06日 Tom Lane Refactor pg_dump's tracking of object components to... commit | commitdiff | tree
2021年12月06日 Peter Eisentraut Fix inappropriate uses of PG_GETARG_UINT32() commit | commitdiff | tree
2021年12月05日 Andrew Dunstan Silence perl complaint in ssl test commit | commitdiff | tree
2021年12月03日 Daniel Gustafsson Doc: Fix misleading wording of CRL parameters commit | commitdiff | tree
2021年12月03日 Peter Eisentraut Some RELKIND macro refactoring commit | commitdiff | tree
2021年12月03日 Daniel Gustafsson Fix path delimiters in connection string on Windows commit | commitdiff | tree
2021年12月03日 Fujii Masao postgres_fdw: Fix unexpected reporting of empty message. commit | commitdiff | tree
2021年12月03日 Michael Paquier Improve the description of various GUCs commit | commitdiff | tree
2021年12月02日 Tom Lane On Windows, close the client socket explicitly during... commit | commitdiff | tree
2021年12月02日 Tom Lane Add configure probe for rl_variable_bind(). commit | commitdiff | tree
2021年12月02日 Peter Eisentraut pg_dump: Add missing relkind case commit | commitdiff | tree
2021年12月02日 Michael Paquier pg_waldump: Emit stats summary when interrupted by... commit | commitdiff | tree
2021年12月02日 Michael Paquier Move into separate file all the SQL queries used in... commit | commitdiff | tree
2021年12月01日 Tom Lane Avoid leaking memory during large-scale REASSIGN OWNED... commit | commitdiff | tree
2021年12月01日 Tom Lane psql: initialize comment-begin setting to a useful... commit | commitdiff | tree
2021年12月01日 Tom Lane psql: treat "--" comments between queries as separate... commit | commitdiff | tree
2021年12月01日 Tom Lane psql: include intra-query "--" comments in what's sent... commit | commitdiff | tree
2021年12月01日 Peter Eisentraut Remove unused includes commit | commitdiff | tree
2021年12月01日 Peter Eisentraut Improve some comments in scanner files commit | commitdiff | tree
2021年12月01日 Peter Eisentraut Warning on SET of nonexisting setting with a prefix... commit | commitdiff | tree
2021年12月01日 Daniel Gustafsson Fix certificate paths to use perl2host commit | commitdiff | tree
2021年12月01日 Robert Haas Document that tar archives are now properly terminated. commit | commitdiff | tree
2021年12月01日 Daniel Gustafsson Remove mention of TimeLineID update from comments commit | commitdiff | tree
2021年12月01日 Michael Paquier Fix comment grammar in slotfuncs.c commit | commitdiff | tree
2021年12月01日 Peter Eisentraut doc: Some additional information about when to use... commit | commitdiff | tree
2021年12月01日 Amit Kapila Fix regression test failure caused by commit 8d74fc96db. commit | commitdiff | tree
2021年12月01日 Amit Kapila Doc: Add "Attach Partition" limitation during logical... commit | commitdiff | tree
2021年12月01日 Michael Paquier Improve psql tab completion for various DROP commands commit | commitdiff | tree
2021年11月30日 Daniel Gustafsson Extend the private key stat checking error handling commit | commitdiff | tree
2021年11月30日 Tom Lane Cope with cross-compiling when checking for a random... commit | commitdiff | tree
2021年11月30日 Peter Geoghegan vacuumlazy.c: fix remaining "dead tuple" references. commit | commitdiff | tree
2021年11月30日 Tomas Vondra Ignore BRIN indexes when checking for HOT udpates commit | commitdiff | tree
2021年11月30日 Alvaro Herrera Increase size of shared memory for pg_commit_ts commit | commitdiff | tree
2021年11月30日 Daniel Gustafsson Disable unused-variable warning C4101 in MSVC commit | commitdiff | tree
2021年11月30日 Daniel Gustafsson Remove PF_USED_FOR_ASSERTS_ONLY from variables in gener... commit | commitdiff | tree
2021年11月30日 Daniel Gustafsson Use test-specific temp path for keys during SSL test commit | commitdiff | tree
2021年11月30日 Daniel Gustafsson Add TAP tests for contrib/sslinfo commit | commitdiff | tree
2021年11月30日 Daniel Gustafsson Extend configure_test_server_for_ssl to add extensions commit | commitdiff | tree
2021年11月30日 Michael Paquier Fix flags of some GUCs and improve some descriptions commit | commitdiff | tree
2021年11月30日 Amit Kapila Add a view to show the stats of subscription workers. commit | commitdiff | tree
2021年11月30日 Michael Paquier Fix typos commit | commitdiff | tree
2021年11月30日 Michael Paquier Fix compatibility thinko for fstat() on standard stream... commit | commitdiff | tree
2021年11月29日 Peter Geoghegan vacuumlazy.c: Rename dead_tuples to dead_items. commit | commitdiff | tree
2021年11月29日 Tom Lane Doc: improve documentation about ORDER BY in matviews. commit | commitdiff | tree
2021年11月29日 Tom Lane Simplify declaring variables exported from libpgcommon... commit | commitdiff | tree
2021年11月29日 Tom Lane Portability hack for pg_global_prng_state. commit | commitdiff | tree
2021年11月29日 Michael Paquier Centralize timestamp computation of control file on... commit | commitdiff | tree
2021年11月29日 Tom Lane Replace random(), pg_erand48(), etc with a better PRNG... commit | commitdiff | tree
2021年11月29日 Michael Paquier Improve psql tab completion for views, FDWs, sequences... commit | commitdiff | tree
2021年11月28日 Peter Geoghegan vacuumlazy.c: prefer the term "cleanup lock". commit | commitdiff | tree
2021年11月27日 Peter Geoghegan Update high level vacuumlazy.c comments. commit | commitdiff | tree
2021年11月26日 Alvaro Herrera Harden be-gssapi-common.h for headerscheck commit | commitdiff | tree
2021年11月26日 Peter Geoghegan Go back to considering HOT on pages marked full. commit | commitdiff | tree
2021年11月26日 Alvaro Herrera Copy-edit vacuuumdb --analyze-in-stages doc blurb commit | commitdiff | tree
2021年11月26日 Alvaro Herrera Document units for max_slot_wal_keep_size commit | commitdiff | tree
2021年11月26日 Alvaro Herrera Fix determination of broken LSN in OVERWRITTEN_CONTRECORD commit | commitdiff | tree
2021年11月26日 Daniel Gustafsson Add test for REVOKE ADMIN OPTION commit | commitdiff | tree
2021年11月26日 Daniel Gustafsson Fix GRANTED BY support in REVOKE ROLE statements commit | commitdiff | tree
2021年11月26日 Peter Eisentraut Update comments commit | commitdiff | tree
2021年11月25日 Peter Eisentraut Remove unneeded Python includes commit | commitdiff | tree
2021年11月25日 Michael Paquier Block ALTER TABLE .. DROP NOT NULL on columns in replic... commit | commitdiff | tree
2021年11月25日 Michael Paquier Fix fstat() emulation on Windows with standard streams commit | commitdiff | tree
2021年11月25日 Andres Freund Replace straggling uses of ReadRecPtr/EndRecPtr. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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