]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2024-11-27  Thomas MunroIf a C23 compiler is detected, try asking for C17. REL9_4_STABLE github/REL9_4_STABLE
2024-06-26  Andrew DunstanRemove redundant perl version checks
2023-01-17  Tom LaneCreate common infrastructure for cross-version upgrade...
2022-11-17  Noah MischAccount for IPC::Run::result() Windows behavior change.
2022-11-09  Michael PaquierFix compilation warnings with libselinux 3.1 in contrib...
2022-10-16  Tom LaneRename parser token REF to REF_P to avoid a symbol...
2022-09-21  Tom LaneSuppress more variable-set-but-not-used warnings from...
2022-09-20  Tom LaneDisable -Wdeprecated-non-prototype in the back branches.
2022-06-01  Tom LaneFix pl/perl test case so it will still work under Perl...
2022-02-10  Andrew DunstanUse gendef instead of pexports for building windows...
2022-01-23  Tom LaneSuppress variable-set-but-not-used warning from clang 13.
2021-12-13  Tom LaneSilence another gcc 11 warning.
2021-12-13  Tom LaneSuppress -Warray-parameter warnings in pgcrypto/sha2.c.
2021-12-13  Tom LaneReformat imath.c macro to remove -Wmisleading-indentati...
2021-12-12  Tom LaneClean up compilation warnings coming from PL/Perl with...
2021-12-12  Tom LaneMake ecpg's rjulmdy() and rmdyjul() agree with their...
2021-12-12  Tom LaneUse return instead of exit() in configure
2020-02-10  Tom LaneStamp 9.4.26. REL9_4_26
2020-02-10  Tom LaneLast-minute updates for release notes.
2020-02-10  Alvaro Herreracreateuser: fix parsing of --connection-limit argument
2020-02-10  Peter EisentrautTranslation updates
2020-02-09  Tom LaneRelease notes for 12.2, 11.7, 10.12, 9.6.17, 9.5.21...
2020-02-06  Fujii MasaoAdd note about access permission checks by inherited...
2020-02-03  Fujii MasaoRevert commit 56bc82a511.
2020-02-01  Thomas MunroFix memory leak on DSM slot exhaustion.
2020-01-31  Tom LaneFix CheckAttributeType's handling of collations for...
2020-01-31  Tom LaneFix parallel pg_dump/pg_restore for failure to create...
2020-01-30  Fujii MasaoMake inherited TRUNCATE perform access permission check...
2020-01-23  Tom LaneFix an oversight in commit 4c70098ff.
2020-01-23  Tom LaneClean up formatting.c's logic for matching constant...
2020-01-22  Michael PaquierFix concurrent indexing operations with temporary tables
2020-01-21  Andres FreundFix edge case leading to agg transitions skipping ExecA...
2020-01-21  Michael PaquierAdd GUC variables for stat tracking and timeout as...
2020-01-20  Tom LaneFix pg_dump's sigTermHandler() to use _exit() not exit().
2020-01-17  Tom LaneRepair more failures with SubPlans in multi-row VALUES...
2020-01-17  Alvaro HerreraSet ReorderBufferTXN->final_lsn more eagerly
2020-01-14  Dean RasheedMake rewriter prevent auto-updates on views with condit...
2020-01-12  Tom LaneFix edge-case crashes and misestimation in range contai...
2020-01-10  Michael Paquierdoc: Fix naming of SELinux
2020-01-08  Michael PaquierRevert "Forbid DROP SCHEMA on temporary namespaces"
2020-01-02  Amit KapilaFix running out of file descriptors for spill files.
2020-01-01  Bruce MomjianUpdate copyrights for 2020
2019-12-27  Bruce Momjiandoc: add examples of creative use of unique expression...
2019-12-27  Bruce Momjiandocs: clarify infinite range values from data-type...
2019-12-27  Michael PaquierForbid DROP SCHEMA on temporary namespaces
2019-12-24  Thomas MunroRotate instead of shifting hash join batch number.
2019-12-23  Joe ConwayDisallow null category in crosstab_hash
2019-12-23  Tom LanePrevent a rowtype from being included in itself via...
2019-12-23  Michael PaquierCombine initdb tests that successfully create a data...
2019-12-22  Tom LaneAvoid low-probability regression test failures in times...
2019-12-21  Tom LaneIn pgwin32_open, loop after ERROR_ACCESS_DENIED only...
2019-12-21  Bruce Momjiandocs: clarify handling of column lists in COPY TO...
2019-12-20  Tom Lanelibpq should expose GSS-related parameters even when...
2019-12-17  Tom LaneFix error reporting for index expressions of prohibited...
2019-12-16  Tom LaneOn Windows, wait a little to see if ERROR_ACCESS_DENIED...
2019-12-12  Tom LaneFix EXTRACT(ISOYEAR FROM timestamp) for years BC.
2019-12-12  Tom LaneRemove redundant function calls in timestamp[tz]_part().
2019-12-11  Tom LaneDoc: back-patch documentation about limitations of...
2019-12-09  Tom LaneFix race condition in our Windows signal emulation.
2019-12-08  Noah MischDocument search_path security with untrusted dbowner...
2019-12-03  Tomas VondraEnsure maxlen is at leat 1 in dict_int
2019-12-01  Tom LaneFix misbehavior with expression indexes on ON COMMIT...
2019-11-30  Tomas VondraFix off-by-one error in PGTYPEStimestamp_fmt_asc
2019-11-27  Etsuro FujitaFix typo in comment.
2019-11-24  Tom LaneAvoid assertion failure with LISTEN in a serializable...
2019-11-21  Tom LaneDefend against self-referential views in relation_is_up...
2019-11-20  Magnus HaganderRemove incorrect markup
2019-11-19  Alexander KorotkovRevise GIN README
2019-11-19  Alexander KorotkovFix traversing to the deleted GIN page via downlink
2019-11-19  Tom LaneDoc: clarify use of RECURSIVE in WITH.
2019-11-19  Tom LaneDoc: clarify behavior of ALTER DEFAULT PRIVILEGES ...
2019-11-17  Tom LaneFurther fix dumping of views that contain just VALUES...
2019-11-13  Tom LaneHandle arrays and ranges in pg_upgrade's test for non...
2019-11-11  Tom LaneStamp 9.4.25. REL9_4_25
2019-11-11  Tom LaneDoc: fix ancient mistake, or at least obsolete info...
2019-11-11  Peter EisentrautTranslation updates
2019-11-10  Tom LaneRelease notes for 12.1, 11.6, 10.11, 9.6.16, 9.5.20...
2019-11-09  Tom LaneRemove test case that doesn't work with --disable-integ...
2019-11-08  Etsuro Fujitapostgres_fdw: Fix error message for PREPARE TRANSACTION.
2019-11-07  Bruce Momjiandocs: clarify that only INSERT and UPDATE triggers...
2019-11-07  Tom LaneMove declaration of ecpg_gettext() to a saner place.
2019-11-07  Tom LaneFix integer-overflow edge case detection in interval_mu...
2019-11-07  Fujii MasaoFix assertion failure when running pgbench -s.
2019-11-06  Michael PaquierFix timestamp of sent message for write context in...
2019-11-06  Bruce Momjiandoc: fix plurality typo on bgwriter doc sentence
2019-11-05  Tom LaneAvoid logging complaints about abandoned connections...
2019-11-05  Alvaro HerreraChange pg_restore -f- to dump to stdout instead of...
2019-11-04  Tom LaneStabilize pg_dump output order for similarly-named...
2019-11-04  Peter EisentrautCatch invalid typlens in a couple of places
2019-11-01  Michael PaquierFix race condition at backend exit when deleting elemen...
2019-10-26  Tom LaneFix pg_dump's handling of circular dependencies in...
2019-10-24  Bruce Momjiandocs: fix wording of REFRESH CONCURRENTLY manual page
2019-10-23  Michael PaquierClean up properly error_context_stack in autovacuum...
2019-10-21  Tom LaneDeal with yet another issue related to "Norwegian ...
2019-10-21  Tom LaneUse CFLAGS_SL while probing linkability of libperl.
2019-10-21  Tom LaneSelect CFLAGS_SL at configure time, not in platform...
2019-10-19  Noah MischFor PowerPC instruction "addi", use constraint "b".
2019-10-18  Fujii MasaoFix failure of archive recovery with recovery_min_apply...
2019-10-17  Alvaro HerreraFix minor bug in logical-replication walsender shutdown
2019-10-16  Thomas MunroFix bug that could try to freeze running multixacts.
next