aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Reinstate tests accidentally removed by e3fcca0d0dTomas Vondra2022-07-18
* Mark all symbols exported from extension libraries PGDLLEXPORT.Andres Freund2022-07-17
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane2022-07-16
* Disable unstable test cases in src/test/ssl/t/001_ssltests.pl.Tom Lane2022-07-16
* Replace many MemSet calls with struct initializationPeter Eisentraut2022-07-16
* Log details for client certificate failuresPeter Eisentraut2022-07-15
* Fix flag tests in src/test/modules/test_oat_hooksAlvaro Herrera2022-07-13
* Allow specifying STORAGE attribute for a new tablePeter Eisentraut2022-07-13
* Add copy/equal support for XID listsAlvaro Herrera2022-07-12
* Fix two portability issues with the tests of test_oat_hooksMichael Paquier2022-07-11
* Improve error message with JSON_SERIALIZE()Michael Paquier2022-07-11
* Mark Scan as an abstract node type, too.Tom Lane2022-07-09
* Mark PlanState as an abstract node type.Tom Lane2022-07-09
* Add missing inequality searches to rbtreeAlexander Korotkov2022-07-08
* Remove T_Join and T_PlanPeter Eisentraut2022-07-08
* Remove HP-UX port.Thomas Munro2022-07-08
* Only allow returning string types or bytea from json_serializeAndrew Dunstan2022-07-07
* Fix alias matching in transformLockingClause().Dean Rasheed2022-07-07
* Clean up some includes and comments in TAP test scriptsMichael Paquier2022-07-07
* Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas2022-07-06
* Revert 019_replslot_limit.pl related debugging aids.Andres Freund2022-07-05
* libpq: Improve idle state handling in pipeline modeAlvaro Herrera2022-07-05
* Fix pg_prepared_statements.result_types for DML statementsPeter Eisentraut2022-07-05
* Add result_types column to pg_prepared_statements viewPeter Eisentraut2022-07-05
* Prevent write operations on large objects in read-only transactionsMichael Paquier2022-07-04
* Remove %error-verbose directive from jsonpath parserAndrew Dunstan2022-07-03
* Allow makeaclitem() to accept multiple privilege names.Tom Lane2022-07-03
* Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT.Noah Misch2022-07-01
* Fix race condition in t/028_pitr_timelines.pl.Noah Misch2022-07-01
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-01
* pgindent run prior to branching v15.Tom Lane2022-06-30
* Use --no-unlogged-table-data in t/027_stream_regress.pl.Noah Misch2022-06-25
* Remove unportable testPeter Eisentraut2022-06-24
* Fix intermetent test failure in 028_row_filter.pl.Amit Kapila2022-06-24
* Fix two issues with HEADER MATCH in COPYMichael Paquier2022-06-23
* Fix partition table's REPLICA IDENTITY checking on the subscriber.Amit Kapila2022-06-21
* Message and documentation refinementsPeter Eisentraut2022-06-19
* Revert changes in HOT handling of BRIN indexesTomas Vondra2022-06-16
* Fix comment in regression tests for large objectsMichael Paquier2022-06-16
* Fix data inconsistency between publisher and subscriber.Amit Kapila2022-06-16
* Fix cache look-up failures while applying changes in logical replication.Amit Kapila2022-06-15
* Make subscription tests pass with log_error_verbosity=verboseAndrew Dunstan2022-06-12
* Un-break whole-row Vars referencing domain-over-composite types.Tom Lane2022-06-10
* psql: Show notices immediately (again)Peter Eisentraut2022-06-09
* Prohibit combining publications with different column lists.Amit Kapila2022-06-02
* Remove useless tests for TRUNCATE on foreign tablesMichael Paquier2022-05-31
* Teach remove_unused_subquery_outputs about window run conditionsDavid Rowley2022-05-27
* pgstat: fix stats.spec instability on slow machines.Andres Freund2022-05-22
* Show 'AS "?column?"' explicitly when it's important.Tom Lane2022-05-21