Commit Graph

60903 Commits (cb36f8ec2124b0c495da057a2f55735fe858be0e)
 

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