]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2023-10-17  Nathan BossartAvoid calling proc_exit() in processes forked by system().
2023-10-17  Robert HaasReword messages about impending (M)XID exhaustion.
2023-10-17  Robert HaasTalk about assigning, rather than generating, new Multi...
2023-10-17  Michael PaquierImprove truncation of pg_serial/, removing "apparent...
2023-10-17  Alexander KorotkovRun 006_login_trigger.pl only with Unix-domain sockets
2023-10-17  Amit KapilaRestart the apply worker if the privileges have been...
2023-10-16  Tom LaneAdd regression test coverage for timetz_izone().
2023-10-16  Tom LaneEnsure we have a snapshot while dropping ON COMMIT...
2023-10-16  Nathan BossartMove extra code out of the Pre/PostRestoreCommand(...
2023-10-16  Robert HaasUpdate the documentation on recovering from (M)XID...
2023-10-16  Alexander KorotkovList 006_login_trigger.pl test for meson
2023-10-16  Michael Paquierworker_spi: Fix test failure with BGWORKER_BYPASS_ROLEL...
2023-10-16  Thomas MunroTry to handle torn reads of pg_control in frontend.
2023-10-16  Michael Paquierworker_spi: Bump up max_worker_processes in TAP tests
2023-10-16  Alexander KorotkovRename 005_login_trigger.pl to 006_login_trigger.pl
2023-10-16  Alexander KorotkovFix role names in src/test/authentication/t/005_login_t...
2023-10-16  Michael PaquierAdd a few recent commits to .git-blame-ignore-revs
2023-10-16  Michael PaquierFix code indentation violations in e83d1b0c40cc
2023-10-16  Thomas MunroFix comment from commit 22655aa231.
2023-10-16  Alexander KorotkovAdd support event triggers on authenticated login
2023-10-15  Thomas MunroAcquire ControlFileLock in relevant SQL functions.
2023-10-14  Noah MischDissociate btequalimage() from interval_ops, ending...
2023-10-14  Noah MischDon't spuriously report FD_SETSIZE exhaustion on Windows.
2023-10-14  Tom LaneHarden xxx_is_visible() functions against concurrent...
2023-10-14  Tom LaneHarden has_xxx_privilege() functions against concurrent...
2023-10-14  Andres FreundFix bulk table extension when copying into multiple...
2023-10-13  Nathan BossartImprove the naming in wal_sync_method code.
2023-10-13  Daniel GustafssonUpdate oldextversions test for pg_stat_statements 1.11
2023-10-13  Amit KapilaDoc: Add more links in logical replication pages.
2023-10-13  Michael Paquierpsql: Add completion support for AT [ LOCAL | TIME...
2023-10-13  Michael PaquierAdd support for AT LOCAL
2023-10-13  Thomas MunroAdd wait events for checkpoint delay mechanism.
2023-10-13  Michael Paquierdoc: Mention timezone(zone, time) in section for AT...
2023-10-12  Robert HaasUnify two isLogSwitch tests in XLogInsertRecord.
2023-10-12  David RowleyFix runtime partition pruning for HASH partitioned...
2023-10-12  David RowleyDoc: fix grammatical errors for enable_partitionwise_ag...
2023-10-12  David RowleyFix incorrect step generation in HASH partition pruning
2023-10-12  Michael PaquierAdd option to bgworkers to allow the bypass of role...
2023-10-11  Tom LaneReindent comment in GenericXLogFinish().
2023-10-11  Tom LaneFix missed optimization in relation_excluded_by_constra...
2023-10-11  Heikki LinnakangasMove canAcceptConnections check from ProcessStartupPack...
2023-10-11  Michael PaquierImprove some wording in pg_upgrade/IMPLEMENTATION
2023-10-11  Michael PaquierRefactor InitPostgres() to use bitwise option flags
2023-10-10  Bruce Momjiandoc: pg_upgrade: use dynamic new cluster major version...
2023-10-10  Bruce Momjiandoc: clarify that SSPI and GSSAPI are interchangeable
2023-10-10  Bruce Momjiandoc: Move CREATE ROLE's IN GROUP and USER to deprecated
2023-10-10  Bruce Momjiandoc: foreign servers with pushdown need matching collation
2023-10-10  Bruce Momjiandoc: add SSL configuration section reference
2023-10-10  Bruce Momjiandoc: clarify how the bootstrap user name is chosen
2023-10-10  Bruce Momjiandoc: document the need to analyze partitioned tables
2023-10-10  Jeff DavisFix bug in GenericXLogFinish().
2023-10-10  Tom LaneReplace has_multiple_baserels() with a bitmap test...
2023-10-10  Michael Paquiertest_decoding: Remove unnecessary table in twophase...
2023-10-10  Peter Eisentrautpg_resetwal: Corrections around -c option
2023-10-10  Peter EisentrautAdd const to values and nulls arguments
2023-10-10  David RowleyFix possible crash in add_paths_to_append_rel()
2023-10-10  David RowleyRevert "Optimize various aggregate deserialization...
2023-10-10  Michael Paquierworker_spi: Fix another stability issue with BGWORKER_B...
2023-10-09  Tom LaneDoc: use CURRENT_USER not USER in plpgsql trigger examples.
2023-10-09  Heikki LinnakangasRename StartBackgroundWorker() to BackgroundWorkerMain().
2023-10-09  Heikki LinnakangasAllocate Backend structs in PostmasterContext.
2023-10-09  Heikki LinnakangasClarify the checks in RegisterBackgroundWorker.
2023-10-09  David RowleyOptimize various aggregate deserialization functions
2023-10-09  Amit KapilaRemove duplicate words in docs and code comments.
2023-10-09  David RowleyStrip off ORDER BY/DISTINCT aggregate pathkeys in creat...
2023-10-09  David RowleyRemove debug_print_rel and replace usages with pprint
2023-10-07  Alexander KorotkovFix another typo in e0b1ee17dc
2023-10-07  Tom LaneRestore proper linkage of pg_char_to_encoding() and...
2023-10-07  Alexander KorotkovFix typos in e0b1ee17dc
2023-10-06  Peter EisentrautAdd test for checking the line length of --help output
2023-10-06  Peter EisentrautRemove environment-variable-based defaults in psql...
2023-10-06  Etsuro FujitaRemove extra parenthesis from comment.
2023-10-06  Alexander KorotkovSkip checking of scan keys required for directional...
2023-10-06  Heikki LinnakangasFix crash on syslogger startup
2023-10-06  Michael Paquierworker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN
2023-10-06  Michael Paquierworker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN
2023-10-05  Peter EisentrautPush attcompression and attstorage handling into BuildD...
2023-10-05  Peter EisentrautMove BuildDescForRelation() from tupdesc.c to tablecmds.c
2023-10-05  Peter EisentrautPush attidentity and attgenerated handling into BuildDe...
2023-10-05  Heikki LinnakangasRefactor ListenSocket array.
2023-10-05  Alvaro HerreraImprove JsonLexContext's freeability
2023-10-05  David RowleyConsider cheap startup paths in add_paths_to_append_rel
2023-10-05  David RowleyFix memory leak in Memoize code
2023-10-05  Peter EisentrautConstify crc32_sz
2023-10-05  Peter EisentrautModernize const handling with readline
2023-10-05  Michael Paquierworker_spi: Expand set of options to start workers
2023-10-05  Michael Paquierdblink: Replace WAIT_EVENT_EXTENSION with custom wait...
2023-10-05  Michael Paquierpostgres_fdw: Replace WAIT_EVENT_EXTENSION with custom...
2023-10-04  Nathan BossartDocument that --sync-method takes an argument.
2023-10-04  Peter Eisentrautdoc: Clarify not-null constraints in information schema
2023-10-04  Michael Paquiertest_shm_mq: Replace WAIT_EVENT_EXTENSION with custom...
2023-10-04  Michael Paquierworker_spi: Rename custom wait event to "WorkerSpiMain"
2023-10-03  Tom LaneDoc: suppress "exceed the available area" warning in...
2023-10-03  Peter EisentrautRemove RelationGetIndexRawAttOptions()
2023-10-03  Peter EisentrautRemove IndexInfo.ii_OpclassOptions field
2023-10-03  Tom LaneAdd some notes about why "ALTER TYPE enum DROP VALUE...
2023-10-03  Robert HaasIn basebackup.c, refactor to create read_file_data_into...
2023-10-03  Robert HaasIn basebackup.c, refactor to create verify_page_checksum.
2023-10-03  Michael PaquierAvoid memory size overflow when allocating backend...
2023-10-03  Peter EisentrautFix incorrect format placeholder
next