]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2023-10-03  David RowleyTidy-up some appendStringInfo*() usages
2023-10-03  Michael PaquierFail hard on out-of-memory failures in xlogreader.c
2023-10-02  Michael PaquierReplace use of stat()[7] by -s switch in TAP tests...
2023-10-02  Tom LaneFix omission of column-level privileges in selective...
2023-10-02  Robert HaasRemove retry loop in heap_page_prune().
2023-10-02  Heikki LinnakangasFlush WAL stats in bgwriter
2023-10-02  Heikki LinnakangasAdd rmgrdesc README
2023-10-02  Heikki LinnakangasAdd regression tests for psql \g piped into a program
2023-10-02  Amit LangoteRevert "Add soft error handling to some expression...
2023-10-02  Amit LangoteAdd soft error handling to some expression nodes
2023-10-02  Michael Paquierpsql: Set variables from query result on failure when...
2023-10-01  Noah MischCorrect assertion and comments about XLogRecordMaxSize.
2023-10-01  Tom LaneFix datalen calculation in tsvectorrecv().
2023-10-01  Tom LaneIn COPY FROM, fail cleanly when unsupported encoding...
2023-10-01  Andrew DunstanOnly evaluate default values as required when doing...
2023-09-30  Andres Freundmeson: macos: Correct -exported_symbols_list syntax...
2023-09-30  Andrew DunstanProvide FORCE_NULL * and FORCE_NOT_NULL * options for...
2023-09-30  Heikki LinnakangasFix briefly showing old progress stats for ANALYZE...
2023-09-30  Dean RasheedFix EvalPlanQual rechecking during MERGE.
2023-09-30  Tom LaneRemove environment sensitivity in pl/tcl regression...
2023-09-29  Bruce Momjiandoc: remove PG version mention in EXPLAIN output
2023-09-29  Bruce MomjianC comment: add optimizer function reference
2023-09-29  Tom LaneSuppress macOS warnings about duplicate libraries in...
2023-09-29  Tom LaneDoc: improve description of dump/restore's --clean...
2023-09-29  Daniel Gustafssondoc: Change statistics function xref to the right target
2023-09-29  Peter EisentrautRevert "pg_resetwal: Improve error with wrong/missing...
2023-09-29  David RowleyRobustify find_base_rel and find_base_rel_ignore_join
2023-09-29  Michael Paquierdoc: Fix descriptions related to the handling of non...
2023-09-28  Peter GeogheganFix btmarkpos/btrestrpos array key wraparound bug.
2023-09-28  Tom LaneFix checking of index expressions in CompareIndexInfo().
2023-09-28  Robert HaasReturn data from heap_page_prune via a struct.
2023-09-28  Daniel Gustafssondoc: Clarify where ereport severity levels are defined
2023-09-28  David RowleyAdd missing TidRangePath handling in print_path()
2023-09-28  Etsuro FujitaFix typo in src/backend/access/transam/README.
2023-09-28  Peter Eisentrautdoc: Improve documentation about pg_resetwal -f option
2023-09-28  Peter Eisentrautpg_resetwal: Use frontend logging API
2023-09-28  Peter Eisentrautpg_resetwal: Regroup --help output
2023-09-28  Peter Eisentrautpg_resetwal: Improve error with wrong/missing data...
2023-09-28  Peter Eisentrautpg_resetwal: Update an obsolete comment
2023-09-28  Michael PaquierShow parameters of CALL as constants in pg_stat_statements
2023-09-28  Amit LangoteRemove obsolete executor cleanup code
2023-09-28  Michael PaquierMove tracking of in_streaming to PGOutputData
2023-09-27  Peter EisentrautAdd TupleDescGetDefault()
2023-09-27  Daniel Gustafssonllvmjit: Use explicit LLVMContextRef for inlining
2023-09-27  Daniel Gustafssonllvmjit: Make llvm_types_module variable static
2023-09-27  Daniel Gustafssonllvmjit: Remove unnecessary types
2023-09-27  Amit KapilaFix the misuse of origin filter across multiple pg_logi...
2023-09-27  Michael Paquierunaccent: Tweak value of PYTHON when building without...
2023-09-27  Tom LaneStop using "-multiply_defined suppress" on macOS.
2023-09-26  Bruce Momjiandoc: clarify the effect of concurrent work_mem allocations
2023-09-26  Bruce Momjiandoc: clarify handling of time zones with "time with...
2023-09-26  Bruce Momjiandoc: clarify the behavior of unopenable listen_addresses
2023-09-26  Bruce Momjiandoc: pg_upgrade, clarify standby servers must remain...
2023-09-26  Bruce Momjianpgrowlocks: change lock mode output labels for consistency
2023-09-26  Bruce Momjiandoc: mention GROUP BY columns can reference target...
2023-09-26  Peter Eisentrautpgbench: Improve help output of -I option
2023-09-26  Bruce Momjiandoc: correct reference to pg_relation in comment
2023-09-26  Peter EisentrautMergeAttributes() and related variable renaming
2023-09-26  Peter EisentrautClean up MergeCheckConstraint()
2023-09-26  Heikki LinnakangasFix another bug in parent page splitting during GiST...
2023-09-26  Peter EisentrautAdd some const qualifiers
2023-09-26  Peter EisentrautClean up MergeAttributesIntoExisting()
2023-09-26  Peter EisentrautRemove unused include
2023-09-26  Michael PaquierFix behavior of "force" in pgstat_report_wal()
2023-09-25  Michael Paquierdoc: Tell about "vcregress taptest" for regression...
2023-09-25  Thomas MunroFix edge-case for xl_tot_len broken by bae868ca.
2023-09-25  Nathan BossartAdd worker type to pg_stat_subscription.
2023-09-25  Andres Freundpg_dump: tests: Correct test condition for invalid...
2023-09-25  Tom LaneCollect dependency information for parsed CallStmts.
2023-09-25  Andres Freunddocs: Clarify --with-segsize-blocks documentation
2023-09-25  Tom LanePack struct ParsedWord more tightly.
2023-09-25  Tom LaneLimit to_tsvector_byid's initial array allocation to...
2023-09-25  Tom LaneDoc: improve cross-reference in Makefile comment.
2023-09-25  Daniel Gustafssonvacuumdb: Reword --help message for clarity
2023-09-25  Daniel Gustafssonvacuumdb: Fix excluding multiple schemas with -N
next