Commit Graph

60941 Commits (fb2ea12f42b9453853be043b8ed107e136e1ccb7)
 

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