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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2019年11月26日 Andrew Dunstan Fix closing stdin in TestLib.pm commit | commitdiff | tree
2019年11月26日 Tom Lane Allow access to child table statistics if user can... commit | commitdiff | tree
2019年11月26日 Michael Paquier Add safeguards for pg_fsync() called with incorrectly... commit | commitdiff | tree
2019年11月26日 Amit Kapila Don't shut down Gather[Merge] early under Limit. commit | commitdiff | tree
2019年11月25日 Robert Haas Use procsignal_sigusr1_handler for auxiliary processes. commit | commitdiff | tree
2019年11月25日 Andrew Dunstan Close stdin where it's not needed in TestLib.pm procedures commit | commitdiff | tree
2019年11月25日 Alvaro Herrera Refactor WAL file-reading code into WALRead() commit | commitdiff | tree
2019年11月25日 Tom Lane Fix unportable printf format introduced in commit 9290a... commit | commitdiff | tree
2019年11月25日 Amit Kapila Make the order of the header file includes consistent. commit | commitdiff | tree
2019年11月25日 Michael Paquier Fix inconsistent variable name in static function of... commit | commitdiff | tree
2019年11月25日 Michael Paquier Refactor reloption handling for index AMs in-core commit | commitdiff | tree
2019年11月24日 Andrew Dunstan Use native methods to open input in TestLib::slurp_file... commit | commitdiff | tree
2019年11月24日 Tom Lane Doc: improve discussion of race conditions involved... commit | commitdiff | tree
2019年11月24日 Tom Lane Avoid assertion failure with LISTEN in a serializable... commit | commitdiff | tree
2019年11月24日 Thomas Munro doc: Fix whitespace in syntax. commit | commitdiff | tree
2019年11月24日 Tom Lane Stabilize NOTIFY behavior by transmitting notifies... commit | commitdiff | tree
2019年11月24日 Tom Lane Stabilize the results of pg_notification_queue_usage(). commit | commitdiff | tree
2019年11月24日 Tom Lane Remove a couple of unnecessary if-tests. commit | commitdiff | tree
2019年11月23日 Alvaro Herrera Remove debugging aid commit | commitdiff | tree
2019年11月23日 Joe Conway Update sepgsql to add mandatory access control for... commit | commitdiff | tree
2019年11月23日 Joe Conway Add object TRUNCATE hook commit | commitdiff | tree
2019年11月22日 Tom Lane Make psql redisplay the query buffer after \e. commit | commitdiff | tree
2019年11月22日 Tom Lane Avoid taking a new snapshot for an immutable simple... commit | commitdiff | tree
2019年11月22日 Tom Lane Add test coverage for "unchanged toast column" replicat... commit | commitdiff | tree
2019年11月22日 Tom Lane Fix bogus tuple-slot management in logical replication... commit | commitdiff | tree
2019年11月22日 Michael Paquier Add .gitignore to src/tutorial/ commit | commitdiff | tree
2019年11月22日 Michael Paquier Remove traces of version-0 calling convention in src... commit | commitdiff | tree
2019年11月21日 Tom Lane Defend against self-referential views in relation_is_up... commit | commitdiff | tree
2019年11月21日 Peter Eisentraut Remove configure --disable-float4-byval commit | commitdiff | tree
2019年11月21日 Fujii Masao Bump WAL version. commit | commitdiff | tree
2019年11月21日 Fujii Masao Make DROP DATABASE command generate less WAL records. commit | commitdiff | tree
2019年11月21日 Fujii Masao Allow ALTER VIEW command to rename the column in the... commit | commitdiff | tree
2019年11月21日 Fujii Masao Improve tab-completion for ALTER MATERIALIZED VIEW. commit | commitdiff | tree
2019年11月21日 Amit Kapila Track statistics for spilling of changes from ReorderBu... commit | commitdiff | tree
2019年11月21日 Michael Paquier Provide statistics for hypothetical BRIN indexes commit | commitdiff | tree
2019年11月20日 Tom Lane Sync patternsel_common's operator selection logic with... commit | commitdiff | tree
2019年11月20日 Peter Geoghegan Fix HeapTupleSatisfiesNonVacuumable() comment. commit | commitdiff | tree
2019年11月20日 Tom Lane Reduce match_pattern_prefix()'s dependencies on index... commit | commitdiff | tree
2019年11月20日 Tom Lane Doc: improve discussion of object owners' inherent... commit | commitdiff | tree
2019年11月20日 Magnus Hagander Remove incorrect markup commit | commitdiff | tree
2019年11月20日 Michael Paquier Fix comment in xact.h commit | commitdiff | tree
2019年11月20日 Thomas Munro Handle ReadFile() EOF correctly on Windows. commit | commitdiff | tree
2019年11月20日 Amit Kapila Add the support for '-f' option in dropdb utility. commit | commitdiff | tree
2019年11月20日 Tatsuo Ishii Doc: fix minor typo in func.sgml. commit | commitdiff | tree
2019年11月19日 Tom Lane Fix corner-case failure in match_pattern_prefix(). commit | commitdiff | tree
2019年11月19日 Alexander Korotkov Fix page modification outside of critical section in GIN commit | commitdiff | tree
2019年11月19日 Alexander Korotkov Revise GIN README commit | commitdiff | tree
2019年11月19日 Alexander Korotkov Fix traversing to the deleted GIN page via downlink commit | commitdiff | tree
2019年11月19日 Alexander Korotkov Fix deadlock between ginDeletePage() and ginStepRight() commit | commitdiff | tree
2019年11月19日 Tom Lane Doc: clarify use of RECURSIVE in WITH. commit | commitdiff | tree
2019年11月19日 Tom Lane Doc: clarify behavior of ALTER DEFAULT PRIVILEGES ... commit | commitdiff | tree
2019年11月19日 Thomas Munro Allow invisible PROMPT2 in psql. commit | commitdiff | tree
2019年11月19日 Amit Kapila Add logical_decoding_work_mem to limit ReorderBuffer... commit | commitdiff | tree
2019年11月18日 Peter Geoghegan nbtree: Tweak _bt_pgaddtup() comments. commit | commitdiff | tree
2019年11月17日 Tom Lane Further fix dumping of views that contain just VALUES... commit | commitdiff | tree
2019年11月16日 Peter Geoghegan Add tuplesort test to serial_schedule. commit | commitdiff | tree
2019年11月16日 Michael Paquier Improve stability of tests for VACUUM (SKIP_LOCKED) commit | commitdiff | tree
2019年11月16日 Tomas Vondra Properly determine length for on-disk TOAST values commit | commitdiff | tree
2019年11月16日 Tomas Vondra Skip system attributes when applying mvdistinct stats commit | commitdiff | tree
2019年11月15日 Thomas Munro Always call ExecShutdownNode() if appropriate. commit | commitdiff | tree
2019年11月14日 Alvaro Herrera Remove the word "virgins" for documentation commit | commitdiff | tree
2019年11月14日 Michael Paquier Cleanup code in reloptions.h regarding reloption handling commit | commitdiff | tree
2019年11月14日 Michael Paquier Split handling of reloptions for partitioned tables commit | commitdiff | tree
2019年11月14日 Andres Freund Fix plan instability in the new tuplesort test. commit | commitdiff | tree
2019年11月13日 Andres Freund Remove unused code from tuplesort. commit | commitdiff | tree
2019年11月13日 Andres Freund Add tests for tuplesort.c. commit | commitdiff | tree
2019年11月13日 Tom Lane Add missing check_collation_set call to bpcharne(). commit | commitdiff | tree
2019年11月13日 Tom Lane Fix silly initializations (cosmetic only). commit | commitdiff | tree
2019年11月13日 Tom Lane Avoid using SplitIdentifierString to parse ListenAddres... commit | commitdiff | tree
2019年11月13日 Tom Lane Avoid downcasing/truncation of RADIUS authentication... commit | commitdiff | tree
2019年11月13日 Tom Lane Include TableFunc references when computing expression... commit | commitdiff | tree
2019年11月13日 Tom Lane Handle arrays and ranges in pg_upgrade's test for non... commit | commitdiff | tree
2019年11月13日 Fujii Masao Make pg_waldump report more detail information about... commit | commitdiff | tree
2019年11月13日 Michael Paquier Add regression test for two-phase transaction in postgr... commit | commitdiff | tree
2019年11月13日 Amit Kapila Introduce the 'force' option for the Drop Database... commit | commitdiff | tree
2019年11月12日 Tom Lane Finish reverting commit 0a52d378b. commit | commitdiff | tree
2019年11月12日 Alvaro Herrera pg_stat_activity: document client_port being null commit | commitdiff | tree
2019年11月12日 Alvaro Herrera pg_stat_{ssl,gssapi}: Show only processes with connections commit | commitdiff | tree
2019年11月12日 Peter Geoghegan Make _bt_keep_natts_fast() use datum_image_eq(). commit | commitdiff | tree
2019年11月12日 Alvaro Herrera Have LookupFuncName accept NULL argtypes for 0 args commit | commitdiff | tree
2019年11月12日 Peter Geoghegan Teach datum_image_eq() about cstring datums. commit | commitdiff | tree
2019年11月12日 Tom Lane Fix ecpglib.h to declare bool consistently with c.h. commit | commitdiff | tree
2019年11月12日 Peter Eisentraut gitattributes: Add new file commit | commitdiff | tree
2019年11月12日 Amit Kapila Make the order of the header file includes consistent... commit | commitdiff | tree
2019年11月11日 Tom Lane Doc: fix ancient mistake, or at least obsolete info... commit | commitdiff | tree
2019年11月11日 Tom Lane Further improve stability of partition_prune regression... commit | commitdiff | tree
2019年11月11日 Peter Eisentraut gitattributes: Remove entries for no longer existing... commit | commitdiff | tree
2019年11月11日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2019年11月11日 Peter Eisentraut Rerun autoheader commit | commitdiff | tree
2019年11月11日 Thomas Munro Optimize PredicateLockTuple(). commit | commitdiff | tree
2019年11月11日 Thomas Munro Optimize TransactionIdIsCurrentTransactionId(). commit | commitdiff | tree
2019年11月11日 Amit Kapila Rearrange dropdb() to avoid errors after allowing other... commit | commitdiff | tree
2019年11月09日 Peter Eisentraut Fix subscription test commit | commitdiff | tree
2019年11月09日 Peter Eisentraut doc: Clarify documentation about SSL passphrases commit | commitdiff | tree
2019年11月09日 Peter Eisentraut doc: Further tweak recovery parameters documentation commit | commitdiff | tree
2019年11月09日 Peter Eisentraut Fix negative bitmapset member not allowed error in... commit | commitdiff | tree
2019年11月09日 Michael Paquier Fix new COPY test of PL/pgSQL with VPATH builds commit | commitdiff | tree
2019年11月09日 Michael Paquier Add tests for COPY in PL/pgSQL commit | commitdiff | tree
2019年11月08日 Andres Freund Pass ItemPointer not HeapTuple to IndexBuildCallback. commit | commitdiff | tree
2019年11月08日 Alvaro Herrera Add backtrace support for error reporting commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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