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