Commit Graph

60925 Commits (44fe6ceb51f001689048c19ea3ea53fbf2572581)
 

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