Commit Graph

60924 Commits (c325a7633fcb33dbd73f46ddbbe91e95ddf3b227)
 

Author SHA1 Message Date
Andres Freund c325a7633f aio: Add io_method=io_uring 10 months ago
Andres Freund 8eadd5c73c aio: Add liburing dependency 10 months ago
Michael Paquier f056f75daf doc: Mention possible ephemeral discrepancies in pg_stat_activity 10 months ago
Andres Freund 9469d7fdd2 aio: Rename pgaio_io_prep_* to pgaio_io_start_* 10 months ago
Andres Freund f321ec237a aio: Pass result of local callbacks to ->report_return 10 months ago
Andres Freund 96da9050a5 aio: Be more paranoid about interrupts 10 months ago
Robert Haas 47a1f076a7 pg_overexplain: SET jit=off when running tests. 10 months ago
Robert Haas de65c4dade Fix oversights in commit 8d5ceb113e 10 months ago
Robert Haas 8d5ceb113e pg_overexplain: Additional EXPLAIN options for debugging. 10 months ago
Tomas Vondra 818245506c Keep the decompressed filter in brin_bloom_union 10 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 10 months ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 10 months ago
Daniel Gustafsson e92c0632c1 Move GSSAPI includes into its own header 10 months ago
Daniel Gustafsson 1eb399366e psql: Make test robust against locale variations 10 months ago
Peter Eisentraut 3642df265d dblink: SCRAM authentication pass-through 10 months ago
Dean Rasheed a3b6dfd410 Add support for gamma() and lgamma() functions. 10 months ago
Richard Guo 7c82b4f711 Fix integer-overflow problem in scram_SaltedPassword() 10 months ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 10 months ago
Peter Eisentraut d2028e9bbc postgres_fdw: Fix tests on some Windows variants 10 months ago
Jeff Davis bde2fb797a Add pg_dump --with-{schema|data|statistics} options. 10 months ago
Michael Paquier 27ee6ede6b Fix two issues with custom_query_jumble in gen_node_support.pl 10 months ago
Tom Lane cb36f8ec21 Fix order of -I switches for building pg_regress.o. 10 months ago
Michael Paquier 3430215fe3 pg_stat_statements: Add more tests with temp tables and namespaces 10 months ago
Nathan Bossart 626d7236b6 pg_upgrade: Add --swap for faster file transfer. 10 months ago
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