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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2023年11月13日 Tom Lane Improve default and empty privilege outputs in psql. commit | commitdiff | tree
2023年11月13日 Bruce Momjian doc: move ROW IS NULL examples to a different chapter commit | commitdiff | tree
2023年11月13日 Bruce Momjian doc: clarify that pg_global can _only_ be used for... commit | commitdiff | tree
2023年11月13日 Bruce Momjian Adjust file_fdw regression tests for acc95f29ef FREEZE... commit | commitdiff | tree
2023年11月13日 Bruce Momjian doc: restructure ALTER DEFAULT PRIVILEGES commit | commitdiff | tree
2023年11月13日 Tom Lane Improve readability and error detection of array_in(). commit | commitdiff | tree
2023年11月13日 Bruce Momjian doc: correct description of libpq's PQsetnonblocking... commit | commitdiff | tree
2023年11月13日 Bruce Momjian Add error about the use of FREEZE in COPY TO commit | commitdiff | tree
2023年11月13日 Bruce Momjian doc: remove RUNAS instructions for pg_upgrade on Windows commit | commitdiff | tree
2023年11月13日 Tom Lane Don't release index root page pin in ginFindParents(). commit | commitdiff | tree
2023年11月13日 Daniel Gustafsson doc: Add missing semicolon in example commit | commitdiff | tree
2023年11月13日 Etsuro Fujita Remove incorrect file reference in comment. commit | commitdiff | tree
2023年11月13日 Amit Kapila Use REGBUF_NO_CHANGE at one more place in the hash... commit | commitdiff | tree
2023年11月12日 Michael Paquier Extend sendFileWithContent() to handle custom content... commit | commitdiff | tree
2023年11月12日 Michael Paquier Add ability to reset all shared stats types in pg_stat_... commit | commitdiff | tree
2023年11月12日 Michael Paquier Fix inconsistencies for queries on pg_class in type_san... commit | commitdiff | tree
2023年11月10日 Alexander Korotkov Fix how SJE checks against PHVs commit | commitdiff | tree
2023年11月10日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2023年11月10日 Amit Kapila Prohibit max_slot_wal_keep_size to value other than... commit | commitdiff | tree
2023年11月09日 Bruce Momjian doc: fix wording describing the checkpoint_flush_after GUC commit | commitdiff | tree
2023年11月09日 Bruce Momjian doc: remove unnecessary comma in postgres-fdw commit | commitdiff | tree
2023年11月09日 Tom Lane Fix computation of varnullingrels when const-folding... commit | commitdiff | tree
2023年11月09日 Peter Eisentraut meson: Install missing example files commit | commitdiff | tree
2023年11月09日 Peter Eisentraut meson: Fix doc installation path computation commit | commitdiff | tree
2023年11月09日 Alexander Korotkov Fix the way SJE removes references from PHVs commit | commitdiff | tree
2023年11月09日 Dean Rasheed Avoid integer overflow hazard in interval_time(). commit | commitdiff | tree
2023年11月09日 Dean Rasheed Fix AFTER ROW trigger execution in MERGE cross-partitio... commit | commitdiff | tree
2023年11月09日 David Rowley Ensure we use the correct spelling of "ensure" commit | commitdiff | tree
2023年11月09日 Dean Rasheed Fix corner-case 64-bit integer subtraction bug on some... commit | commitdiff | tree
2023年11月09日 Amit Kapila Fix uninitialized slot array access during the upgrade. commit | commitdiff | tree
2023年11月09日 Michael Paquier pg_stat_statements: Remove duplicated tests for SET... commit | commitdiff | tree
2023年11月08日 Heikki Linnakangas Fix bug in the new ResourceOwner implementation. commit | commitdiff | tree
2023年11月08日 Bruce Momjian doc:: simplify introductory text commit | commitdiff | tree
2023年11月08日 Bruce Momjian README: remove duplicate download link & mention relat... commit | commitdiff | tree
2023年11月08日 Bruce Momjian doc: change "system" to "cluster" where appropriate commit | commitdiff | tree
2023年11月08日 Bruce Momjian doc: mention that ANALYZE does block DDL commit | commitdiff | tree
2023年11月08日 Alvaro Herrera Check stack depth in new recursive functions commit | commitdiff | tree
2023年11月08日 Tom Lane Fix some issues with tracking nesting level in pg_stat_... commit | commitdiff | tree
2023年11月08日 Alvaro Herrera Call pqPipelineFlush from PQsendFlushRequest commit | commitdiff | tree
2023年11月08日 Heikki Linnakangas Change pgcrypto to use the new ResourceOwner mechanism. commit | commitdiff | tree
2023年11月08日 Heikki Linnakangas Use a faster hash function in resource owners. commit | commitdiff | tree
2023年11月08日 Heikki Linnakangas Make ResourceOwners more easily extensible. commit | commitdiff | tree
2023年11月08日 Heikki Linnakangas Move a few ResourceOwnerEnlarge() calls for safety... commit | commitdiff | tree
2023年11月08日 Peter Eisentraut Don't install ldap_password_func in meson commit | commitdiff | tree
2023年11月08日 Michael Paquier Fix use of OPENSSL in SSL tests if command is not found commit | commitdiff | tree
2023年11月08日 Michael Paquier Enlarge assertion in bloom_init() for false_positive_rate commit | commitdiff | tree
2023年11月07日 Alvaro Herrera Stop including parsenodes.h in plannodes.h commit | commitdiff | tree
2023年11月07日 Peter Eisentraut citext: Allow tests to pass in OpenSSL FIPS mode commit | commitdiff | tree
2023年11月07日 Amit Kapila Fix the test 003_logical_slots. commit | commitdiff | tree
2023年11月07日 Michael Paquier Reorder two functions in inval.c commit | commitdiff | tree
2023年11月06日 David Rowley Make use of initReadOnlyStringInfo() in more places commit | commitdiff | tree
2023年11月06日 Tom Lane Detect integer overflow while computing new array dimen... commit | commitdiff | tree
2023年11月06日 Tom Lane Compute aggregate argument types correctly in transform... commit | commitdiff | tree
2023年11月06日 Peter Eisentraut Remove distprep commit | commitdiff | tree
2023年11月06日 Noah Misch Set GUC "is_superuser" in all processes that set Authen... commit | commitdiff | tree
2023年11月06日 Noah Misch Ban role pg_signal_backend from more superuser backend... commit | commitdiff | tree
2023年11月06日 Daniel Gustafsson Add XMLText function (SQL/XML X038) commit | commitdiff | tree
2023年11月06日 Peter Eisentraut pg_resetwal: Add more tests and test coverage commit | commitdiff | tree
2023年11月06日 Peter Eisentraut doc: pg_resetwal: Add comments how the multipliers... commit | commitdiff | tree
2023年11月06日 Alexander Korotkov Fix allocation of UniqueRelInfo commit | commitdiff | tree
2023年11月05日 Peter Eisentraut More consistent behavior of GetDataDirectoryCreatePerm... commit | commitdiff | tree
2023年11月04日 David Rowley Try again to fix the MSVC build commit | commitdiff | tree
2023年11月04日 Alexander Korotkov Fix usage of the parse tree for estimate_num_groups... commit | commitdiff | tree
2023年11月03日 Andres Freund meson: docs: Install all manpages, not just ones in... commit | commitdiff | tree
2023年11月03日 Bruce Momjian doc: move HBA reload instructions above the syntax... commit | commitdiff | tree
2023年11月03日 Bruce Momjian doc: \copy can get data values \. and end-of-input... commit | commitdiff | tree
2023年11月03日 Bruce Momjian doc: CREATE DATABASE doesn't copy db-level perms. from... commit | commitdiff | tree
2023年11月03日 Bruce Momjian doc: mention ORDER BY for some aggregates, add ORDER... commit | commitdiff | tree
2023年11月03日 Tom Lane Doc: update CREATE RULE ref page's hoary discussion... commit | commitdiff | tree
2023年11月03日 Bruce Momjian doc: ALTER DEFAULT PRIVILEGES does not affect inherite... commit | commitdiff | tree
2023年11月03日 David Rowley Add missing unicode_category.c to MSVC build scripts commit | commitdiff | tree
2023年11月02日 David Rowley Stabilize postgres_fdw tests on 32-bit machines commit | commitdiff | tree
2023年11月02日 Tom Lane Make GetConfigOption/GetConfigOptionResetString return... commit | commitdiff | tree
2023年11月02日 Tom Lane Be more wary about NULL values for GUC string variables. commit | commitdiff | tree
2023年11月02日 David Rowley Attempt to stabilize postgres_fdw tests commit | commitdiff | tree
2023年11月02日 Jeff Davis Additional unicode primitive functions. commit | commitdiff | tree
2023年11月02日 Michael Paquier Prevent startup of logical replication launcher during... commit | commitdiff | tree
2023年11月02日 Michael Paquier Fix 003_check_guc.pl when loading modules with custom... commit | commitdiff | tree
2023年11月02日 David Rowley Increase DEFAULT_FDW_TUPLE_COST from 0.01 to 0.2 commit | commitdiff | tree
2023年11月01日 Michael Paquier doc: Replace reference to ERRCODE_RAISE_EXCEPTION by... commit | commitdiff | tree
2023年11月01日 Bruce Momjian doc: add reference to wire protocol details commit | commitdiff | tree
2023年11月01日 Daniel Gustafsson Fix function name in comment commit | commitdiff | tree
2023年11月01日 Michael Paquier doc: Expand section related to LWLocks and shared memory commit | commitdiff | tree
2023年10月31日 Bruce Momjian doc: add missing word to sentence about Paris commit | commitdiff | tree
2023年10月31日 Bruce Momjian C comment: mention why no setting lasterrno in dir_exis... commit | commitdiff | tree
2023年10月31日 Bruce Momjian C comment: improve statistics computation comment... commit | commitdiff | tree
2023年10月31日 Bruce Momjian C comment: adjust statistics mention commit | commitdiff | tree
2023年10月31日 Bruce Momjian doc: improve ALTER SYSTEM description of value list... commit | commitdiff | tree
2023年10月31日 Bruce Momjian doc: improve bpchar and character type length details commit | commitdiff | tree
2023年10月31日 Bruce Momjian doc: add function argument and query parameter limits commit | commitdiff | tree
2023年10月31日 Bruce Momjian doc: 1-byte varlena headers can be used for user PLAIN... commit | commitdiff | tree
2023年10月31日 Bruce Momjian improve alignment of postgresql.conf comments commit | commitdiff | tree
2023年10月31日 David Rowley Adjust the order of the prechecks in pgrowlocks() commit | commitdiff | tree
2023年10月30日 Noah Misch Diagnose !indisvalid in more SQL functions. commit | commitdiff | tree
2023年10月30日 Noah Misch amcheck: Distinguish interrupted page deletion from... commit | commitdiff | tree
2023年10月30日 Bruce Momjian pgindent run to fix commits de64268561 and 5ae2087202a commit | commitdiff | tree
2023年10月30日 Peter Eisentraut Fill in more of ObjectProperty commit | commitdiff | tree
2023年10月30日 Amit Kapila Add STREAM_START/STREAM_STOP for transactional messages... commit | commitdiff | tree
2023年10月30日 Alexander Korotkov Fix indentation in contrib/amcheck/verify_nbtree.c commit | commitdiff | tree
2023年10月30日 Michael Paquier Expand regression tests for pg_stat_reset_shared() commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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