Commit Graph

60907 Commits (787514b30bb7dd0b3484d6cb717e3b9aafc06c4a)
 

Author SHA1 Message Date
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 3 months ago
Peter Eisentraut d2028e9bbc postgres_fdw: Fix tests on some Windows variants 3 months ago
Jeff Davis bde2fb797a Add pg_dump --with-{schema|data|statistics} options. 3 months ago
Michael Paquier 27ee6ede6b Fix two issues with custom_query_jumble in gen_node_support.pl 3 months ago
Tom Lane cb36f8ec21 Fix order of -I switches for building pg_regress.o. 3 months ago
Michael Paquier 3430215fe3 pg_stat_statements: Add more tests with temp tables and namespaces 3 months ago
Nathan Bossart 626d7236b6 pg_upgrade: Add --swap for faster file transfer. 3 months ago
Nathan Bossart 9c49f0e8cd pg_dump: Add --sequence-data. 3 months ago
Nathan Bossart cf131fa942 initdb: Add --no-sync-data-files. 3 months ago
Jeff Davis 650ab8aaf1 Stats: use schemaname/relname instead of regclass. 3 months ago
Jeff Davis 2a420f7995 Minor doc update for commit 99f8f3fbbc. 3 months ago
Daniel Gustafsson 1a759c8327 psql: Make default \watch interval configurable 3 months ago
Daniel Gustafsson a19db08274 pg_basebackup: Add missing PQclear in error path 3 months ago
Peter Eisentraut ef7a5af77d refactor: Pass relation OID instead of Relation to createForeignKeyCheckTriggers() 3 months ago
Peter Eisentraut 639238b978 refactor: Split ATExecAlterConstraintInternal() 3 months ago
Peter Eisentraut a3280e2a49 refactor: Move some code that updates pg_constraint to a separate function 3 months ago
Peter Eisentraut f4b2a62ae3 Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT 3 months ago
Alexander Korotkov 62f36d6924 postgres_fdw: Remove redundant check in semijoin_target_ok() 3 months ago
Thomas Munro 3c86223c99 libpq: Deprecate pg_int64. 3 months ago
Peter Eisentraut be1cc9aaf5 Generalize index support in network support function 3 months ago
Michael Paquier 5ac462e2b7 Add support for custom_query_jumble as a node field attribute 3 months ago
Jeff Davis 626df47ad9 Remove 'additional' pointer from TupleHashEntryData. 3 months ago
Jeff Davis a0942f441e Add ExecCopySlotMinimalTupleExtra(). 3 months ago
Jeff Davis 4d143509cb Create accessor functions for TupleHashEntry. 3 months ago
Jeff Davis cc721c459d HashAgg: use Bump allocator for hash TupleHashTable entries. 3 months ago
Amit Kapila cc4331605a Fix the typo in the test case added in 73eba5004a. 3 months ago
Amit Kapila b87ced747d Fix an oversight in 3abe9dc188. 3 months ago
Alexander Korotkov 023fb51275 postgres_fdw: Avoid pulling up restrict infos from subqueries 3 months ago
Andres Freund adb5f85fa5 Redefine max_files_per_process to control additionally opened files 3 months ago
Nathan Bossart 7d559c8580 Expand comment for isset_offset. 3 months ago
Melanie Plageman aea916fe55 Fix bitmapheapscan incorrect recheck of NULL tuples 3 months ago
Álvaro Herrera 0e3e0ec06b
Fix typo 3 months ago
Fujii Masao c68100aa43 Allow pg_recvlogical --drop-slot to work without --dbname. 3 months ago
Fujii Masao dfc13428a9 doc: Clarify required options for each action in pg_recvlogical. 3 months ago
Peter Eisentraut 76563f88cf postgres_fdw: improve security checks 3 months ago
Magnus Hagander a8eeb22f17 psql: use consistent alias for pg_description 3 months ago
Magnus Hagander d696406a9b psql: show default extension version in \dx output 3 months ago
Heikki Linnakangas 19c6eb06c5 Add test case for when subscriber table is missing a column 3 months ago
Amit Kapila 73eba5004a Detect and Log multiple_unique_conflicts type conflict. 3 months ago
David Rowley 35a92b7c25 Add tests for POSITION(bytea, bytea) 3 months ago
Michael Paquier 2a0cd38da5 Allow plugins to set a 64-bit plan identifier in PlannedStmt 3 months ago
Tom Lane 8a3e4011f0 psql: Add tab completion for VACUUM and ANALYZE ... ONLY option. 3 months ago
Heikki Linnakangas 2817525f0d Fix rare assertion failure in standby, if primary is restarted 3 months ago
Noah Misch f0446384ea Fix "make clean" for new TAP suite. 3 months ago
Andres Freund ca3067cc57 aio: Change prefix of PgAioResultStatus values to PGAIO_RS_ 3 months ago
Tom Lane 58fdca2204 plpgsql: make WHEN OTHERS distinct from WHEN SQLSTATE '00000'. 3 months ago
Peter Geoghegan 9a2e2a285a Improve nbtree array primitive scan scheduling. 3 months ago
Melanie Plageman e215166c9c Use streaming read I/O in SP-GiST vacuuming 3 months ago
Thomas Munro e51ca405ed Fix ps display for IO workers. 3 months ago
Tom Lane 16a3ae504e Revert inappropriate weakening of an Assert in plpgsql. 3 months ago