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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2020年05月01日 Peter Geoghegan Fix undercounting in VACUUM VERBOSE output. commit | commitdiff | tree
2020年05月01日 Peter Geoghegan Fix bug in nbtree VACUUM "skip full scan" feature. commit | commitdiff | tree
2020年04月27日 Robert Haas Fix bogus tar-file padding logic for standby.signal. commit | commitdiff | tree
2020年04月27日 Tom Lane Fix full text search to handle NOT above a phrase searc... commit | commitdiff | tree
2020年04月25日 Andrew Gierth Fix error case for CREATE ROLE ... IN ROLE. commit | commitdiff | tree
2020年04月24日 Tom Lane Update Windows timezone name list to include currently... commit | commitdiff | tree
2020年04月24日 Tom Lane Improve placement of "display name" comment in win32_tz... commit | commitdiff | tree
2020年04月24日 Tom Lane Repair performance regression in information_schema... commit | commitdiff | tree
2020年04月24日 Tom Lane Update time zone data files to tzdata release 2020a. commit | commitdiff | tree
2020年04月24日 Michael Paquier Remove some unstable parts from new TAP test for archiv... commit | commitdiff | tree
2020年04月23日 Michael Paquier Fix handling of WAL segments ready to be archived durin... commit | commitdiff | tree
2020年04月23日 Andres Freund Fix transient memory leak for SRFs in FROM. commit | commitdiff | tree
2020年04月22日 Bruce Momjian docs: land height is "elevation", not "altitude" commit | commitdiff | tree
2020年04月21日 Michael Paquier Fix memory leak in libpq when using sslmode=verify... commit | commitdiff | tree
2020年04月21日 Alvaro Herrera Document partitiong tables ancillary object handling... commit | commitdiff | tree
2020年04月21日 Tom Lane Fix possible crash during FATAL exit from reindexing. commit | commitdiff | tree
2020年04月21日 Tom Lane Fix minor violations of FunctionCallInvoke usage protocol. commit | commitdiff | tree
2020年04月21日 Alvaro Herrera Fix detaching partitions with cloned row triggers commit | commitdiff | tree
2020年04月21日 Bruce Momjian doc: change SGML markup "figure" to "example" commit | commitdiff | tree
2020年04月20日 Magnus Hagander Allow pg_read_all_stats to access all stats views again commit | commitdiff | tree
2020年04月18日 Tom Lane Fix race conditions in synchronous standby management. commit | commitdiff | tree
2020年04月18日 David Rowley Fix possible crash with GENERATED ALWAYS columns commit | commitdiff | tree
2020年04月17日 Andrew Dunstan Use a slightly more liberal regex to detect Visual... commit | commitdiff | tree
2020年04月17日 Michael Paquier Fix minor memory leak in pg_basebackup and pg_receivewal commit | commitdiff | tree
2020年04月16日 Tom Lane Fix cache reference leak in contrib/sepgsql. commit | commitdiff | tree
2020年04月15日 Michael Paquier Fix minor memory leak in pg_dump commit | commitdiff | tree
2020年04月14日 Noah Misch Add a wait_for_catchup() before immediate stop of a... commit | commitdiff | tree
2020年04月11日 Tom Lane Clear dangling pointer to avoid bogus EXPLAIN printout... commit | commitdiff | tree
2020年04月11日 Andrew Gierth doc: restore intentional typo commit | commitdiff | tree
2020年04月10日 Tom Lane Doc: clarify locking requirements for ALTER TABLE ADD... commit | commitdiff | tree
2020年04月10日 Tom Lane Doc: sync CREATE GROUP syntax synopsis with CREATE... commit | commitdiff | tree
2020年04月09日 Tom Lane Further cleanup of ts_headline code. commit | commitdiff | tree
2020年04月09日 Tom Lane Doc: improve documentation about ts_headline() function. commit | commitdiff | tree
2020年04月09日 Tom Lane Fix default text search parser's ts_headline code for... commit | commitdiff | tree
2020年04月09日 Tom Lane Cosmetic improvements for default text search parser... commit | commitdiff | tree
2020年04月09日 Peter Eisentraut Fix CREATE TABLE LIKE INCLUDING GENERATED column order... commit | commitdiff | tree
2020年04月09日 Amit Kapila Allow parallel create index to accumulate buffer usage... commit | commitdiff | tree
2020年04月08日 Peter Eisentraut createuser: Change a fprintf to pg_log_error commit | commitdiff | tree
2020年04月08日 Tom Lane Fix pg_dump/pg_restore to restore event trigger comment... commit | commitdiff | tree
2020年04月08日 Michael Paquier Fix crash when using COLLATE in partition bound expressions commit | commitdiff | tree
2020年04月08日 Tom Lane Fix circle_in to accept "(x,y),r" as it's advertised... commit | commitdiff | tree
2020年04月07日 Tom Lane Adjust bytea get_bit/set_bit to cope with bytea strings... commit | commitdiff | tree
2020年04月06日 Michael Paquier Preserve clustered index after rewrites with ALTER... commit | commitdiff | tree
2020年04月06日 Andres Freund Use TransactionXmin instead of RecentGlobalXmin in... commit | commitdiff | tree
2020年04月05日 Peter Eisentraut Save errno across LWLockRelease() calls commit | commitdiff | tree
2020年04月03日 Tom Lane Fix bugs in gin_fuzzy_search_limit processing. commit | commitdiff | tree
2020年04月03日 Tom Lane Fix bogus CALLED_AS_TRIGGER() defenses. commit | commitdiff | tree
2020年04月02日 Bruce Momjian doc: remove unnecessary INNER keyword commit | commitdiff | tree
2020年04月02日 Bruce Momjian doc: remove comma, related to commit 92d31085e9 commit | commitdiff | tree
2020年04月01日 Tom Lane Check equality semantics for unique indexes on partitio... commit | commitdiff | tree
2020年04月01日 Michael Paquier Fix crash in psql when attempting to reuse old connection commit | commitdiff | tree
2020年04月01日 Bruce Momjian psql: do file completion for \gx commit | commitdiff | tree
2020年03月31日 Bruce Momjian doc: remove mention of bitwise operators as solely... commit | commitdiff | tree
2020年03月31日 Bruce Momjian doc: clarify hierarchy of objects: global, db, schema... commit | commitdiff | tree
2020年03月31日 Bruce Momjian doc: restore wording from recent patch "rolled back to" commit | commitdiff | tree
2020年03月31日 Bruce Momjian doc: clarify when row-level locks are released commit | commitdiff | tree
2020年03月31日 Bruce Momjian doc: add namespace column to pg_buffercache example... commit | commitdiff | tree
2020年03月31日 Bruce Momjian doc: clarify which table creation is used for inherita... commit | commitdiff | tree
2020年03月31日 Tom Lane Fix race condition in statext_store(). commit | commitdiff | tree
2020年03月31日 Bruce Momjian doc: adjust UPDATE/DELETE's FROM/USING to match SELECT... commit | commitdiff | tree
2020年03月31日 Bruce Momjian Allow ecpg to be built stand-alone, allow parallel... commit | commitdiff | tree
2020年03月31日 Tom Lane Teach pg_ls_dir_files() to ignore ENOENT failures from... commit | commitdiff | tree
2020年03月31日 Tom Lane Back-patch addition of stack overflow and interrupt... commit | commitdiff | tree
2020年03月30日 Michael Paquier Revert "Skip redundant anti-wraparound vacuums" commit | commitdiff | tree
2020年03月30日 Peter Geoghegan Consistently truncate non-key suffix columns. commit | commitdiff | tree
2020年03月30日 Tom Lane Be more careful about extracting encoding from locale... commit | commitdiff | tree
2020年03月29日 Tom Lane Doc: correct misstatement about ltree label maximum... commit | commitdiff | tree
2020年03月28日 Tom Lane Protect against overflow of ltree.numlevel and lquery... commit | commitdiff | tree
2020年03月28日 Andres Freund Ensure snapshot is registered within ScanPgRelation(). commit | commitdiff | tree
2020年03月26日 Tom Lane Ensure that plpgsql cleans up cleanly during parallel... commit | commitdiff | tree
2020年03月26日 Peter Eisentraut Drop slot's LWLock before returning from SaveSlotToPath() commit | commitdiff | tree
2020年03月24日 Tom Lane Re-implement the ereport() macro using __VA_ARGS__. commit | commitdiff | tree
2020年03月23日 Andres Freund Add regression tests for constraint errors in partition... commit | commitdiff | tree
2020年03月23日 Tom Lane Doc: explain that LIKE et al can be used in ANY (sub... commit | commitdiff | tree
2020年03月23日 Tom Lane Fix our getopt_long's behavior for a command line argum... commit | commitdiff | tree
2020年03月23日 Michael Paquier Doc: Fix type of some storage parameters in CREATE... commit | commitdiff | tree
2020年03月22日 Noah Misch Revert "Skip WAL for new relfilenodes, under wal_level... commit | commitdiff | tree
2020年03月21日 Noah Misch Skip WAL for new relfilenodes, under wal_level=minimal. commit | commitdiff | tree
2020年03月21日 Noah Misch In log_newpage_range(), heed forkNum and page_std argum... commit | commitdiff | tree
2020年03月21日 Noah Misch During heap rebuild, lock any TOAST index until end... commit | commitdiff | tree
2020年03月21日 Noah Misch Fix cosmetic blemishes involving rd_createSubid. commit | commitdiff | tree
2020年03月21日 Bruce Momjian docs: use alias in WHERE clause of full text search... commit | commitdiff | tree
2020年03月20日 Andrew Dunstan Turn off deprecated bison warnings under MSVC commit | commitdiff | tree
2020年03月19日 Bruce Momjian pg_upgrade: make get_major_server_version() err msg... commit | commitdiff | tree
2020年03月19日 Michael Paquier Fix comment related to concurrent index swapping in... commit | commitdiff | tree
2020年03月18日 Fujii Masao Correct the descriptions of recovery-related wait event... commit | commitdiff | tree
2020年03月18日 Amit Kapila Add missing errcode() in a few ereport calls. commit | commitdiff | tree
2020年03月18日 Michael Paquier Fix typo in indexcmds.c commit | commitdiff | tree
2020年03月17日 Alvaro Herrera Fix consistency issues with replication slot copy commit | commitdiff | tree
2020年03月17日 Tom Lane Doc: clarify behavior of "anyrange" pseudo-type. commit | commitdiff | tree
2020年03月17日 Tom Lane Use pkg-config, if available, to locate libxml2 during... commit | commitdiff | tree
2020年03月17日 Tom Lane Avoid holding a directory FD open across assorted SRF... commit | commitdiff | tree
2020年03月16日 Alvaro Herrera Document pg_ls_*dir hiding of directories and special... commit | commitdiff | tree
2020年03月16日 Alvaro Herrera Plug memory leak commit | commitdiff | tree
2020年03月14日 Tom Lane Restructure polymorphic-type resolution in funcapi.c. commit | commitdiff | tree
2020年03月13日 Tom Lane Doc: fix mistaken reference to "PG_ARGNULL_xxx()" macro. commit | commitdiff | tree
2020年03月13日 Peter Eisentraut Preserve replica identity index across ALTER TABLE... commit | commitdiff | tree
2020年03月11日 Tom Lane Fix test case instability introduced in 085b6b667. commit | commitdiff | tree
2020年03月11日 Peter Geoghegan Paper over bt_metap() oldest_xact bug in backbranches. commit | commitdiff | tree
2020年03月11日 Alvaro Herrera Add pg_dump support for ALTER obj DEPENDS ON EXTENSION commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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