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年11月05日 Tom Lane Don't throw an error for LOCK TABLE on a self-referenti... commit | commitdiff | tree
2020年11月05日 Peter Geoghegan Fix nbtree cleanup-only VACUUM stats inaccuracies. commit | commitdiff | tree
2020年11月05日 Thomas Munro Fix unlinking of SLRU segments. commit | commitdiff | tree
2020年11月04日 Tom Lane Remove underflow error in float division with infinite... commit | commitdiff | tree
2020年11月04日 Tom Lane Declare assorted array functions using anycompatible... commit | commitdiff | tree
2020年11月04日 Tom Lane Declare lead() and lag() using anycompatible not anyele... commit | commitdiff | tree
2020年11月04日 Tom Lane Improve our ability to regurgitate SQL-syntax function... commit | commitdiff | tree
2020年11月04日 Tom Lane Remove useless entries for aggregate functions from... commit | commitdiff | tree
2020年11月04日 Fujii Masao Fix segmentation fault that commit ac22929a26 caused. commit | commitdiff | tree
2020年11月04日 Peter Eisentraut Enable hash partitioning of text arrays commit | commitdiff | tree
2020年11月04日 Heikki Linnakangas pg_rewind: Refactor the abstraction to fetch from local... commit | commitdiff | tree
2020年11月04日 Heikki Linnakangas pg_rewind: Replace the hybrid list+array data structure... commit | commitdiff | tree
2020年11月04日 Heikki Linnakangas Refactor pg_rewind for more clear decision making. commit | commitdiff | tree
2020年11月04日 Heikki Linnakangas pg_rewind: Move syncTargetDirectory() to file_ops.c commit | commitdiff | tree
2020年11月04日 Fujii Masao Get rid of the dedicated latch for signaling the startu... commit | commitdiff | tree
2020年11月04日 Fujii Masao Use standard SIGHUP handler in syslogger. commit | commitdiff | tree
2020年11月04日 Thomas Munro Tolerate version lookup failure for old style Windows... commit | commitdiff | tree
2020年11月04日 Michael Paquier Revert pg_relation_check_pages() commit | commitdiff | tree
2020年11月03日 Tomas Vondra Use INT64_FORMAT to print int64 variables in sort debug commit | commitdiff | tree
2020年11月03日 Tomas Vondra Fix get_useful_pathkeys_for_relation for volatile expre... commit | commitdiff | tree
2020年11月03日 Tom Lane Guard against core dump from uninitialized subplan. commit | commitdiff | tree
2020年11月03日 Tom Lane Improve error messages around REPLICATION and BYPASSRLS... commit | commitdiff | tree
2020年11月03日 Tom Lane Allow users with BYPASSRLS to alter their own passwords. commit | commitdiff | tree
2020年11月03日 Peter Eisentraut Disallow ALTER TABLE ONLY / DROP EXPRESSION commit | commitdiff | tree
2020年11月03日 Peter Eisentraut Remove deprecated containment operators for built-in... commit | commitdiff | tree
2020年11月03日 Magnus Hagander Use the non-deprecated TG_TABLE_MAME in test trigger commit | commitdiff | tree
2020年11月03日 Magnus Hagander Improve error handling in backend OpenSSL implementation commit | commitdiff | tree
2020年11月03日 Magnus Hagander Use be_tls_* API for SSL information in sslinfo commit | commitdiff | tree
2020年11月03日 Peter Eisentraut Remove use of deprecated containment operators in tests commit | commitdiff | tree
2020年11月03日 Amit Kapila Fix typos. commit | commitdiff | tree
2020年11月03日 Tom Lane Fix unportable use of getnameinfo() in pg_hba_file_rule... commit | commitdiff | tree
2020年11月02日 Tom Lane Remove special checks for pg_rewrite.ev_qual and ev_act... commit | commitdiff | tree
2020年11月02日 Tom Lane Rethink the generation rule for fmgroids.h macros. commit | commitdiff | tree
2020年11月02日 Tom Lane Second thoughts on TOAST decompression. commit | commitdiff | tree
2020年11月02日 Peter Eisentraut Use PG_GETARG_TRANSACTIONID where appropriate commit | commitdiff | tree
2020年11月02日 Magnus Hagander Clarify temporary table name shadowing in CREATE TABLE... commit | commitdiff | tree
2020年11月02日 Thomas Munro Track collation versions for indexes. commit | commitdiff | tree
2020年11月02日 Thomas Munro Add pg_depend.refobjversion. commit | commitdiff | tree
2020年11月02日 Thomas Munro Remove pg_collation.collversion. commit | commitdiff | tree
2020年11月02日 Heikki Linnakangas doc: Mention UNION/ORDER BY etc. keywords in section... commit | commitdiff | tree
2020年11月02日 David Rowley Fix unstable partition_prune regression tests commit | commitdiff | tree
2020年11月02日 Michael Paquier Fix some grammar and typos in comments and docs commit | commitdiff | tree
2020年11月02日 Amit Kapila Use Enum for top level logical replication message... commit | commitdiff | tree
2020年11月02日 David Rowley Allow run-time pruning on nested Append/MergeAppend... commit | commitdiff | tree
2020年11月01日 Tom Lane Fix two issues in TOAST decompression. commit | commitdiff | tree
2020年11月01日 Tom Lane Avoid null pointer dereference if error result lacks... commit | commitdiff | tree
2020年11月01日 Michael Paquier Preserve index data in pg_statistic across REINDEX... commit | commitdiff | tree
2020年11月01日 Michael Paquier Add error code for encryption failure in pgcrypto commit | commitdiff | tree
2020年10月31日 Noah Misch Set debug_query_string in worker_spi. commit | commitdiff | tree
2020年10月31日 Noah Misch Reproduce debug_query_string==NULL on parallel workers. commit | commitdiff | tree
2020年10月30日 Tom Lane Fix assertion failure in check_new_partition_bound(). commit | commitdiff | tree
2020年10月30日 Heikki Linnakangas Fix missing validation for the new GiST sortsupport... commit | commitdiff | tree
2020年10月30日 Tom Lane Doc: clarify description for pg_constraint.convalidated. commit | commitdiff | tree
2020年10月29日 Tom Lane Stabilize timetz test across DST transitions. commit | commitdiff | tree
2020年10月29日 Tom Lane Don't use custom OID symbols in pg_type.dat, either. commit | commitdiff | tree
2020年10月29日 Andres Freund Fix wrong data table horizon computation during backend... commit | commitdiff | tree
2020年10月29日 Amit Kapila Track statistics for streaming of changes from ReorderB... commit | commitdiff | tree
2020年10月29日 Andres Freund Centralize horizon determination for temp tables, fixin... commit | commitdiff | tree
2020年10月29日 Michael Paquier Fix incorrect placement of pfree() in pg_relation_check... commit | commitdiff | tree
2020年10月28日 Tom Lane Doc: clean up pg_relation_check_pages() documentation. commit | commitdiff | tree
2020年10月28日 Tom Lane Doc: clean up verify_heapam() documentation. commit | commitdiff | tree
2020年10月28日 Tom Lane Use mode "r" for popen() in psql's evaluate_backtick(). commit | commitdiff | tree
2020年10月28日 Tom Lane Calculate extraUpdatedCols in query rewriter, not parser. commit | commitdiff | tree
2020年10月28日 Tom Lane Don't use custom OID symbols in pg_proc.dat. commit | commitdiff | tree
2020年10月28日 Tom Lane Fix foreign-key selectivity estimation in the presence... commit | commitdiff | tree
2020年10月28日 Michael Paquier Use correct GetDatum() in pg_relation_check_pages() commit | commitdiff | tree
2020年10月28日 Michael Paquier Add pg_relation_check_pages() to check on-disk pages... commit | commitdiff | tree
2020年10月28日 Michael Paquier Add CheckBuffer() to check on-disk pages without shared... commit | commitdiff | tree
2020年10月28日 Amit Kapila Minor improvements in description of spilled counters... commit | commitdiff | tree
2020年10月27日 Tom Lane Doc: improve explanation of how to use our code coverag... commit | commitdiff | tree
2020年10月27日 Bruce Momjian Makefile comment: remove reference to tools/thread... commit | commitdiff | tree
2020年10月27日 Alvaro Herrera pg_dump: Lock all relations, not just plain tables commit | commitdiff | tree
2020年10月27日 Peter Eisentraut Add select_common_typmod() commit | commitdiff | tree
2020年10月27日 Alvaro Herrera Accept relations of any kind in LOCK TABLE commit | commitdiff | tree
2020年10月27日 Bruce Momjian docs: remove reference to src/tools/thread commit | commitdiff | tree
2020年10月27日 Peter Eisentraut Fix enum errdetail to mention bytes, not chars commit | commitdiff | tree
2020年10月27日 Peter Eisentraut Make procedure OUT parameters work with JDBC commit | commitdiff | tree
2020年10月27日 Peter Eisentraut doc: Fix order of protocol messages in listing commit | commitdiff | tree
2020年10月27日 Amit Kapila Update description of spilled counters in pg_stat_repli... commit | commitdiff | tree
2020年10月27日 Bruce Momjian doc: simplify wording of function error affects commit | commitdiff | tree
2020年10月26日 Bruce Momjian doc: make blooms docs match reality commit | commitdiff | tree
2020年10月26日 Tom Lane In INSERT/UPDATE, use the table's real tuple descriptor... commit | commitdiff | tree
2020年10月26日 Heikki Linnakangas docs: Remove notes about incompatibilies with very... commit | commitdiff | tree
2020年10月26日 Michael Paquier Extend PageIsVerified() to handle more custom options commit | commitdiff | tree
2020年10月25日 Tom Lane Fix corner case for a BEFORE ROW UPDATE trigger returni... commit | commitdiff | tree
2020年10月25日 David Rowley Fix incorrect parameter name in a function header comment commit | commitdiff | tree
2020年10月24日 Tom Lane Fix ancient bug in ecpg's pthread_once() emulation... commit | commitdiff | tree
2020年10月24日 Michael Paquier Fix issue with --enable-coverage and the new unicode... commit | commitdiff | tree
2020年10月24日 Michael Paquier Add tab completion for ALTER TABLE .. FORCE ROW LEVEL... commit | commitdiff | tree
2020年10月23日 Tom Lane Fix more portability issues in new amcheck code. commit | commitdiff | tree
2020年10月23日 Tom Lane Allow psql to re-use connection parameters after a... commit | commitdiff | tree
2020年10月23日 Tom Lane Fix portability issues in new amcheck test. commit | commitdiff | tree
2020年10月23日 Tom Lane Fix broken XML formatting in EXPLAIN output for increme... commit | commitdiff | tree
2020年10月23日 Peter Eisentraut doc: Fix order of protocol messages in listing commit | commitdiff | tree
2020年10月23日 Heikki Linnakangas doc: Remove reference to pre-8.2 pg_dump behaviour commit | commitdiff | tree
2020年10月23日 Heikki Linnakangas Fix initialization of es_result_relations in EvalPlanQu... commit | commitdiff | tree
2020年10月23日 Michael Paquier Improve performance of Unicode {de,re}composition in... commit | commitdiff | tree
2020年10月23日 Tom Lane Update time zone data files to tzdata release 2020d. commit | commitdiff | tree
2020年10月23日 Tom Lane Sync our copy of the timezone library with IANA release... commit | commitdiff | tree
2020年10月22日 Tom Lane Add documentation and tests for quote marks in ECPG... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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