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

git projects / postgresql.git / shortlog
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
2022年10月07日 David Rowley Fix final warnings produced by -Wshadow=compatible... commit | commitdiff | tree
2022年10月06日 Andres Freund windows: Adjust FD_SETSIZE via commandline define commit | commitdiff | tree
2022年10月06日 Andres Freund meson: Fix two comments commit | commitdiff | tree
2022年10月06日 Tom Lane Remove MemoryContextContains(). commit | commitdiff | tree
2022年10月06日 Tom Lane Remove uses of MemoryContextContains in nodeAgg.c and... commit | commitdiff | tree
2022年10月06日 Tom Lane Take care to de-duplicate entries in standby.c's table... commit | commitdiff | tree
2022年10月06日 Tom Lane Remove useless character-length checks in contrib/ltree. commit | commitdiff | tree
2022年10月06日 Tom Lane Introduce t_isalnum() to replace t_isalpha() || t_isdig... commit | commitdiff | tree
2022年10月06日 Michael Paquier Fix comment in xlogprefetcher.c commit | commitdiff | tree
2022年10月06日 Michael Paquier Refactor TAP test authentication/001_password.pl commit | commitdiff | tree
2022年10月05日 David Rowley Fix final compiler warning produced by -Wshadow=compati... commit | commitdiff | tree
2022年10月05日 David Rowley Add optional parameter to PG_TRY() macros commit | commitdiff | tree
2022年10月05日 Bruce Momjian doc: clarify description for log_startup_progress_interval commit | commitdiff | tree
2022年10月05日 Andres Freund tests: Restrict pg_locks queries in advisory_locks... commit | commitdiff | tree
2022年10月05日 Andres Freund tests: Rename conflicting role names commit | commitdiff | tree
2022年10月05日 Andres Freund meson: Add windows resource files commit | commitdiff | tree
2022年10月05日 Andres Freund meson: ecpg: Split definition of static and shared... commit | commitdiff | tree
2022年10月05日 Andres Freund meson: libpq: Revise static / shared library setup commit | commitdiff | tree
2022年10月05日 Andres Freund meson: docs: Add xml{lint,proc} wrapper to collect... commit | commitdiff | tree
2022年10月05日 Peter Eisentraut Fix whitespace commit | commitdiff | tree
2022年10月05日 David Rowley Rename shadowed local variables commit | commitdiff | tree
2022年10月05日 Michael Paquier Remove definition of JUMBLE_SIZE from queryjumble.h commit | commitdiff | tree
2022年10月05日 Michael Paquier Use macros from xlog_internal.h for WAL segment logic... commit | commitdiff | tree
2022年10月05日 Michael Paquier Add a few new patterns to the tab completion of psql commit | commitdiff | tree
2022年10月04日 Michael Paquier Fix comment in guc_tables.c commit | commitdiff | tree
2022年10月04日 Michael Paquier Cleanup useless assignments and checks commit | commitdiff | tree
2022年10月04日 Michael Paquier Add filtering capability for cross-version pg_upgrade... commit | commitdiff | tree
2022年10月03日 Andres Freund meson: llvm: Use llvm-config's --cxxflags when building... commit | commitdiff | tree
2022年10月03日 Tom Lane Fix psql's behavior with \g for a multiple-command... commit | commitdiff | tree
2022年10月03日 Andres Freund meson: respect -Dldap=disabled commit | commitdiff | tree
2022年10月03日 Tom Lane Revert "Optimize order of GROUP BY keys". commit | commitdiff | tree
2022年10月03日 Michael Paquier Add authentication TAP test for peer authentication commit | commitdiff | tree
2022年10月02日 Andres Freund ci: enable various runtime checks on FreeBSD and macOS commit | commitdiff | tree
2022年10月01日 Andres Freund ci: macos: Reduce test concurrency commit | commitdiff | tree
2022年10月01日 Andres Freund meson: Add prefix=/usr/local/pgsql to default_options commit | commitdiff | tree
2022年10月01日 Andres Freund meson: windows: Determine path to tmp_install + prefix... commit | commitdiff | tree
2022年10月01日 Peter Eisentraut Fix tiny memory leaks commit | commitdiff | tree
2022年10月01日 Michael Paquier doc: Fix some grammar and typos commit | commitdiff | tree
2022年10月01日 Andres Freund meson: mingw: Add -Wl,--disable-auto-import, enable... commit | commitdiff | tree
2022年09月30日 Tom Lane Avoid improbable PANIC during heap_update, redux. commit | commitdiff | tree
2022年09月30日 Andres Freund mingw: Define PGDLLEXPORT as __declspec (dllexport... commit | commitdiff | tree
2022年09月30日 Tom Lane Adjust PQsslAttributeNames() to match PQsslAttribute(). commit | commitdiff | tree
2022年09月30日 Alvaro Herrera Fix tab-completion after commit 790bf615ddba commit | commitdiff | tree
2022年09月30日 Daniel Gustafsson doc: Fix PQsslAttribute docs for compression commit | commitdiff | tree
2022年09月30日 Michael Paquier Remove useless argument from UnpinBuffer() commit | commitdiff | tree
2022年09月30日 Andres Freund ci: Add 32bit build and test commit | commitdiff | tree
2022年09月29日 Tom Lane Fix bogus behavior of PQsslAttribute(conn, "library"). commit | commitdiff | tree
2022年09月29日 Tom Lane Improve wording of log messages triggered by max_slot_w... commit | commitdiff | tree
2022年09月29日 Tom Lane Use actual backend IDs in pg_stat_get_backend_idset... commit | commitdiff | tree
2022年09月29日 Etsuro Fujita Update comment in ExecInsert() regarding batch insertion. commit | commitdiff | tree
2022年09月29日 Michael Paquier Introduce SYSTEM_USER commit | commitdiff | tree
2022年09月29日 Michael Paquier Mark sigint_interrupt_enabled as sig_atomic_t commit | commitdiff | tree
2022年09月29日 Andres Freund windows: Set UMDF_USING_NTSTATUS globally, include... commit | commitdiff | tree
2022年09月29日 Andres Freund meson: Implement getopt logic from autoconf commit | commitdiff | tree
2022年09月29日 Andres Freund meson: mingw: Allow multiple definitions commit | commitdiff | tree
2022年09月29日 Andres Freund meson: pg_regress: Define a HOST_TUPLE sufficient to... commit | commitdiff | tree
2022年09月29日 Andres Freund meson: windows: Normalize slashes in prefix commit | commitdiff | tree
2022年09月29日 Michael Paquier Map ERROR_INVALID_NAME to ENOENT in mapping table of... commit | commitdiff | tree
2022年09月29日 Thomas Munro Restore pg_pread and friends. commit | commitdiff | tree
2022年09月28日 David Rowley Restrict Datum sort optimization to byval types only commit | commitdiff | tree
2022年09月28日 Bruce Momjian doc: clarify internal behavior of RECURSIVE CTE queries commit | commitdiff | tree
2022年09月28日 Bruce Momjian revert "warn of SECURITY DEFINER schemas for non-sql_bo... commit | commitdiff | tree
2022年09月28日 Tom Lane Doc: document bpchar, clarify relationship of text... commit | commitdiff | tree
2022年09月28日 Tom Lane Allow callback functions to deregister themselves durin... commit | commitdiff | tree
2022年09月28日 Alvaro Herrera Change some errdetail() to errdetail_internal() commit | commitdiff | tree
2022年09月28日 Robert Haas Fix bug in DROP OWNED BY. commit | commitdiff | tree
2022年09月28日 Robert Haas Revert 56-bit relfilenode change and follow-up commits. commit | commitdiff | tree
2022年09月28日 Robert Haas Fix InitializeRelfilenumberMap for 05d4cbf9b6ba70885898... commit | commitdiff | tree
2022年09月28日 Robert Haas Fix alignment problems with SharedInvalSmgrMsg. commit | commitdiff | tree
2022年09月28日 Alvaro Herrera Remove publicationcmds.c's expr_allowed_in_node as... commit | commitdiff | tree
2022年09月28日 Michael Paquier Fix some comments of do_pg_backup_start() and do_pg_bac... commit | commitdiff | tree
2022年09月27日 Robert Haas In BufTagGetForkNum, cast to the correct type. commit | commitdiff | tree
2022年09月27日 Robert Haas Update pg_buffercache's meson.build. commit | commitdiff | tree
2022年09月27日 Robert Haas Fix typos in commit 05d4cbf9b6ba708858984b01ca0fc56d59d... commit | commitdiff | tree
2022年09月27日 Peter Eisentraut Convert *GetDatum() and DatumGet*() macros to inline... commit | commitdiff | tree
2022年09月27日 Robert Haas Include common/relpath.h in utils/relfilenumbermap.h commit | commitdiff | tree
2022年09月27日 Robert Haas Increase width of RelFileNumbers from 32 bits to 56... commit | commitdiff | tree
2022年09月27日 Robert Haas Move RelFileNumber declarations to common/relpath.h. commit | commitdiff | tree
2022年09月27日 Tom Lane Renumber GUC flags for a bit more sanity. commit | commitdiff | tree
2022年09月27日 Tom Lane Introduce GUC_NO_RESET flag. commit | commitdiff | tree
2022年09月27日 Alvaro Herrera Improve some publication-related error messages commit | commitdiff | tree
2022年09月27日 Alvaro Herrera Fix pg_stat_statements for MERGE commit | commitdiff | tree
2022年09月27日 Andres Freund ci: Add hint about downloadable logs to README commit | commitdiff | tree
2022年09月27日 Andres Freund meson: Set up absolute rpaths to libdir commit | commitdiff | tree
2022年09月27日 Andres Freund meson: Include CFLAGS/c_args in summary and pg_config... commit | commitdiff | tree
2022年09月27日 Michael Paquier Mark ParallelMessagePending as sig_atomic_t commit | commitdiff | tree
2022年09月27日 Michael Paquier Remove dependency to StringInfo in xlogbackup.{c.h} commit | commitdiff | tree
2022年09月26日 Andres Freund windows: remove date from version number in win32ver.rc commit | commitdiff | tree
2022年09月26日 Tom Lane Doc: further adjust notes about pg_upgrade_output.d. commit | commitdiff | tree
2022年09月26日 Tom Lane Enable WRITE_READ_PARSE_PLAN_TREES of rewritten utility... commit | commitdiff | tree
2022年09月26日 Tom Lane Implement WRITE_READ_PARSE_PLAN_TREES for raw parse... commit | commitdiff | tree
2022年09月26日 Peter Eisentraut Don't lose precision for float fields of Nodes. commit | commitdiff | tree
2022年09月26日 Peter Eisentraut catversion bump commit | commitdiff | tree
2022年09月26日 Peter Eisentraut Fix write/read of empty string fields in Nodes. commit | commitdiff | tree
2022年09月26日 Amit Kapila Remove unused xid parameter. commit | commitdiff | tree
2022年09月26日 Michael Paquier Refactor creation of backup_label and backup history... commit | commitdiff | tree
2022年09月25日 Tom Lane Fix tupdesc lifespan bug with AfterTriggersTableData... commit | commitdiff | tree
2022年09月25日 Tom Lane Avoid loss of code coverage with unlogged-index test... commit | commitdiff | tree
2022年09月25日 Alvaro Herrera Add missing source files to pg_waldump/nls.mk commit | commitdiff | tree
2022年09月24日 Peter Eisentraut Message style improvements commit | commitdiff | tree
next
This is the main PostgreSQL git repository.
RSS Atom

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