postgresql.git
2024-09-03 Daniel GustafssonUse library functions to edit config in SSL tests
2024-09-03 Daniel GustafssonTest for PG_TEST_EXTRA separately in SSL tests
2024-09-03 Daniel GustafssonFix typos in code comments and test data
2024-09-03 Peter EisentrautAdd const qualifiers to XLogRegister*() functions
2024-09-03 Michael PaquierFix typos and grammar in code comments and docs
2024-09-03 Michael PaquierDefine PG_TBLSPC_DIR for path pg_tblspc/ in data folder
2024-09-02 Daniel Gustafssondoc: Consistently use result set in documentation
2024-09-02 Peter EisentrautFix rarely-run test for message wording change
2024-09-02 Daniel GustafssonOnly perform pg_strong_random init when required
2024-09-02 Daniel GustafssonRemove support for OpenSSL older than 1.1.0
2024-09-02 Daniel GustafssonCache typarray for fast lookups in binary upgrade mode
2024-09-02 Peter EisentrautMore use of getpwuid_r() directly
2024-09-01 Michael PaquierRename enum labels of PG_Locale_Strategy
2024-08-31 Thomas MunroFix unfairness in all-cached parallel seq scan.
2024-08-31 Thomas MunroStabilize 039_end_of_wal test.
2024-08-30 Masahiko SawadaClarify restrict_nonsystem_relation_kind description.
2024-08-30 Tom LaneMake postgres_fdw's query_cancel test less flaky.
2024-08-30 Tom LaneAvoid inserting PlaceHolderVars in cases where pre...
2024-08-30 Tom LaneRemove one memoize test case added by commit 069d0ff02.
2024-08-30 Michael PaquierDefine PG_LOGICAL_DIR for path pg_logical/ in data...
2024-08-30 Michael PaquierDefine PG_REPLSLOT_DIR for path pg_replslot/ in data...
2024-08-29 Michael PaquierRename pg_sequence_read_tuple() to pg_get_sequence_data()
2024-08-29 Tom LaneFix mis-deparsing of ORDER BY lists when there is a...
2024-08-29 Peter EisentrautMessage style improvements
2024-08-29 Peter EisentrautPut generated_stored test objects in a schema
2024-08-29 Peter EisentrautRename regress test generated to generated_stored
2024-08-29 Peter EisentrautDisallow USING clause when altering type of generated...
2024-08-29 Heikki LinnakangasRename some shared memory initialization routines
2024-08-29 Heikki LinnakangasRefactor lock manager initialization to make it a bit...
2024-08-29 Michael PaquierRefactor some code for ALTER TABLE SET LOGGED/UNLOGGED...
2024-08-29 Peter EisentrautFixup for prefetching support on macOS
2024-08-29 Amit KapilaRename the conflict types for the origin differ cases.
2024-08-29 Amit KapilaDoc: Fix the ambiguity in the description of failover...
2024-08-28 Peter EisentrautAdd prefetching support on macOS
2024-08-27 Peter EisentrautMessage style improvements
2024-08-27 Peter EisentrautFix misplaced translator comments
2024-08-26 Masahiko SawadaFix identation.
2024-08-26 Masahiko SawadaFix memory counter update in ReorderBuffer.
2024-08-26 Peter GeogheganFix nbtree lookahead overflow bug.
2024-08-26 Peter Eisentrautpg_upgrade: Message style improvements
2024-08-26 Dean RasheedFix compiler warning in mul_var_short().
2024-08-25 Alexander KorotkovRevert: Avoid looping over all type cache entries in...
2024-08-25 Alexander KorotkovAvoid looping over all type cache entries in TypeCacheR...
2024-08-24 Alexander KorotkovRevert support for ALTER TABLE ... MERGE/SPLIT PARTITIO...
2024-08-24 Peter Eisentrautpg_createsubscriber: Message style improvements
2024-08-23 Tom LaneProvide feature-test macros for libpq features added...
2024-08-23 Peter Eisentrautthread-safety: gmtime_r(), localtime_r()
2024-08-23 Michael PaquierRework new SLRU test with injection points
2024-08-23 Michael Paquierinjection_point: Add injection_points.stats
2024-08-23 Michael Paquierinjection_points: Add initialization of shmem state...
2024-08-22 Amit KapilaDoc: explain the log format of logical replication...
2024-08-22 Michael Paquierpsql: Add more meta-commands able to use the extended...
2024-08-22 Noah MischFix attach of a previously-detached injection point.
2024-08-22 Alexander KorotkovAvoid repeated table name lookups in createPartitionTable()
2024-08-22 Richard GuoSmall code simplification
2024-08-22 Michael PaquierCreate syscache entries for pg_extension
2024-08-21 Jeff DavisFix obsolete comments in varstr_cmp().
2024-08-21 Tom LaneDisallow creating binary-coercible casts involving...
2024-08-21 Robert HaasShow number of disabled nodes in EXPLAIN ANALYZE output.
2024-08-21 Robert HaasTreat number of disabled nodes in a path as a separate...
2024-08-21 Robert HaasFix pgindent damage
2024-08-21 Peter Eisentrautdoc: remove llvm-config search from configure documentation
2024-08-21 Amit KapilaFix typos in 9758174e2e.
2024-08-21 Peter EisentrautSmall code simplification
2024-08-21 Amit KapilaDon't advance origin during apply failure.
2024-08-20 Jeff DavisSlightly refactor varstr_sortsupport() to improve reada...
2024-08-20 Michael PaquierRemove _PG_fini()
2024-08-20 Alvaro HerreraMinor wording change in table "JSON Creation Functions"
2024-08-20 Jeff DavisImprove configure error for ICU libraries if pkg-config...
2024-08-20 Nathan BossartFix a couple of wait event descriptions.
2024-08-20 Alvaro HerreraAdd injection-point test for new multixact CV usage
2024-08-20 John NaylorDocument limit on the number of out-of-line values...
2024-08-20 Amit KapilaLog the conflicts while applying changes in logical...
2024-08-20 David RowleySpeed up Hash Join by making ExprStates support hashing
2024-08-20 Bruce Momjiandoc: improve create/alter sequence CYCLE syntax
2024-08-19 Bruce Momjiandoc: mention of postpostgres_fdw INSERT ON CONFLICT...
2024-08-19 Bruce Momjiandoc: clarify create database in start docs uses comman...
2024-08-19 Bruce Momjiandoc: Improve vague pg_createsubscriber description
2024-08-19 Alvaro HerreraAvoid failure to open dropped detached partition
2024-08-19 Tomas VondraDocument that search_path is reported by the server
2024-08-19 Tomas VondraMark search_path as GUC_REPORT
2024-08-19 Tomas VondraExplain dropdb can't use syscache because of TOAST
2024-08-19 Daniel GustafssonFix regression in TLS session ticket disabling
2024-08-19 Thomas MunroFix harmless LC_COLLATE[_MASK] confusion.
2024-08-19 Heikki LinnakangasFix garbled process name on backend crash
2024-08-19 Michael PaquierFix more holes with SLRU code in need of int64 for...
2024-08-19 Alvaro HerreraSearch for SLRU page only in its own bank
2024-08-19 Michael Paquierinjection_points: Add stats for point caching and loading
2024-08-18 Thomas Munroci: Upgrade MacPorts version to 2.10.1.
2024-08-18 Michael Paquierdoc: Fix typo in section for custom pgstats
2024-08-18 Tomas VondraFix DROP DATABASE for databases with many ACLs
2024-08-18 Thomas MunroFix cpluspluscheck for pg_verifybackup.h.
2024-08-18 Noah MischFix comments on wal_level=minimal, CREATE TABLESPACE...
2024-08-17 Bruce Momjiandocs: fix incorrect plpgsql error message
2024-08-17 Bruce MomjianC comment: fix for commit b5a9b18cd0b
2024-08-16 David RowleyRelocate a badly placed Assert in COPY FROM code
2024-08-16 Nathan BossartFurther reduce dependence on -fwrapv semantics in jsonb.
2024-08-16 Robert Haaspg_verifybackup: Move some declarations to new pg_verif...
2024-08-16 Robert Haaspg_verifybackup: Move skip_checksums into verifier_context.
2024-08-16 Robert HaasImprove more comments in astreamer_gzip.c.
next