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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2024年04月19日 Daniel Gustafsson Fix incorrect parameter name in prototype commit | commitdiff | tree
2024年04月18日 Daniel Gustafsson Doc: Update link to the mentioned subsection commit | commitdiff | tree
2024年04月18日 Daniel Gustafsson Fix typos and duplicate words commit | commitdiff | tree
2024年04月18日 Robert Haas Remove spurious "the". commit | commitdiff | tree
2024年04月18日 Peter Geoghegan Don't try to fix eliminated nbtree array scan keys. commit | commitdiff | tree
2024年04月18日 Robert Haas Restrict where INCREMENTAL.${NAME} files are recognized. commit | commitdiff | tree
2024年04月18日 Alvaro Herrera Don't try to assign smart names to constraints commit | commitdiff | tree
2024年04月18日 Robert Haas docs: Mention that pg_combinebackup does not verify... commit | commitdiff | tree
2024年04月18日 Alvaro Herrera Fix restore of not-null constraints with inheritance commit | commitdiff | tree
2024年04月18日 Peter Eisentraut Update src/tools/pginclude/README to match recent chang... commit | commitdiff | tree
2024年04月18日 Amit Langote Fix object name clash in recently introduced test commit | commitdiff | tree
2024年04月18日 Amit Langote SQL/JSON: Miscellaneous fixes and improvements commit | commitdiff | tree
2024年04月18日 Amit Langote SQL/JSON: Fix issues with DEFAULT .. ON ERROR / EMPTY commit | commitdiff | tree
2024年04月18日 Amit Langote SQL/JSON: Improve some error messages commit | commitdiff | tree
2024年04月17日 Alexander Korotkov Refactoring for CommitTransactionCommand()/AbortCurrent... commit | commitdiff | tree
2024年04月17日 Andres Freund Remove GlobalVisTestNonRemovable[Full]Horizon, not... commit | commitdiff | tree
2024年04月17日 Tomas Vondra Cleanup parallel BRIN index build code commit | commitdiff | tree
2024年04月17日 Tomas Vondra Stabilize test of BRIN parallel create commit | commitdiff | tree
2024年04月17日 Tomas Vondra Revert "Stabilize test of BRIN parallel create" commit | commitdiff | tree
2024年04月17日 Peter Eisentraut meson: Add some missing LLVM function checks commit | commitdiff | tree
2024年04月17日 Peter Eisentraut Remove dead code commit | commitdiff | tree
2024年04月17日 Peter Eisentraut Add missing source file to libpq/nls.mk commit | commitdiff | tree
2024年04月17日 Masahiko Sawada doc: Fix COPY ON_ERROR option syntax synopsis. commit | commitdiff | tree
2024年04月17日 Michael Paquier Fix typos with function name in event_trigger.c commit | commitdiff | tree
2024年04月17日 Masahiko Sawada Disallow specifying ON_ERROR option without value. commit | commitdiff | tree
2024年04月16日 David Rowley Update mmgr's README to mention BumpContext commit | commitdiff | tree
2024年04月16日 David Rowley Push dedicated BumpBlocks to the tail of the blocks... commit | commitdiff | tree
2024年04月16日 Peter Eisentraut Mark some new location fields as ParseLoc commit | commitdiff | tree
2024年04月16日 Tom Lane Clean up more indent breakage from 6377e12a5. commit | commitdiff | tree
2024年04月16日 Tom Lane Fix assorted bugs in ecpg's macro mechanism. commit | commitdiff | tree
2024年04月16日 Peter Geoghegan Fix nbtree "deduce NOT NULL" scan key comment. commit | commitdiff | tree
2024年04月16日 Tom Lane Undo incorrect typedefs.list change. commit | commitdiff | tree
2024年04月16日 Tomas Vondra Stabilize test of BRIN parallel create commit | commitdiff | tree
2024年04月16日 Tom Lane Ensure generated join clauses for child rels have corre... commit | commitdiff | tree
2024年04月16日 Peter Geoghegan Fix nbtree posting list comment. commit | commitdiff | tree
2024年04月16日 Peter Geoghegan Fix nbtree page recycling comment. commit | commitdiff | tree
2024年04月16日 Alexander Korotkov revert: Generalize relation analyze in table AM interface commit | commitdiff | tree
2024年04月16日 David Rowley Improve test coverage in bump.c commit | commitdiff | tree
2024年04月16日 Michael Paquier Add missing PGDLLIMPORT markings commit | commitdiff | tree
2024年04月15日 Robert Haas docs: Consolidate into new "WAL for Extensions" chapter. commit | commitdiff | tree
2024年04月15日 Nathan Bossart doc: Note exceptions for SET ROLE's effect on privilege... commit | commitdiff | tree
2024年04月15日 Tom Lane Fix type-checking of RECORD-returning functions in... commit | commitdiff | tree
2024年04月15日 Alvaro Herrera ATTACH PARTITION: Don't match a PK with a UNIQUE constraint commit | commitdiff | tree
2024年04月15日 Alexander Korotkov Grammar fixes for split/merge partitions code commit | commitdiff | tree
2024年04月15日 Alvaro Herrera Fix propagating attnotnull in multiple inheritance commit | commitdiff | tree
2024年04月15日 Peter Eisentraut psql: Make output of \dD more stable commit | commitdiff | tree
2024年04月15日 Peter Eisentraut Fix ALTER DOMAIN NOT NULL syntax commit | commitdiff | tree
2024年04月14日 Heikki Linnakangas Put back initialization of 'sslmode', to silence Coverity commit | commitdiff | tree
2024年04月14日 Tomas Vondra Fix unnecessary padding in incremental backups commit | commitdiff | tree
2024年04月14日 Tomas Vondra Add regression test for BRIN parallel builds commit | commitdiff | tree
2024年04月14日 Tomas Vondra Use the correct PG_DETOAST_DATUM macro in BRIN commit | commitdiff | tree
2024年04月14日 Tomas Vondra Update nbits_set in brin_bloom_union commit | commitdiff | tree
2024年04月13日 Noah Misch freespace: Don't return blocks past the end of the... commit | commitdiff | tree
2024年04月13日 Noah Misch Correct "improve role option documentation". commit | commitdiff | tree
2024年04月12日 Heikki Linnakangas Document PG_TEST_EXTRA=libpq_encryption and also check... commit | commitdiff | tree
2024年04月12日 Heikki Linnakangas Move libpq encryption negotiation tests commit | commitdiff | tree
2024年04月12日 Heikki Linnakangas Fix compilation with --with-gssapi --without-openssl commit | commitdiff | tree
2024年04月12日 Heikki Linnakangas Fix libpq_encryption tests when compiled without SSL... commit | commitdiff | tree
2024年04月12日 Andrew Dunstan Don't allocate large buffer on the stack in pg_verifybackup commit | commitdiff | tree
2024年04月12日 Andrew Dunstan Assorted minor cleanups in the test_json_parser module commit | commitdiff | tree
2024年04月12日 Andrew Dunstan Shrink test file for test_json_parser module commit | commitdiff | tree
2024年04月12日 Andrew Dunstan Add a TAP test for test_json_parser_perf commit | commitdiff | tree
2024年04月12日 Andrew Dunstan Fix some memory leaks associated with parsing json... commit | commitdiff | tree
2024年04月12日 David Rowley Fix recently introduced typo in code comment commit | commitdiff | tree
2024年04月12日 Amit Kapila Fix the review comments and a bug in the slot sync... commit | commitdiff | tree
2024年04月12日 David Rowley Fix IS [NOT] NULL qual optimization for inheritance... commit | commitdiff | tree
2024年04月11日 Tom Lane Doc: fix bogus to_date() examples. commit | commitdiff | tree
2024年04月11日 Alexander Korotkov Revert: Implement pg_wal_replay_wait() stored procedure commit | commitdiff | tree
2024年04月11日 Alexander Korotkov Revert: Allow table AM to store complex data structures... commit | commitdiff | tree
2024年04月11日 Alexander Korotkov Revert: Allow table AM tuple_insert() method to return... commit | commitdiff | tree
2024年04月11日 Alexander Korotkov Revert: Allow locking updated tuples in tuple_update... commit | commitdiff | tree
2024年04月11日 Alexander Korotkov Revert: Let table AM insertion methods control index... commit | commitdiff | tree
2024年04月11日 Alexander Korotkov Revert: Custom reloptions for table AM commit | commitdiff | tree
2024年04月11日 Peter Eisentraut meson: Remove obsolete function test commit | commitdiff | tree
2024年04月11日 Etsuro Fujita postgres_fdw: Improve comment about handling of asynchr... commit | commitdiff | tree
2024年04月11日 Michael Paquier Use correct datatype for xmin variables in slot.c commit | commitdiff | tree
2024年04月11日 Masahiko Sawada Revert indexed and enlargable binary heap implementation. commit | commitdiff | tree
2024年04月11日 Masahiko Sawada Replace binaryheap + index with pairingheap in reorderb... commit | commitdiff | tree
2024年04月11日 Thomas Munro Fix grammar. commit | commitdiff | tree
2024年04月11日 Thomas Munro Fix potential stack overflow in incremental backup. commit | commitdiff | tree
2024年04月11日 Michael Paquier Fix inconsistency with replay of hash squeeze record... commit | commitdiff | tree
2024年04月10日 Tom Lane Fix plpgsql's handling of -- comments following express... commit | commitdiff | tree
2024年04月10日 Daniel Gustafsson Doc: Update ulinks to RFC documents to avoid redirect commit | commitdiff | tree
2024年04月10日 Michael Paquier Make GIN tests using injection points concurrent-safe commit | commitdiff | tree
2024年04月10日 Amit Kapila Fix a test in failover slots regression test. commit | commitdiff | tree
2024年04月10日 Thomas Munro Fix illegal attribute propagation in LLVM JIT. commit | commitdiff | tree
2024年04月09日 David Rowley Fixup various StringInfo function usages commit | commitdiff | tree
2024年04月09日 Alexander Korotkov revert: Transform OR clauses to ANY expression commit | commitdiff | tree
2024年04月09日 David Rowley Remove unused BumpBlockIsValid macro commit | commitdiff | tree
2024年04月09日 Alexander Korotkov Checks for ALTER TABLE ... SPLIT/MERGE PARTITIONS ... commit | commitdiff | tree
2024年04月09日 David Rowley Doc: use "an SQL" instead of "a SQL" commit | commitdiff | tree
2024年04月09日 Daniel Gustafsson doc: Remove stray comma from list of psql options commit | commitdiff | tree
2024年04月09日 Peter Eisentraut Fix incorrect format placeholders commit | commitdiff | tree
2024年04月09日 Peter Eisentraut Update config.guess and config.sub commit | commitdiff | tree
2024年04月09日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2024年04月09日 John Naylor Get rid of anonymous struct commit | commitdiff | tree
2024年04月09日 Heikki Linnakangas libpq error message fixes commit | commitdiff | tree
2024年04月09日 Heikki Linnakangas Fix typo in docs commit | commitdiff | tree
2024年04月09日 Michael Paquier Add missing set_pglocale_pgservice() for pg_walsummary... commit | commitdiff | tree
2024年04月09日 Michael Paquier injection_points: Fix race condition with local injecti... commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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