aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix pgbench TAP test.Tatsuo Ishii2022-03-24
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-24
* Don't try to translate NULL in GetConfigOptionByNum().Andres Freund2022-03-23
* Don't call fwrite() with len == 0 when writing out relcache init file.Andres Freund2022-03-23
* Clean test_rls_hooks moduleAndrew Dunstan2022-03-23
* pg_upgrade: Upgrade an Assert to a real 'if' testAlvaro Herrera2022-03-23
* pg_basebackup: Try to fix some failures on Windows.Robert Haas2022-03-23
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-23
* In get_bc_algorithm_name, add a dummy return statement.Robert Haas2022-03-23
* Force NO_LOCALE / UTF8 for test_oat_hooks testsAndrew Dunstan2022-03-23
* Use approved style for listing OBJS in test_oat_hooks MakefileAndrew Dunstan2022-03-23
* Unbreak the build.Robert Haas2022-03-23
* Replace BASE_BACKUP COMPRESSION_LEVEL option with COMPRESSION_DETAIL.Robert Haas2022-03-23
* Allow pgbench to retry in some cases.Tatsuo Ishii2022-03-23
* Try to stabilize vacuum test.Thomas Munro2022-03-23
* Temporarily disable installcheck for test_oat_hooks moduleAndrew Dunstan2022-03-22
* Revert "Common SQL/JSON clauses"Andrew Dunstan2022-03-22
* Add missing xlogdefs.h include to pg_subscription.h.Andres Freund2022-03-22
* Common SQL/JSON clausesAndrew Dunstan2022-03-22
* Tidy up Object Access hooks testsAndrew Dunstan2022-03-22
* Fix new Object Access hooks testAndrew Dunstan2022-03-22
* Add missing dependency of pg_dumpall to WIN32RES.Andres Freund2022-03-22
* pgstat: fix function name in comment.Andres Freund2022-03-22
* Add a test module for Object Access hooksAndrew Dunstan2022-03-22
* Add String object access hooksAndrew Dunstan2022-03-22
* Revert "graceful shutdown" changes for Windows.Tom Lane2022-03-22
* Add support for security invoker views.Dean Rasheed2022-03-22
* Fix failures in SSL tests caused by out-of-tree keys and certificatesMichael Paquier2022-03-22
* Add ALTER SUBSCRIPTION ... SKIP.Amit Kapila2022-03-22
* pgstat: reorder pgstat.[ch] contents.Andres Freund2022-03-21
* Fix assorted missing logic for GroupingFunc nodes.Tom Lane2022-03-21
* pgstat: split different types of stats into separate files.Andres Freund2022-03-21
* Fix bogus dependency handling for GENERATED expressions.Tom Lane2022-03-21
* Move pg_attrdef manipulation code into new file catalog/pg_attrdef.c.Tom Lane2022-03-21
* Fix risk of deadlock failure while dropping a partitioned index.Tom Lane2022-03-21
* Remove workarounds for avoiding [U]INT64_FORMAT in translatable strings.Tom Lane2022-03-21
* Fix typo in file identificationMagnus Hagander2022-03-21
* pgstat: separate "xact level" handling out of relation specific functions.Andres Freund2022-03-20
* pgstat: rename pgstat_initstats() to pgstat_relation_init().Andres Freund2022-03-20
* pgstat: introduce pgstat_relation_should_count().Andres Freund2022-03-20
* Blind fix for uninitialized memory bug in ba9a7e392171Alvaro Herrera2022-03-20
* Log regression.diffs in 027_stream_regress.pl.Thomas Munro2022-03-21
* psql: handle tab completion of timezone names after "SET TIMEZONE TO".Tom Lane2022-03-20
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-20
* pgstat: split out WAL handling from pgstat_{initialize,report_stat}.Andres Freund2022-03-19
* pgstat: split relation, database handling out of pgstat_report_stat().Andres Freund2022-03-19
* pgstat: run pgindent on pgstat.c/h.Andres Freund2022-03-19
* Fix an outdated and grammatically wrong commentAlvaro Herrera2022-03-19
* Improve handling of SET ACCESS METHOD for ALTER MATERIALIZED VIEWMichael Paquier2022-03-19