]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2022-07-20  Dean RasheedMake subquery aliases optional in the FROM clause.
2022-07-20  Alvaro HerreraAdd PGDLLEXPORTS to some plpgsql function declarations
2022-07-20  Thomas MunroFix warnings on Windows.
2022-07-20  Thomas MunroAdd wal_sync_method=fdatasync for Windows.
2022-07-20  Fujii MasaoFix assertion failure and segmentation fault in backup...
2022-07-20  Fujii MasaoPrevent BASE_BACKUP in the middle of another backup...
2022-07-20  Michael PaquierTweak detail and hint messages to be consistent with...
2022-07-20  Fujii MasaoAdd regression test for TRUNCATE on foreign table not...
2022-07-19  Tom LaneFix missed corner cases for grantable permissions on...
2022-07-19  Tom LaneConvert planner's AggInfo and AggTransInfo structs...
2022-07-19  Tom LaneEstimate cost of elided SubqueryScan, Append, MergeAppe...
2022-07-19  Alvaro HerreraWrap overly long lines
2022-07-19  Peter EisentrautClean up temp file from refactored dtrace rule
2022-07-19  Peter EisentrautConvert macros to static inline functions (itup.h)
2022-07-19  Michael PaquierRework logic and simplify syntax of REINDEX DATABASE...
2022-07-19  Michael PaquierAdd more tests for REINDEX DATABASE/SYSTEM with relfile...
2022-07-19  Andres FreundUse STDOUT/STDERR_FILENO in most of syslogger.
2022-07-19  Andres Freundwindows: msvc: Define STDIN/OUT/ERR_FILENO.
2022-07-18  Tom LaneImprove perl style in ecpg's parser-construction scripts.
2022-07-18  Andres Freundecpg: use our instead of my in parse.pl to fix perlcrit...
2022-07-18  Andres FreundRefactor dtrace postprocessing make rules
2022-07-18  Andres FreundAdd output directory option to gen_node_support.pl
2022-07-18  Andres FreundAdd output directory argument to generate-unicode_norm_...
2022-07-18  Andres FreundAdd output file argument to generate-errcodes.pl
2022-07-18  Andres FreundAdd output path arg in generate-lwlocknames.pl
2022-07-18  Andres FreundMove snowball_create.sql creation into perl file
2022-07-18  Andres Freundecpg: Output dir, source dir, stamp file argument for...
2022-07-18  Andres Freundpsql: Output dir and dependency generation for sql_help
2022-07-18  Andres FreundDeal with paths containing \ and spaces in basebackup_t...
2022-07-18  Tomas VondraReinstate tests accidentally removed by e3fcca0d0d
2022-07-18  Peter Eisentrautpg_upgrade: Adjust quoting style in message to match...
2022-07-18  Peter EisentrautAdd another SQL/JSON error code
2022-07-18  Peter EisentrautConvert macros to static inline functions (tupmacs.h)
2022-07-18  Andres FreundMark all symbols exported from extension libraries...
2022-07-18  Andres FreundFix configure executable permissions.
2022-07-18  Andres FreundDefault to hidden visibility for extension libraries...
2022-07-18  Andres FreundRemove now superfluous declarations of dlsym()ed symbols.
2022-07-18  Andres FreundAdd central declarations for dlsym()ed symbols
2022-07-17  Tom Lanepostgres_fdw: be more wary about shippability of reg...
2022-07-17  Tom LaneFix omissions in support for the "regcollation" type.
2022-07-17  Tom Lanepostgres_fdw: set search_path to 'pg_catalog' while...
2022-07-17  Tom LaneDisable unstable test cases in src/test/ssl/t/001_sslte...
2022-07-16  Tom LaneDisable unstable test cases in src/test/ssl/t/001_sslte...
2022-07-16  Tom LaneRemove postmaster.c's reset_shared() wrapper function.
2022-07-16  Peter EisentrautAttempt to fix compiler warning on old compiler
2022-07-16  Peter EisentrautAttempt to fix compiler warning on old compiler
2022-07-16  Peter EisentrautReplace many MemSet calls with struct initialization
2022-07-16  Thomas MunroEmulate sigprocmask(), not sigsetmask(), on Windows.
2022-07-16  Thomas MunroMake dsm_impl_posix_resize more future-proof.
2022-07-15  Peter EisentrautLog details for client certificate failures
2022-07-15  Peter EisentrautConvert macros to static inline functions (xlog_internal.h)
2022-07-15  Peter EisentrautSupport gcc -fkeep-inline-functions
2022-07-15  David RowleyFix inconsistent parameter names between prototype...
2022-07-15  Bruce Momjiandocs: make monitoring "phases" table titles consistent
2022-07-14  Bruce Momjiandoc: clarify how dropping of extensions affects depend...
2022-07-14  Bruce Momjianpg_upgrade doc: mention that replication slots must...
2022-07-14  Bruce Momjiandoc: add documentation about ecpg Oracle-compatibility...
2022-07-14  Bruce Momjiandoc: move system views section to its own chapter
2022-07-14  Bruce Momjiandoc: clarify the behavior of identically-named savepoints
2022-07-14  Bruce Momjiandoc: clarify that "excluded" ON CONFLICT is a single row
2022-07-14  Bruce Momjiandoc: mention that INSERT can block because of unique...
2022-07-14  Bruce Momjiandoc: mention the pg_locks lock names in parentheses
2022-07-14  Thomas MunroDon't clobber postmaster sigmask in dsm_impl_resize.
2022-07-14  Tom LaneTighten up parsing logic in gen_node_support.pl.
2022-07-14  Thomas MunroAvoid shadowing a variable in sync.c.
2022-07-14  Thomas MunroCreate a distinct wait event for POSIX DSM allocation.
2022-07-14  Thomas MunroRemove redundant ftruncate() for POSIX DSM memory.
2022-07-14  Thomas MunroBlock signals while allocating DSM memory.
2022-07-14  John NaylorCorrect some uses of e.g. and i.e. in message strings...
2022-07-14  Michael PaquierRemove support for Visual Studio 2013
2022-07-13  Michael PaquierFix output of createuser --help with --valid-until
2022-07-13  Tom LaneMop up pg_upgrade's nls.mk for commit b0a55e432.
2022-07-13  Tom LaneRevert "Use wildcards instead of manually-maintained...
2022-07-13  Tom LaneAvoid unsatisfied-external-reference errors in static...
2022-07-13  Tom LaneUse wildcards instead of manually-maintained file lists...
2022-07-13  Tom LaneRemove artificial restrictions on which node types...
2022-07-13  Peter EisentrautConvert macros to static inline functions (bufmgr.h)
2022-07-13  Peter EisentrautConvert macros to static inline functions (itemptr.h)
2022-07-13  Alvaro HerreraPlug memory leak
2022-07-13  Alvaro HerreraFix flag tests in src/test/modules/test_oat_hooks
2022-07-13  Peter EisentrautAllow specifying STORAGE attribute for a new table
2022-07-13  Peter EisentrautRemove useless assertions
2022-07-13  Alvaro HerreraFix XID list support some more
2022-07-13  Peter EisentrautFix for make unportability
2022-07-13  Peter EisentrautNLS: Put list of available languages into LINGUAS files
2022-07-13  David RowleySmall cleanup of create_list_bounds()
2022-07-13  Michael Paquiercreateuser: Add support for more clause types through...
2022-07-13  David RowleyUse list_copy_head() instead of list_truncate(list_copy...
2022-07-13  Michael Paquiercreateuser: Cleanup and fix internal option ordering
2022-07-13  David RowleyTidy up code in get_cheapest_group_keys_order()
2022-07-12  Tom LaneFix ECPG's handling of type names that match SQL keywords.
2022-07-12  Tom LaneInvent qsort_interruptible().
2022-07-12  Tom LaneImprove error reporting from validate_exec().
2022-07-12  Tom LaneRemove trailing newlines in pg_upgrade's message strings.
2022-07-12  Tom LaneAdd defenses against unexpected changes in the NodeTag...
2022-07-12  Tom LaneInvent nodetag_only attribute for Nodes.
2022-07-12  Robert HaasRename some functions to mention Relation instead of...
2022-07-12  Alvaro HerreraAdd copy/equal support for XID lists
2022-07-12  John NaylorFix out-of-bounds read in json_lex_string
2022-07-12  Fujii MasaoSupport TRUNCATE triggers on foreign tables.
next