postgresql.git
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
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
next