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年07月12日 Tom Lane Probe for preadv/pwritev in a more macOS-friendly way. commit | commitdiff | tree
2021年07月12日 Tom Lane Replace RelationOpenSmgr() with RelationGetSmgr(). commit | commitdiff | tree
2021年07月12日 Peter Eisentraut doc: Fix typo in function prototype commit | commitdiff | tree
2021年07月12日 Heikki Linnakangas Remove dead assignment to local variable. commit | commitdiff | tree
2021年07月12日 Michael Paquier Revert "Fix issues with Windows' stat() for files pendi... commit | commitdiff | tree
2021年07月12日 Michael Paquier Fix issues with Windows' stat() for files pending on... commit | commitdiff | tree
2021年07月12日 Michael Paquier pageinspect: Improve page_header() for pages of 32kB commit | commitdiff | tree
2021年07月11日 Tom Lane Lock the extension during ALTER EXTENSION ADD/DROP. commit | commitdiff | tree
2021年07月11日 Thomas Munro Fix pgbench timestamp bugs. commit | commitdiff | tree
2021年07月10日 Jeff Davis Fix assign_record_type_typmod(). commit | commitdiff | tree
2021年07月10日 Tom Lane Fix busted test for ldap_initialize. commit | commitdiff | tree
2021年07月10日 Michael Paquier Add more sanity checks in SASL exchanges commit | commitdiff | tree
2021年07月10日 Dean Rasheed Fix numeric_mul() overflow due to too many digits after... commit | commitdiff | tree
2021年07月09日 Tom Lane Un-break AIX build, take 2. commit | commitdiff | tree
2021年07月09日 Alvaro Herrera libpq: Fix sending queries in pipeline aborted state commit | commitdiff | tree
2021年07月09日 Jeff Davis Eliminate replication protocol error related to IDENTIF... commit | commitdiff | tree
2021年07月09日 Tom Lane Un-break AIX build. commit | commitdiff | tree
2021年07月09日 Tom Lane Avoid creating a RESULT RTE that's marked LATERAL. commit | commitdiff | tree
2021年07月09日 Tom Lane Update configure's probe for libldap to work with OpenL... commit | commitdiff | tree
2021年07月09日 Tom Lane Reject cases where a query in WITH rewrites to just... commit | commitdiff | tree
2021年07月09日 David Rowley Teach pg_size_pretty and pg_size_bytes about petabytes commit | commitdiff | tree
2021年07月09日 Michael Paquier Add forgotten LSN_FORMAT_ARGS() in xlogreader.c commit | commitdiff | tree
2021年07月09日 Thomas Munro Remove more obsolete comments about semaphores. commit | commitdiff | tree
2021年07月09日 David Rowley Use a lookup table for units in pg_size_pretty and... commit | commitdiff | tree
2021年07月09日 David Rowley Fix incorrect return value in pg_size_pretty(bigint) commit | commitdiff | tree
2021年07月08日 Daniel Gustafsson Fix typos in pgstat.c, reorderbuffer.c and pathnodes.h commit | commitdiff | tree
2021年07月08日 Peter Eisentraut Improve error messages about mismatching relkind commit | commitdiff | tree
2021年07月07日 Tom Lane Fix crash in postgres_fdw for provably-empty remote... commit | commitdiff | tree
2021年07月07日 Fujii Masao doc: Fix description about pg_stat_statements.track_pla... commit | commitdiff | tree
2021年07月07日 David Rowley Use a hash table to speed up NOT IN(values) commit | commitdiff | tree
2021年07月07日 Fujii Masao postgres_fdw: Tighten up allowed values for batch_size... commit | commitdiff | tree
2021年07月07日 Michael Paquier Refactor SASL code with a generic interface for its... commit | commitdiff | tree
2021年07月06日 Tom Lane Allow CustomScan providers to say whether they support... commit | commitdiff | tree
2021年07月06日 Alvaro Herrera Improve TestLib::system_or_bail error reporting commit | commitdiff | tree
2021年07月06日 Tom Lane Reduce the cost of planning deeply-nested views. commit | commitdiff | tree
2021年07月06日 Tom Lane Avoid doing catalog lookups in postgres_fdw's conversio... commit | commitdiff | tree
2021年07月06日 Tom Lane Doc: add info about timestamps with fractional-minute... commit | commitdiff | tree
2021年07月06日 Amit Kapila Refactor function parse_subscription_options. commit | commitdiff | tree
2021年07月06日 David Rowley Fix typo in comment commit | commitdiff | tree
2021年07月06日 David Rowley Reduce the number of pallocs when building partition... commit | commitdiff | tree
2021年07月05日 Michael Paquier Use WaitLatch() instead of pg_usleep() at the end of... commit | commitdiff | tree
2021年07月05日 Tom Lane Reduce overhead of cache-clobber testing in LookupOpcla... commit | commitdiff | tree
2021年07月05日 Tom Lane Rethink blocking annotations in detach-partition-concur... commit | commitdiff | tree
2021年07月05日 Dean Rasheed Prevent numeric overflows in parallel numeric aggregates. commit | commitdiff | tree
2021年07月05日 Peter Eisentraut doc: Fix quoting markup commit | commitdiff | tree
2021年07月05日 Amit Kapila Doc: Hash Indexes. commit | commitdiff | tree
2021年07月04日 Michael Paquier doc: Mention requirement to --enable-tap-tests on secti... commit | commitdiff | tree
2021年07月04日 David Rowley Doc: mention that VACUUM can't utilize over 1GB of RAM commit | commitdiff | tree
2021年07月04日 David Rowley Cleanup some aggregate code in the executor commit | commitdiff | tree
2021年07月03日 Tom Lane Further restrict the scope of no-exit()-in-libpq test. commit | commitdiff | tree
2021年07月03日 Bruce Momjian doc: adjust "cities" example to be consistent with... commit | commitdiff | tree
2021年07月02日 Bruce Momjian docs: clarify new aggressive vacuum mode for multi... commit | commitdiff | tree
2021年07月02日 Tom Lane Don't try to print data type names in slot_store_error_... commit | commitdiff | tree
2021年07月02日 Peter Eisentraut Use InvalidBucket instead of -1 where appropriate commit | commitdiff | tree
2021年07月02日 Michael Paquier Use WaitLatch() instead of pg_usleep() at end-of-vacuum... commit | commitdiff | tree
2021年07月02日 Thomas Munro Remove some dead stores. commit | commitdiff | tree
2021年07月02日 Michael Paquier Simplify error handing of jsonapi.c for the frontend commit | commitdiff | tree
2021年07月01日 Peter Eisentraut doc: Remove inappropriate <acronym> tags commit | commitdiff | tree
2021年07月01日 Andrew Dunstan add missing tag from commit b8c4261e5e commit | commitdiff | tree
2021年07月01日 Peter Eisentraut doc: Clean up title case use commit | commitdiff | tree
2021年07月01日 Andrew Dunstan Add new make targets world-bin and install-world-bin commit | commitdiff | tree
2021年07月01日 Tom Lane Add --clobber-cache option to initdb, for CCA testing. commit | commitdiff | tree
2021年07月01日 Alvaro Herrera Don't reset relhasindex for partitioned tables on ANALYZE commit | commitdiff | tree
2021年07月01日 Tom Lane Improve build-time check that libpq doesn't call exit(). commit | commitdiff | tree
2021年07月01日 Andrew Dunstan Fix prove_installcheck to use correct paths when used... commit | commitdiff | tree
2021年07月01日 Heikki Linnakangas Allow specifying pg_waldump --rmgr option multiple... commit | commitdiff | tree
2021年07月01日 Peter Eisentraut Add tests for UNBOUNDED syntax ambiguity commit | commitdiff | tree
2021年07月01日 David Rowley Improve various places that double the size of a buffer commit | commitdiff | tree
2021年06月30日 Tom Lane Fix portability fallout from commit dc227eb82. commit | commitdiff | tree
2021年06月30日 Fujii Masao doc: Improve descriptions of tup_returned and tup_fetch... commit | commitdiff | tree
2021年06月30日 Fujii Masao doc: Add type information for postgres_fdw parameters. commit | commitdiff | tree
2021年06月30日 Peter Eisentraut genbki stricter error handling commit | commitdiff | tree
2021年06月30日 Amit Kapila Replace magic constants used in pg_stat_get_replication... commit | commitdiff | tree
2021年06月30日 Amit Kapila Allow streaming the changes after speculative aborts. commit | commitdiff | tree
2021年06月30日 Amit Kapila Allow enabling two-phase option via replication protocol. commit | commitdiff | tree
2021年06月30日 Michael Paquier Fix incorrect PITR message for transaction ROLLBACK... commit | commitdiff | tree
2021年06月30日 Michael Paquier Optimize pg_checksums --enable where checksum is alread... commit | commitdiff | tree
2021年06月29日 Alexander Korotkov Fixes for multirange selectivity estimation commit | commitdiff | tree
2021年06月29日 Alvaro Herrera Fix libpq state machine in pipeline mode commit | commitdiff | tree
2021年06月29日 Alvaro Herrera Add PQsendFlushRequest to libpq commit | commitdiff | tree
2021年06月29日 Tom Lane Fix bogus logic for reporting which hash partition... commit | commitdiff | tree
2021年06月29日 Tom Lane Add a build-time check that libpq doesn't call exit... commit | commitdiff | tree
2021年06月29日 Tom Lane Remove libpq's use of abort(3) to handle mutex failure... commit | commitdiff | tree
2021年06月29日 Noah Misch Remove literal backslash from Perl \Q ... \E. commit | commitdiff | tree
2021年06月29日 Peter Eisentraut Add index OID macro argument to DECLARE_INDEX commit | commitdiff | tree
2021年06月29日 Michael Paquier Bump XLOG_PAGE_MAGIC for format changes related to... commit | commitdiff | tree
2021年06月29日 Michael Paquier Fix compilation warning in xloginsert.c commit | commitdiff | tree
2021年06月29日 Michael Paquier Add support for LZ4 with compression of full-page write... commit | commitdiff | tree
2021年06月29日 Noah Misch Skip WAL recycling and preallocation during archive... commit | commitdiff | tree
2021年06月29日 Noah Misch Don't ERROR on PreallocXlogFiles() race condition. commit | commitdiff | tree
2021年06月29日 Noah Misch Remove XLogFileInit() ability to unlink a pre-existing... commit | commitdiff | tree
2021年06月29日 Noah Misch In XLogFileInit(), fix *use_existent postcondition... commit | commitdiff | tree
2021年06月29日 Noah Misch Remove XLogFileInit() ability to skip ControlFileLock. commit | commitdiff | tree
2021年06月29日 Noah Misch Dump COMMENT ON SCHEMA public. commit | commitdiff | tree
2021年06月29日 Noah Misch Dump public schema ownership and security labels. commit | commitdiff | tree
2021年06月28日 Tom Lane Doc: further updates for RELEASE_CHANGES process notes. commit | commitdiff | tree
2021年06月28日 Peter Geoghegan Improve pgindent release workflow. commit | commitdiff | tree
2021年06月28日 Tom Lane Don't use abort(3) in libpq's fe-print.c. commit | commitdiff | tree
2021年06月28日 Tom Lane Don't depend on -fwrapv semantics in pgbench's random... commit | commitdiff | tree
2021年06月28日 Peter Geoghegan Add pgindent commit to git-blame-ignore-revs file. commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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