summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
2024-12-02Deprecate MD5 passwords.Nathan Bossart
2024-12-02Add a planner support function for numeric generate_series().Dean Rasheed
2024-12-02Fix error code for referential action RESTRICTPeter Eisentraut
2024-11-30Avoid mislabeling of lateral references, redux.Tom Lane
2024-11-29Add tests for foreign keys with case-insensitive collationsPeter Eisentraut
2024-11-29Skip not SOAP-supported indexes while transforming an OR clause into SAOPAlexander Korotkov
2024-11-28Avoid mislabeling of lateral references when pulling up a subquery.Tom Lane
2024-11-28Remove useless casts to (void *)Peter Eisentraut
2024-11-27jsonapi: add lexer option to keep token ownershipAndrew Dunstan
2024-11-27Fix pg_get_constraintdef for NOT NULL constraints on domainsÁlvaro Herrera
2024-11-27Fix buildfarm failure from commit 8fcd80258b.Amit Kapila
2024-11-27Support LIKE with nondeterministic collationsPeter Eisentraut
2024-11-27Improve error message for replication of generated columns.Amit Kapila
2024-11-26Fix test case from a8ccf4e93Richard Guo
2024-11-26Reordering DISTINCT keys to match input path's pathkeysRichard Guo
2024-11-25Fix NULLIF()'s handling of read-write expanded objects.Tom Lane
2024-11-25Avoid "you don't own a lock of type ExclusiveLock" in GRANT TABLESPACE.Noah Misch
2024-11-25Remove the wrong assertion from match_orclause_to_indexcol()Alexander Korotkov
2024-11-24Test "options=-crole=" and "ALTER DATABASE SET role".Noah Misch
2024-11-24Teach bitmap path generation about transforming OR-clauses to SAOP'sAlexander Korotkov
2024-11-24Transform OR-clauses to SAOP's during index matchingAlexander Korotkov
2024-11-22Disallow modifying statistics on system columns.Jeff Davis
2024-11-22Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart
2024-11-22Add write_to_file to PgStat_KindInfo for pgstats kindsMichael Paquier
2024-11-21Fix ALTER TABLE / REPLICA IDENTITY for temporal tablesPeter Eisentraut
2024-11-15Fix per-session activation of ALTER {ROLE|DATABASE} SET role.Noah Misch
2024-11-15Avoid assertion due to disconnected NFA sub-graphs in regex parsing.Tom Lane
2024-11-15Fix collation handling for foreign keysPeter Eisentraut
2024-11-15Proper object locking for GRANT/REVOKEPeter Eisentraut
2024-11-14Kill dead-end children when there's nothing else leftHeikki Linnakangas
2024-11-11Fix improper interactions between session_authorization and role.Tom Lane
2024-11-11Ensure cached plans are correctly marked as dependent on role.Nathan Bossart
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
2024-11-11Add two attributes to pg_stat_database for parallel workers activityMichael Paquier
2024-11-08Add pg_constraint rows for not-null constraintsÁlvaro Herrera
2024-11-08Disallow partitionwise join when collations don't matchAmit Langote
2024-11-08Disallow partitionwise grouping when collations don't matchAmit Langote
2024-11-08Fix inconsistent RestrictInfo serial numbersRichard Guo
2024-11-07Clarify a foreign key error messagePeter Eisentraut
2024-11-07Replicate generated columns when 'publish_generated_columns' is set.Amit Kapila
2024-11-07Improve handling of empty query results in BackgroundPsql::query()Michael Paquier
2024-11-06Extend Cluster.pm's background_psql() to be able to start asynchronouslyMichael Paquier
2024-11-04Revert pg_wal_replay_wait() stored procedureAlexander Korotkov
2024-11-04Add PG_TEST_EXTRA configure option to the Make buildsHeikki Linnakangas
2024-11-03Add missing newlines at the end of two SQL filesMichael Paquier
2024-11-01Add SQL function array_reverse()Michael Paquier
2024-10-31Make all ereport() calls within gram.y provide error locations.Tom Lane
2024-10-31Add a parse location field to struct FunctionParameter.Tom Lane
2024-10-31injection_points: Improve comment about disabled isolation permutationMichael Paquier