postgresql.git
11 days ago Daniel GustafssonAdd a couple of commits to .git-blame-ignore-revs
11 days ago Amit KapilaSkip SUBSCRIPTION TABLE TOC entries with --no-subscript...
12 days ago Tom LaneFix SystemTap dtrace warning about smgr probe argument...
12 days ago Daniel Gustafssonpgindent fix for a84eca6627f
12 days ago Daniel Gustafssonssl: Use the correct feature macros for TLS protocol...
12 days ago Daniel Gustafssonssl: Replace deprecated API to get commonName
12 days ago Daniel Gustafssonssl: Use TLS_method instead of deprecated SSLv23_method
12 days ago Daniel Gustafssonssl: Remove static var tracking tls_init_hook warnings
12 days ago Bruce Momjiandoc: remove added space within synopsis replaceable...
12 days ago Masahiko SawadaFix stale comment in parallel_vacuum_main().
12 days ago Peter GeogheganFix autovacuum-induced flakiness in backwards scan...
12 days ago Álvaro HerreraFix cascading standby reconnect failure after archive...
12 days ago Daniel Gustafssondoc: Add getdatabaseencoding to function docs
12 days ago Michael PaquierProtect PGPROC lookup when terminating background workers
12 days ago Amit KapilaAvoid accumulating relation locks during sequence synch...
13 days ago Michael PaquierUse more strlcpy() in two-phase transaction code
13 days ago Tom LaneFix planner's nullability/strictness logic for ScalarAr...
13 days ago Daniel GustafssonHandle invalid and dropped databases during checksum...
13 days ago Daniel GustafssonRecheck checksum state before file_copy during CREATE...
13 days ago Masahiko SawadaFix logical decoding of empty prepared transactions.
13 days ago Masahiko SawadaFix pg_get_publication_tables() failure with concurrent...
13 days ago Alexander KorotkovRestore vacuum_delay_point() in GIN posting-tree leaf...
13 days ago Dean RasheedAvoid RETURNING side effects for FOR PORTION OF leftovers.
2026-07-28 Michael PaquierFix portability issue in authentication test 003_peer
2026-07-27 Michael PaquierFix propagation of indimmediate flag in index_create_copy()
2026-07-27 Tom LaneFurther improve the names generated for indexes on...
2026-07-27 Masahiko SawadaFix race condition when enabling logical decoding concu...
2026-07-27 Tom LaneDeparse FOR PORTION OF using the range column's current...
2026-07-27 Heikki Linnakangaspg_resetwal: do not allow zero next multixact offset
2026-07-27 Amit KapilaFix issues in logical replication sequence synchronization.
2026-07-27 Richard GuoFix deparsing of JSON_ARRAY(subquery) with a FORMAT...
2026-07-27 Michael PaquierUpdate .gitignore in test/modules/nbtree
2026-07-27 Michael PaquierUse direct hash lookup in logicalrep_partmap_invalidate...
2026-07-26 Peter GeogheganAdd _bt_set_startikey row compare test coverage.
2026-07-25 Peter GeogheganAdd test coverage for nbtree backwards scans.
2026-07-25 Peter GeogheganAdd tests for nbtree empty index predicate locking.
2026-07-25 Álvaro HerreraAdd missing PGDLLIMPORT marker
2026-07-25 Peter GeogheganFix another empty nbtree index SSI race.
2026-07-25 Fujii Masaopsql: Allow pg_read_all_stats to see database size...
2026-07-25 Fujii MasaoAvoid reporting permission-denied publisher sequences...
2026-07-24 Fujii Masaodoc: Add missing CREATE/ALTER PUBLICATION parameter...
2026-07-24 Fujii MasaoFix EXCEPT publication test to check subscriber
2026-07-23 Fujii MasaoValidate subscription conninfo on owner change
2026-07-23 Fujii Masaodoc: Improve pg_stat_recovery documentation
2026-07-23 Michael PaquierFix socket_putmessage_noblock() to call socket_putmessage()
2026-07-23 Michael Paquierdoc: Improve description of pg_stat_activity.backend_type
2026-07-23 Michael Paquierinjection_points: Clear waiter slot on error and exit
2026-07-23 Amit KapilaReject sequence synchronization against pre-PostgreSQL...
2026-07-22 Robert Haaswalsummarizer: Guard against WAL files whose tail ends...
2026-07-22 Michael PaquierImprove lookup_type_cache() handling on out-of-memory...
2026-07-21 Michael PaquierAdd new pgstats routine to split pending data setup
2026-07-21 Bruce Momjiandoc: clarify how TIMESTAMP WITH TIME ZONE behaves
2026-07-21 Bruce Momjiandoc: clarify to_char("OF") HH/MM doesn't represent...
2026-07-21 Peter EisentrautFix typo
2026-07-21 Álvaro HerreraRemove assertion added by commit 7dcea51c2a4d
2026-07-21 Álvaro HerreraUnify error messages
2026-07-21 Peter Eisentrautpg_upgrade: Message wording fix
2026-07-21 Peter EisentrautMessage style fixes
2026-07-21 Michael PaquierImprove generate_partition_qual()'s cache handling...
2026-07-21 Peter EisentrautTest what BEFORE UPDATE triggers do to FOR PORTION OF
2026-07-21 Amit KapilaAllow logical replication workers to ignore default_tra...
2026-07-21 Masahiko SawadaAdd logical decoding status to pg_control_checkpoint().
2026-07-20 Fujii MasaoFix recovery target test waiting on unavailable WAL
2026-07-20 Robert Haasdoc: Granting TRIGGER or REFERENCES on table is dangerous.
2026-07-20 Álvaro HerreraFix restore of partitions with exclusion constraints
2026-07-20 Fujii MasaoAvoid ERROR in recovery target GUC assign hooks
2026-07-20 Fujii MasaoAllow PostgreSQL::Test::Cluster::start() to pass postma...
2026-07-20 Álvaro HerreraFix LSN format in REPACK worker debug message
2026-07-20 Álvaro HerreraMove code to get_tables_to_repack_partitioned
2026-07-20 Michael PaquierImprove pgstat_get_entry_ref_cached() behavior on out...
2026-07-20 Peter EisentrautFix RLS checks for FOR PORTION OF leftover rows
2026-07-20 Amit KapilaHandle concurrent sequence refreshes.
2026-07-20 Richard GuoSkip unnecessary get_relids_in_jointree() when there...
2026-07-20 Peter GeogheganRun nbtree test module tests under autoconf builds
2026-07-19 Daniel GustafssonFix parsing of underscores in pg_plan_advice occurrence...
2026-07-19 Tatsuo IshiiRemove redundant null-treatment check in window functio...
2026-07-18 Etsuro FujitaFurther cleanup for commit 54cd6fc83.
2026-07-18 Tom LaneFix edge case in remove_useless_result_rtes() with...
2026-07-18 Tom LaneRestore the ability to use | and -> as prefix operators.
2026-07-18 Jeff DavisFix REASSIGN OWNED for subscriptions in other databases.
2026-07-18 Amit KapilaRevert "Reject concurrent sequence refreshes".
2026-07-17 Jeff DavisGenerate unicode_limits.h.
2026-07-17 Tom LaneFix yet another portability problem in new NLS test.
2026-07-17 Melanie PlagemanTurn visibilitymap_clear() Assert back into an error
2026-07-17 Tom LaneRevert "Add GROUP BY ALL".
2026-07-17 Peter GeogheganFix GiST index-only scan column alignment issue.
2026-07-17 Andres Freundci: Generate crashlogs on Windows
2026-07-17 Andres Freundci: Use optimized build for mingw
2026-07-17 Andres Freundmeson: Fix ccache issues when using precompiled headers...
2026-07-17 Peter Eisentrautdoc: Fix SQL quoting in example
2026-07-17 Daniel GustafssonFix truncation rules for base64 encoding
2026-07-17 Fujii MasaoRestrict pg_stat_io entries for data checksum processes
2026-07-17 Amit KapilaDoc: Clarify DROP SUBSCRIPTION behavior after SET ...
2026-07-16 Peter GeogheganFix wrong variable offset sanity check.
2026-07-16 Michael PaquierRemove SQL function getpgusername()
2026-07-16 Peter GeogheganUse fake LSNs consistently in hash index AM.
2026-07-16 Masahiko Sawadapg_controldata: Show logical decoding status.
2026-07-16 Masahiko SawadaCorrect logical decoding status at end of recovery...
2026-07-16 Masahiko SawadaReject infinite and out-of-range interval shifts in...
2026-07-16 Tom LaneIn transformIndexStmt, transform index expressions...
next