postgresql.git
2024-03-05 Jeff DavisFix search_path to a safe value during maintenance...
2024-03-04 Nathan BossartAdd macro for customizing an archiving WARNING message.
2024-03-04 Tom LaneExplicitly list dependent types as extension members...
2024-03-04 Robert Haaspg_verifybackup: Refactor parse_manifest_file.
2024-03-04 Robert HaasFix pgindent damage.
2024-03-04 Robert HaasFix incremental backup interaction with XLOG_DBASE_CREA...
2024-03-04 Tom LaneFurther further fix pg_upgrade crossversion test for...
2024-03-04 Tom LaneFix initdb's -c option to treat the GUC name case-insen...
2024-03-04 Alvaro HerreraRework locking code in GetMultiXactIdMembers
2024-03-04 Alvaro HerreraSimplify coding in slru.c
2024-03-04 Tom LaneFurther fix pg_upgrade crossversion test for adminpack.
2024-03-04 Daniel GustafssonFix crossversion test for unsupported versions
2024-03-04 Daniel GustafssonAdjust pg_upgrade crossversion test for adminpack
2024-03-04 Peter EisentrautPut back required #include
2024-03-04 Daniel GustafssonRemove the adminpack contrib extension
2024-03-04 Peter EisentrautRemove unused #include's from backend .c files
2024-03-04 Heikki LinnakangasRemove unused 'countincludesself' argument to pq_sendco...
2024-03-04 Heikki LinnakangasRemove unused ParallelWorkerInfo.pid field
2024-03-04 Dean RasheedFix doc omission for MERGE into updatable views.
2024-03-04 Daniel Gustafssondoc: Fix datatype for postgres_fdw option
2024-03-04 Heikki LinnakangasUse MyBackendType in more places to check what process...
2024-03-04 Heikki LinnakangasRemove MyAuxProcType, use MyBackendType instead
2024-03-04 David RowleyOptimize GenerationAlloc() and SlabAlloc()
2024-03-04 David RowleySupport partition pruning on boolcol IS [NOT] UNKNOWN
2024-03-04 Michael PaquierAdd PostgreSQL::Test::Cluster::wait_for_event()
2024-03-04 Michael PaquierAdd regression test for restart points during promotion
2024-03-04 Michael Paquierinjection_points: Add wait and wakeup of processes
2024-03-03 Heikki LinnakangasReplace BackendIds with 0-based ProcNumbers
2024-03-03 Heikki LinnakangasRedefine backend ID to be an index into the proc array
2024-03-03 Alvaro HerreraGUC table: Add description to computed variables
2024-03-02 Jeff DavisDocumentation update for Standard Collations.
2024-03-02 Thomas MunroFix overflow in Windows replacement pg_pread/pg_pwrite.
2024-03-01 Thomas MunroReturn ssize_t in fd.c I/O functions.
2024-03-01 Michael PaquierSimplify pg_enc2gettext_tbl[] with C99-designated initi...
2024-03-01 Amit KapilaFix BF failure introduced by commit b3f6b14cf4.
2024-02-29 Nathan BossartConvert unloggedLSN to an atomic variable.
2024-02-29 Nathan BossartConvert archiver's force_dir_scan variable to an atomic...
2024-02-29 Nathan BossartIntroduce atomic read/write functions with full barrier...
2024-02-29 Dean RasheedSupport MERGE into updatable views.
2024-02-29 Peter EisentrautAdd missing RangeTblEntry field to jumble
2024-02-29 Dean RasheedRemove field UpdateContext->updated in nodeModifyTable.c
2024-02-29 Daniel GustafssonFix integer underflow in shared memory debugging
2024-02-29 Amit KapilaFixups for commit 93db6cbda0.
2024-02-29 Michael PaquierUse C99-designated initializer syntax for arrays relate...
2024-02-28 Tom LaneFix cross-version upgrade tests after f0827b443.
2024-02-28 Daniel GustafssonFix documentation comments for test CA config files
2024-02-28 Tom LaneImprove plpgsql's error messages for incorrect %TYPE...
2024-02-28 Nathan BossartConvert README to Markdown.
2024-02-28 Tom LaneMop-up for AIX-ectomy: remove now-dead test code.
2024-02-28 Tom LaneFix mis-rounding and overflow hazards in date_bin().
2024-02-28 Alvaro HerreraImprove performance of subsystems on top of SLRU
2024-02-28 Heikki LinnakangasRemove configure --with-CC option
2024-02-28 Heikki LinnakangasRun autoconf, for update of a comment.
2024-02-28 Heikki LinnakangasRemove AIX support
2024-02-28 Alvaro HerreraRename SLRU elements in view pg_stat_slru
2024-02-28 Michael PaquierRemove last NULL element in config_group_names[]
2024-02-28 David RowleyRefactor AllocSetAlloc(), separating hot and cold paths
2024-02-27 Michael PaquierUse C99-designated initializer syntax for more arrays
2024-02-27 Nathan BossartFix comments for the dshash_parameters struct.
2024-02-27 Andrew DunstanRationalize and improve error messages for some jsonpat...
2024-02-27 Michael PaquierRemove unnecessary array object_classes[] in dependency.c
2024-02-27 David RowleyAdjust memory allocation functions to allow sibling...
2024-02-26 Michael PaquierFix comment thinko in sequence.c
2024-02-26 Nathan BossartAdd helper functions for dshash tables with string...
2024-02-26 Nathan BossartUse NULL instead of 0 for 'arg' argument in dshash_crea...
2024-02-26 Alvaro HerreraRevise MERGE documentation
2024-02-26 Alvaro Herreraslru.c: Reduce scope of variables in 'for' blocks
2024-02-26 Michael PaquierGroup more closely cache updates for backends in sequence.c
2024-02-26 Michael PaquierIntroduce sequence_*() access functions
2024-02-26 Peter EisentrautFix incorrect format placeholder
2024-02-25 Tom LanePromote assertion about !ReindexIsProcessingIndex to...
2024-02-25 Tom LaneDoc: fix minor typos in two ECPG function descriptions.
2024-02-25 Alexander KorotkovImprove documentation and GUC description for transacti...
2024-02-25 Alexander KorotkovRemove flaky isolation tests for timeouts
2024-02-23 Alexander KorotkovMultiple revisions to the GROUP BY reordering tests
2024-02-23 Alexander KorotkovReplace lateral references to removed rels in subqueries
2024-02-23 Tom LaneAvoid dangling-pointer problem with partitionwise joins...
2024-02-23 Heikki LinnakangasFix compiler warning on typedef redeclaration
2024-02-23 Heikki LinnakangasIntroduce a new smgr bulk loading facility.
2024-02-23 Peter EisentrautFix mistake in SQL features list
2024-02-22 Amit KapilaFix BF failure in commit 93db6cbda0.
2024-02-22 Michael PaquierMake GetSlotInvalidationCause() return RS_INVAL_NONE...
2024-02-22 Amit KapilaAdd a new slot sync worker to synchronize logical slots.
2024-02-22 Peter Eisentrautpgindent fix
2024-02-22 Amit KapilaFix the intermittent buildfarm failures in 031_column_list.
2024-02-22 Peter EisentrautRemove custom Constraint node read/write implementations
2024-02-22 Amit KapilaImprove ERROR/LOG messages added by commits ddd5f4f54a...
2024-02-22 Michael PaquierSpeed up uuid_out() by not relying on a StringInfo
2024-02-21 Michael PaquierAdd lookup table for replication slot conflict reasons
2024-02-21 Heikki LinnakangasRemove superfluous 'pgprocno' field from PGPROC
2024-02-21 Alvaro HerreraMERGE ... DO NOTHING: require SELECT privileges
2024-02-21 Alvaro HerreraFix typo
2024-02-21 Daniel Gustafssondoc: Fix link to pg_ident_file_mappings view
2024-02-21 Michael PaquierAdd option force_initdb to PostgreSQL::Test::Cluster...
2024-02-21 Alexander KorotkovRemove extra check_stack_depth() from dropconstraint_in...
2024-02-20 Tom LaneDoc: improve explanation of type interval, especially...
2024-02-20 Alexander KorotkovReplace relids in lateral subquery parse tree during SJE
2024-02-20 Peter EisentrautRevert "Improve compression and storage support with...
2024-02-20 David RowleyMinor corrections for partition pruning
2024-02-20 Michael PaquierFix race leading to incorrect conflict cause in Invalid...
next