Commit Graph

60900 Commits (9c49f0e8cd7d59e240f5da88decf2d62d8a4ad0d)
 

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