Commit Graph

53738 Commits (24e74b9621e4e40a36ac03ee5e9f059787fefb5c)
 

Author SHA1 Message Date
Etsuro Fujita 24e74b9621 Fix EvalPlanQual handling of foreign/custom joins in ExecScanFetch. 2 months ago
Tom Lane e91eb4ad66 Fix incorrect message-printing in win32security.c. 2 months ago
David Rowley 715eb62e30 Doc: clarify n_distinct_inherited setting 2 months ago
Álvaro Herrera b753be38a4
Stop creating constraints during DETACH CONCURRENTLY 2 months ago
Peter Geoghegan 314004021e Remove overzealous _bt_killitems assertion. 2 months ago
Michael Paquier f57f2760e6 Remove state.tmp when failing to save a replication slot 2 months ago
Tom Lane f46d77377b Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c. 2 months ago
Michael Paquier 9b3beb7c6f pgbench: Fail cleanly when finding a COPY result state 3 months ago
Michael Paquier ee2dbcad02 pgstattuple: Improve reports generated for indexes (hash, gist, btree) 3 months ago
Fujii Masao cb21e1f92f pgbench: Fix error reporting in readCommandResponse(). 3 months ago
Noah Misch 5816baa9bc Fix StatisticsObjIsVisibleExt() for pg_temp. 3 months ago
Tom Lane 0be39b4b1a Fix missed copying of groupDistinct in transformPLAssignStmt. 3 months ago
Fujii Masao bc476f8b8b pg_restore: Fix security label handling with --no-publications/subscriptions. 3 months ago
Tom Lane 31bf096320 Calculate agglevelsup correctly when Aggref contains a CTE. 3 months ago
David Rowley f78a690347 Add missing EPQ recheck for TID Range Scan 3 months ago
David Rowley 2eb7ea97d8 Add missing EPQ recheck for TID Scan 3 months ago
Noah Misch 85d6ed31fc Fix pg_dump COMMENT dependency for separate domain constraints. 3 months ago
Fujii Masao 295c0a644a pg_dump: Fix dumping of security labels on subscriptions and event triggers. 3 months ago
Fujii Masao db900ec358 pg_restore: Fix comment handling with --no-publications / --no-subscriptions. 3 months ago
Peter Eisentraut cbd3732cbb CREATE STATISTICS: improve misleading error message 3 months ago
Peter Eisentraut fbfc36e947 jit: fix build with LLVM-21 3 months ago
Tom Lane f75ff1b141 Amend recent fix for SIMILAR TO regex conversion. 3 months ago
Michael Paquier 5e131489fe Fix description of WAL record blocks in hash_xlog.h 3 months ago
Tom Lane 5eab9b0a47 Fix memory leakage in nodeSubplan.c. 3 months ago
Dean Rasheed ea65c88238 Fix compiler error introduced by 5386bfb9c1. 3 months ago
Dean Rasheed 5fd569ef2d Fix replica identity check for INSERT ON CONFLICT DO UPDATE. 3 months ago
Richard Guo 160ef51c8d Fix planner error when estimating SubPlan cost 4 months ago
Michael Paquier 0cc540f0d0 libpq: Fix PQtrace() format for non-printable characters 4 months ago
Álvaro Herrera b830f9d674
CREATE STATISTICS: improve misleading error message 4 months ago
Tom Lane 4a593043ee Put "excludeOnly" GIN scan keys at the end of the scankey array. 4 months ago
Tom Lane a7da746c11 Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 4 months ago
Noah Misch 22c6a44f01 Rewrite previous commit's test for TestUpgradeXversion compatibility. 4 months ago
Noah Misch 4948bb9df4 Sort DO_DEFAULT_ACL dump objects independent of OIDs. 4 months ago
Michael Paquier 222130edd8 Ignore temporary relations in RelidByRelfilenumber() 4 months ago
Michael Paquier 24145bbb9e doc: Improve description of wal_compression 4 months ago
Michael Paquier 32d388d00f Fix assertion failure with replication slot release in single-user mode 4 months ago
Masahiko Sawada 79643105a2 Add CHECK_FOR_INTERRUPTS in contrib/pg_buffercache functions. 4 months ago
Amit Kapila ef77502746 Fix self-deadlock during DROP SUBSCRIPTION. 4 months ago
Etsuro Fujita 59bab34160 Update obsolete comments in ResultRelInfo struct. 4 months ago
David Rowley 2c7c08a090 Fix invalid format string in HASH_DEBUG code 4 months ago
Tom Lane b3d6e8b63b Don't treat EINVAL from semget() as a hard failure. 4 months ago
Tom Lane 4e9da016ad Stamp 14.19. 4 months ago
Tom Lane 2e19ad79e1 Last-minute updates for release notes. 4 months ago
Nathan Bossart 8967c33c67 Fix MSVC pg_upgrade test. 4 months ago
Nathan Bossart e4998d089d Restrict psql meta-commands in plain-text dumps. 4 months ago
Noah Misch 0f58384384 Convert newlines to spaces in names written in v11+ pg_dump comments. 4 months ago
Peter Eisentraut 14f193beb2 Translation updates 4 months ago
Dean Rasheed afe38fb6ab Fix security checks in selectivity estimation functions. 4 months ago
Tom Lane e21c9823d3 Release notes for 17.6, 16.10, 15.14, 14.19, 13.22. 4 months ago
Noah Misch 7846f47096 Remove, from stable branches, the new assertion of no pg_dump OID sort. 4 months ago