Commit Graph

58965 Commits (cd85ae1114fedcce8602bca77b4557fe75165637)
 

Author SHA1 Message Date
Tom Lane cd85ae1114 Improve pg_ctl's message for shutdown after recovery. 2 years ago
Tom Lane 56c6be57af Doc: improve description of plpgsql's RAISE command. 2 years ago
Robert Haas 402b586d0a Do not summarize WAL if generated with wal_level=minimal. 2 years ago
Michael Paquier a0a5869a85 Add INJECTION_POINT_CACHED() to run injection points directly from cache 2 years ago
Tom Lane 6159331acf Doc: fix minor syntax error in example. 2 years ago
Nathan Bossart a99cc6c6b4 Use PqMsg_* macros in more places. 2 years ago
Andrew Dunstan f2a0d5808c Avoid error in recovery test if history file is not yet present 2 years ago
Amit Langote 86d33987e8 SQL/JSON: Rethink c2d93c3802 2 years ago
Michael Paquier ec678692f6 Make write of pgstats file durable at shutdown 2 years ago
Jeff Davis 4b74ebf726 When creating materialized views, use REFRESH to load data. 2 years ago
Nathan Bossart 0a8ca122e5 Add a couple of recent commits to .git-blame-ignore-revs. 2 years ago
Andrew Dunstan 49546ae9c7 Adjust recently added test for pg_signal_autovacuum role 2 years ago
Amit Langote 884d791b21 SQL/JSON: Fix a paragraph in JSON_TABLE documentation 2 years ago
Michael Paquier d2b74882ca Add tap test for pg_signal_autovacuum role 2 years ago
Andres Freund 47ecbfdfcc Fix bad indentation introduced in 43cd30bcd1 2 years ago
Andres Freund 4128453003 ci: Use newer LLVM version with gcc, to avoid compiler warnings 2 years ago
Jeff Davis 8e28778ce3 Add missing RestrictSearchPath() calls. 2 years ago
Andres Freund c8a6ec206a ci: Upgrade to Debian Bookworm 2 years ago
Andres Freund 43cd30bcd1 Fix type confusion in guc_var_compare() 2 years ago
Tom Lane a0899c0a97 Doc: minor improvements for plpgsql "Transaction Management" section. 2 years ago
Thomas Munro 8583b1f993 Run LLVM verify pass on IR in assert builds. 2 years ago
Heikki Linnakangas 91651347ba Use correct type for pq_mq_parallel_leader_proc_number variable 2 years ago
Heikki Linnakangas 86db52a506 Use atomics to avoid locking in InjectionPointRun() 2 years ago
Fujii Masao 4e5d6c4091 Fix unstable tests in partition_merge.sql and partition_split.sql. 2 years ago
Fujii Masao c086896625 Fix tablespace handling in MERGE/SPLIT partition commands. 2 years ago
Richard Guo 069d0ff022 Check lateral references within PHVs for memoize cache keys 2 years ago
Tom Lane f96c2c7278 Avoid unhelpful internal error for incorrect recursive-WITH queries. 2 years ago
Noah Misch d5e6891502 Fix new assertion for MERGE view_name ... DO NOTHING. 2 years ago
Noah Misch 7102070329 Don't lose partitioned table reltuples=0 after relhassubclass=f. 2 years ago
Andrew Dunstan 055891f374 Make sure to run pg_isready on correct port 2 years ago
Thomas Munro a8458f508a Fix lost Windows socket EOF events. 2 years ago
Andrew Dunstan 291c420747 Use diff --strip-trailing-cr in pg_regress.c 2 years ago
Alvaro Herrera 74e12db19c
Add ORDER BY to new test query 2 years ago
Alvaro Herrera 8391779138
Fix ALTER TABLE DETACH for inconsistent indexes 2 years ago
Michael Paquier 734c057a89 Add assertion in pgstat_write_statsfile() about processes allowed 2 years ago
Amit Kapila 63909da978 Fix a typo in logicalrep_write_typ(). 2 years ago
Amit Kapila 9fd8b331df Fix unstable test in 040_pg_createsubscriber. 2 years ago
Richard Guo 22d946b0f8 Consider materializing the cheapest inner path in parallel nestloop 2 years ago
Michael Paquier 72c0b24b2d Improve comment of pgstat_read_statsfile() 2 years ago
Tom Lane 0d8bd0a72e Improve logical replication connection-failure messages. 2 years ago
Tom Lane a0f1fce80c Add min and max aggregates for composite types (records). 2 years ago
Masahiko Sawada bb19b70081 Fix possibility of logical decoding partial transaction changes. 2 years ago
Andrew Dunstan c194de0713 Change pg_regress.c back to using diff -w on Windows 2 years ago
Michael Paquier 9e4664d950 Add a new 'F' entry type for fixed-numbered stats in pgstats file 2 years ago
Michael Paquier 21471f18e9 Add PgStat_KindInfo.init_shmem_cb 2 years ago
Nathan Bossart cc2236854e Revamp documentation for predefined roles. 2 years ago
Dean Rasheed 0dcf753bd8 Improve the numeric width_bucket() computation. 2 years ago
Andrew Dunstan 628c1d1f2c Use diff's --strip-trailing-cr flag where appropriate on Windows 2 years ago
Fujii Masao 05506510de doc: Update track_io_timing documentation to mention pg_stat_io. 2 years ago
Michael Paquier d898665bf7 Extend pg_get_acl() to handle sub-object IDs 2 years ago