Commit Graph

60880 Commits (023fb512755ffb64949eb6de8464c259ca70f1bd)
 

Author SHA1 Message Date
Alexander Korotkov 023fb51275 postgres_fdw: Avoid pulling up restrict infos from subqueries 6 months ago
Andres Freund adb5f85fa5 Redefine max_files_per_process to control additionally opened files 6 months ago
Nathan Bossart 7d559c8580 Expand comment for isset_offset. 6 months ago
Melanie Plageman aea916fe55 Fix bitmapheapscan incorrect recheck of NULL tuples 6 months ago
Álvaro Herrera 0e3e0ec06b
Fix typo 6 months ago
Fujii Masao c68100aa43 Allow pg_recvlogical --drop-slot to work without --dbname. 6 months ago
Fujii Masao dfc13428a9 doc: Clarify required options for each action in pg_recvlogical. 6 months ago
Peter Eisentraut 76563f88cf postgres_fdw: improve security checks 6 months ago
Magnus Hagander a8eeb22f17 psql: use consistent alias for pg_description 6 months ago
Magnus Hagander d696406a9b psql: show default extension version in \dx output 6 months ago
Heikki Linnakangas 19c6eb06c5 Add test case for when subscriber table is missing a column 6 months ago
Amit Kapila 73eba5004a Detect and Log multiple_unique_conflicts type conflict. 6 months ago
David Rowley 35a92b7c25 Add tests for POSITION(bytea, bytea) 6 months ago
Michael Paquier 2a0cd38da5 Allow plugins to set a 64-bit plan identifier in PlannedStmt 6 months ago
Tom Lane 8a3e4011f0 psql: Add tab completion for VACUUM and ANALYZE ... ONLY option. 6 months ago
Heikki Linnakangas 2817525f0d Fix rare assertion failure in standby, if primary is restarted 6 months ago
Noah Misch f0446384ea Fix "make clean" for new TAP suite. 6 months ago
Andres Freund ca3067cc57 aio: Change prefix of PgAioResultStatus values to PGAIO_RS_ 6 months ago
Tom Lane 58fdca2204 plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'. 6 months ago
Peter Geoghegan 9a2e2a285a Improve nbtree array primitive scan scheduling. 6 months ago
Melanie Plageman e215166c9c Use streaming read I/O in SP-GiST vacuuming 6 months ago
Thomas Munro e51ca405ed Fix ps display for IO workers. 6 months ago
Tom Lane 16a3ae504e Revert inappropriate weakening of an Assert in plpgsql. 6 months ago
Masahiko Sawada 04ff636cbc Add GUC option to control maximum active replication origins. 6 months ago
Tom Lane 0e032a2240 Place "extern" declaration in the right part of pg_class.h. 6 months ago
Tom Lane cd72c1b76e Label the contents of pg_*_d.h files a little better. 6 months ago
Melanie Plageman 69273b818b Use streaming read I/O in GiST vacuuming 6 months ago
Melanie Plageman 3f850c3fc5 Assorted trivial cleanup of c5c239e26e 6 months ago
Tom Lane 7fe312f609 Fix plpgsql's handling of simple expressions in scrollable cursors. 6 months ago
Melanie Plageman c5c239e26e Use streaming read I/O in btree vacuuming 6 months ago
Álvaro Herrera 1d617a2028
Change one loop in ATRewriteTable to use 1-based attnums 6 months ago
Thomas Munro ce1a75c4fe Support buffer forwarding in StartReadBuffers(). 6 months ago
Thomas Munro ed0b87caac Support buffer forwarding in read_stream.c. 6 months ago
Fujii Masao 14413d0ef5 doc: Remove incorrect description about dropping replication slots. 6 months ago
David Rowley 00b52c3db6 Simplify EXPLAIN code for Memoize 6 months ago
Andres Freund 202b12774d bufmgr: Improve stats when a buffer is read in concurrently 6 months ago
Andrew Dunstan 12604593e9 Show plperl version in the meson setup summary. 6 months ago
Andres Freund fc51a60dd4 smgr: Hold interrupts in most smgr functions 6 months ago
Tom Lane fdb5dd6331 Be more paranoid in configure's checks for CRC and POPCNT intrinsics. 6 months ago
Robert Haas 50ba65e733 Add an additional hook for EXPLAIN option validation. 6 months ago
Nathan Bossart af0d4901c1 Add test for pg_upgrade file transfer modes. 6 months ago
Nathan Bossart 0164a0f9ee Add vacuum_truncate configuration parameter. 6 months ago
Peter Eisentraut 618c64ffd3 Revert workarounds for -Wmissing-braces false positives on old GCC 6 months ago
Peter Eisentraut b7076c1e7f Fix extension control path tests 6 months ago
Peter Eisentraut 47929324c5 Fix typo in comment 6 months ago
Amit Kapila e5aeed4b80 pg_createsubscriber: Add -R publications option. 6 months ago
Andres Freund 5941946d09 meson: Flush stdout in testwrap 6 months ago
Peter Eisentraut 190dc27998 Update a code comment 6 months ago
Peter Eisentraut 4f7f7b0375 extension_control_path 6 months ago
Michael Paquier 2cce0fe440 psql: Allow queries terminated by semicolons while in pipeline mode 6 months ago