Commit Graph

60934 Commits (0f3604a518f8b3fd35ffc344d85c71693ded0dde)
 

Author SHA1 Message Date
Daniel Gustafsson 0f3604a518 psql: Fix incorrect equality comparison 6 months ago
Robert Haas 081ec08e6a pg_overexplain: Filter out actual row count from test result. 6 months ago
Álvaro Herrera 9fbd53dea5
Remove the query_id_squash_values GUC 6 months ago
Peter Eisentraut 5d5f415816 Expand test a bit 6 months ago
Peter Eisentraut b98be8a2a2 Provide thread-safe pg_localeconv_r(). 6 months ago
Álvaro Herrera 4a02af8b1a
Simplify syntax for ALTER TABLE ALTER CONSTRAINT NO INHERIT 6 months ago
Michael Paquier 72c2f36d57 libpq: Add TAP tests for service files and names 6 months ago
David Rowley ad9a23bc4f Optimize Query jumble 6 months ago
David Rowley f31aad9b07 Fix query jumbling to account for NULL nodes 6 months ago
Michael Paquier 44fe6ceb51 doc: Correct description of values used in FSM for indexes 6 months ago
Andres Freund c325a7633f aio: Add io_method=io_uring 6 months ago
Andres Freund 8eadd5c73c aio: Add liburing dependency 6 months ago
Michael Paquier f056f75daf doc: Mention possible ephemeral discrepancies in pg_stat_activity 6 months ago
Andres Freund 9469d7fdd2 aio: Rename pgaio_io_prep_* to pgaio_io_start_* 6 months ago
Andres Freund f321ec237a aio: Pass result of local callbacks to ->report_return 6 months ago
Andres Freund 96da9050a5 aio: Be more paranoid about interrupts 6 months ago
Robert Haas 47a1f076a7 pg_overexplain: SET jit=off when running tests. 6 months ago
Robert Haas de65c4dade Fix oversights in commit 8d5ceb113e 6 months ago
Robert Haas 8d5ceb113e pg_overexplain: Additional EXPLAIN options for debugging. 6 months ago
Tomas Vondra 818245506c Keep the decompressed filter in brin_bloom_union 6 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Tom Lane 9324c8c580 Introduce PG_MODULE_MAGIC_EXT macro. 6 months ago
Daniel Gustafsson e92c0632c1 Move GSSAPI includes into its own header 6 months ago
Daniel Gustafsson 1eb399366e psql: Make test robust against locale variations 6 months ago
Peter Eisentraut 3642df265d dblink: SCRAM authentication pass-through 6 months ago
Dean Rasheed a3b6dfd410 Add support for gamma() and lgamma() functions. 6 months ago
Richard Guo 7c82b4f711 Fix integer-overflow problem in scram_SaltedPassword() 6 months ago
Michael Paquier 787514b30b Use relation name instead of OID in query jumbling for RangeTblEntry 6 months ago
Peter Eisentraut d2028e9bbc postgres_fdw: Fix tests on some Windows variants 6 months ago
Jeff Davis bde2fb797a Add pg_dump --with-{schema|data|statistics} options. 6 months ago
Michael Paquier 27ee6ede6b Fix two issues with custom_query_jumble in gen_node_support.pl 6 months ago
Tom Lane cb36f8ec21 Fix order of -I switches for building pg_regress.o. 6 months ago
Michael Paquier 3430215fe3 pg_stat_statements: Add more tests with temp tables and namespaces 6 months ago
Nathan Bossart 626d7236b6 pg_upgrade: Add --swap for faster file transfer. 6 months ago
Nathan Bossart 9c49f0e8cd pg_dump: Add --sequence-data. 6 months ago
Nathan Bossart cf131fa942 initdb: Add --no-sync-data-files. 6 months ago
Jeff Davis 650ab8aaf1 Stats: use schemaname/relname instead of regclass. 6 months ago
Jeff Davis 2a420f7995 Minor doc update for commit 99f8f3fbbc. 6 months ago
Daniel Gustafsson 1a759c8327 psql: Make default \watch interval configurable 6 months ago
Daniel Gustafsson a19db08274 pg_basebackup: Add missing PQclear in error path 6 months ago
Peter Eisentraut ef7a5af77d refactor: Pass relation OID instead of Relation to createForeignKeyCheckTriggers() 6 months ago
Peter Eisentraut 639238b978 refactor: Split ATExecAlterConstraintInternal() 6 months ago
Peter Eisentraut a3280e2a49 refactor: Move some code that updates pg_constraint to a separate function 6 months ago
Peter Eisentraut f4b2a62ae3 Small fixes for Add ALTER TABLE ... ALTER CONSTRAINT ... SET [NO] INHERIT 6 months ago
Alexander Korotkov 62f36d6924 postgres_fdw: Remove redundant check in semijoin_target_ok() 6 months ago
Thomas Munro 3c86223c99 libpq: Deprecate pg_int64. 6 months ago
Peter Eisentraut be1cc9aaf5 Generalize index support in network support function 6 months ago
Michael Paquier 5ac462e2b7 Add support for custom_query_jumble as a node field attribute 6 months ago
Jeff Davis 626df47ad9 Remove 'additional' pointer from TupleHashEntryData. 6 months ago
Jeff Davis a0942f441e Add ExecCopySlotMinimalTupleExtra(). 6 months ago