]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-02-08  Amit KapilaFix the logical replication timeout during large DDLs.
2023-02-07  Tom LaneRethink nullingrel marking rules in build_joinrel_tlist().
2023-02-07  Tom LaneDoc: make src/test/*/README match current reality.
2023-02-07  Tom LaneRemove leftover code in deconstruct_distribute_oj_quals().
2023-02-07  Peter EisentrautRemove useless casts to (void *) in arguments of some...
2023-02-07  Amit KapilaUse appropriate wait event when sending data in the...
2023-02-07  David RowleyMore refactoring of heapgettup() and heapgettup_pagemode()
2023-02-07  Michael PaquierInclude values of A_Const nodes in query jumbling
2023-02-06  Andres Freundci: freebsd: stop postgres instance on failure, to...
2023-02-06  Peter EisentrautFix more outdated comments
2023-02-06  Peter EisentrautFix up outdated comments
2023-02-06  Tom LaneFix up join removal's interaction with PlaceHolderVars.
2023-02-06  Peter Eisentrautdoc: Fix SQL keywords lists
2023-02-06  Robert HaasDisable STARTUP_PROGRESS_TIMEOUT in standby mode.
2023-02-06  Peter Eisentrautdoc: Fix description of SQL standard parts
2023-02-06  Peter EisentrautRemove useless casts to (void *) in hash_search() calls
2023-02-06  Michael PaquierExtend check_GUC_init() with checks on flag combination...
2023-02-06  Michael PaquierAdd support for progress reporting to pg_verifybackup
2023-02-06  Michael PaquierProperly NULL-terminate GSS receive buffer on error...
2023-02-05  Michael PaquierRevert refactoring of restore command code to shell_res...
2023-02-05  Tom LaneFix over-optimistic updating of info about commutable...
2023-02-04  Tom LaneFix thinko in qual distribution.
2023-02-04  Tom LaneFix thinko in outer-join removal.
2023-02-04  Tom LaneRethink treatment of "postponed" quals in deconstruct_j...
2023-02-04  Dean RasheedAllow underscores in integer and numeric constants.
2023-02-04  Peter EisentrautRemove unused code related to unknown type
2023-02-03  Dean RasheedMake int64_div_fast_to_numeric() more robust.
2023-02-03  Peter Eisentrautdoc: Fix XML formatting that psql cannot handle
2023-02-03  Andres Freundci: Use windows VMs instead of windows containers
2023-02-03  David RowleyReduce code duplication between heapgettup and heapgett...
2023-02-03  Amit KapilaOptimize the origin drop functionality.
2023-02-03  Thomas Munroci: Upgrade macOS version from 12 to 13.
2023-02-02  David RowleyAdd helper functions to simplify heapgettup code
2023-02-02  David RowleyFurther refactor of heapgettup and heapgettup_pagemode
2023-02-02  Thomas MunroRetire PG_SETMASK() macro.
2023-02-02  Andrew DunstanDocument installing perltidy with cpanm
2023-02-02  Dean RasheedClarify the choice of rscale in numeric_sqrt().
2023-02-02  Dean RasheedEnsure that numeric.c compiles with other NBASE values.
2023-02-02  Thomas MunroDoc: Abstract AF_UNIX sockets don't work on Windows.
2023-02-02  Amit KapilaAllow the logical_replication_mode to be used on the...
2023-02-02  David RowleyRefactor heapam.c adding heapgettup_initial_block function
2023-02-01  Peter Eisentrautmeson: Fix typo in pkgconfig generation
2023-02-01  Michael PaquierSimplify main waiting loop of the archiver process
2023-02-01  Andres Freunddblink: Fix variable confusion introduced in e4602483e95
2023-02-01  Thomas MunroTry to fix pg_upgrade test on Windows, again.
2023-01-31  Tom LaneUpdate time zone data files to tzdata release 2022g.
2023-01-31  David RowleyRemove dead NoMovementScanDirection code
2023-01-31  Tom LaneDoc: clarify use of NULL to drop comments and security...
2023-01-31  Tom LaneRemove over-optimistic Assert.
2023-01-31  Michael PaquierGenerate code for query jumbling through gen_node_suppo...
2023-01-31  Michael PaquierRemove recovery test 011_crash_recovery.pl
2023-01-31  Thomas MunroRefactor rmtree() to use get_dirent_type().
2023-01-30  Tom LaneInvent "join domains" to replace the below_outer_join...
2023-01-30  Tom LaneDo assorted mop-up in the planner.
2023-01-30  Tom LaneMake Vars be outer-join-aware.
2023-01-30  Tom LaneDoc: clarify behavior of boolean options in replication...
2023-01-30  Dean RasheedEnsure that MERGE recomputes GENERATED expressions...
2023-01-30  Amit KapilaRename GUC logical_decoding_mode to logical_replication...
2023-01-28  Thomas MunroRemove unneeded volatile qualifiers from postmaster.c.
2023-01-27  Tom LaneMinor GUC code refactoring.
2023-01-27  Andrew DunstanAllow multiple --excludes options in pgindent
2023-01-27  Peter Eisentrautmeson: Fix installation path computation
2023-01-27  Peter Eisentrautdoc: Adjust a few more references to "postmaster"
2023-01-27  David RowleyTeach planner about more monotonic window functions
2023-01-27  Michael PaquierFix behavior with pg_restore -l and compressed dumps
2023-01-26  Tom LaneImprove TimestampDifferenceMilliseconds to cope with...
2023-01-26  Tom LaneCode review for commit 05a7be935.
2023-01-26  Tom LaneDoc: use less-awkward phrasing.
2023-01-26  Robert HaasDROP ROLE regress_role_limited_admin at end of test
2023-01-26  Peter EisentrautDon't install postmaster symlink anymore
2023-01-26  Peter EisentrautRemove gratuitous references to postmaster program
2023-01-26  Peter GeogheganRevert "Add eager and lazy freezing strategies to VACUUM."
2023-01-26  Jeff DavisClarify documentation for CLUSTER on partitioned tables.
2023-01-26  Michael PaquierMake auto_explain print the query identifier in verbose...
2023-01-26  Thomas MunroFix rare sharedtuplestore.c corruption.
2023-01-26  Michael PaquierRevert "Rename contrib module basic_archive to basic_wa...
2023-01-25  Peter GeogheganDoc: update VACUUM VERBOSE freezing tip.
2023-01-25  Peter GeogheganAdd eager and lazy freezing strategies to VACUUM.
2023-01-25  Andres Freundplpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE
2023-01-25  Andres Freundplpython: Avoid the need to redefine *printf macros
2023-01-25  Tom LaneAvoid type cheats for invalid dsa_handles and dshash_ta...
2023-01-25  Michael Paquierdoc: Fix network_ops -> inet_ops in SpGiST operator...
2023-01-25  Michael PaquierRename contrib module basic_archive to basic_wal_module
2023-01-25  Thomas MunroProcess pending postmaster work before connections.
2023-01-24  Peter GeogheganUpdate more obsolete multixact.c comments.
2023-01-24  Andrew DunstanImprove exclude pattern file processing in pgindent
2023-01-24  Robert HaasAdjust interaction of CREATEROLE with role properties.
2023-01-24  Amit KapilaFix the Drop Database hang.
2023-01-24  Andres Freundlibpqwalreceiver: Convert to libpq-be-fe-helpers.h
2023-01-24  Andres Freunddblink, postgres_fdw: Handle interrupts during connecti...
2023-01-24  Andres FreundAdd helper library for use of libpq inside the server...
2023-01-24  Andres FreundFix error handling in libpqrcv_connect()
2023-01-24  David RowleyUse OFFSET 0 instead of ORDER BY to stop subquery pullup
2023-01-23  David RowleyFix LATERAL join test in test memoize.sql
2023-01-23  Peter EisentrautFix XLogPageRead() comment
2023-01-23  Dean RasheedAdd non-decimal integer support to type numeric.
2023-01-23  Tom LaneFix pgindent --show-diff option.
2023-01-23  Tom LaneRemove special outfuncs/readfuncs handling of RangeVar...
2023-01-23  Andrew DunstanAdd a test using ldapbindpasswd in pg_hba.conf
2023-01-23  Andrew DunstanRestructure Ldap TAP test
next