Commit Graph

52257 Commits (43c1c4f65eab77bcfc4f535a7e9ac0421e0cf2a5)
 

Author SHA1 Message Date
Michael Paquier 43c1c4f65e Introduce GUC shared_memory_size_in_huge_pages 4 years ago
Peter Geoghegan 5e6716cde5 Remove overzealous index deletion assertion. 4 years ago
Andres Freund 6b9501660c pgstat: Prepare to use mechanism for truncated rels also for droppped rels. 4 years ago
Andres Freund e1f958d759 pgstat: Split out relation stats handling from AtEO[Sub]Xact_PgStat() etc. 4 years ago
Alvaro Herrera d3014fff4c
Doc: add glossary term for "auxiliary process" 4 years ago
Tom Lane 5577cd571a Doc: minor improvements for "Formatting" section. 4 years ago
Tomas Vondra c9eeef2a15 Disallow extended statistics on system columns 4 years ago
Tom Lane d5eeb51bc0 Doc: fix typos. 4 years ago
Andres Freund 7c83a3bf51 process startup: Split single user code out of PostgresMain(). 4 years ago
Michael Paquier 499c9b1266 Improve some check logic in pg_receivewal 4 years ago
Peter Geoghegan d7897abf9e pageinspect: Make page deletion elog less chatty. 4 years ago
Tom Lane a21049fd3f Fix pull_varnos to cope with translated PlaceHolderVars. 4 years ago
Michael Paquier cddcf7842c Clarify some errors in pg_receivewal when closing WAL segments 4 years ago
Michael Paquier 5adb06732d Disable test for postgres -C on Msys 4 years ago
Tom Lane 3f50b82639 Fix EXPLAIN to handle SEARCH BREADTH FIRST queries. 4 years ago
Peter Eisentraut 4ac0f450b6 Message style improvements 4 years ago
Andres Freund 3d7c752a2f process startup: Do InitProcess() at the same time regardless of EXEC_BACKEND. 4 years ago
Andres Freund 37a9aa6591 Fix performance regression from session statistics. 4 years ago
Fujii Masao dc899146db Fix variable shadowing in procarray.c. 4 years ago
Fujii Masao 64a62ebeeb Use int instead of size_t in procarray.c. 4 years ago
Michael Paquier 0c39c29207 Support "postgres -C" with runtime-computed GUCs 4 years ago
Andres Freund 2c7615f77b process startup: Initialize PgStartTime earlier in single user mode. 4 years ago
Tom Lane e3ec3c00d8 Remove arbitrary 64K-or-so limit on rangetable size. 4 years ago
Peter Eisentraut 6fe0eb963d Add Cardinality typedef 4 years ago
Tom Lane 1316be2866 Disallow LISTEN in background workers. 4 years ago
Peter Eisentraut e581360696 Make node output prefix match node structure name 4 years ago
Peter Eisentraut 851ff93357 Fix hash_array 4 years ago
Daniel Gustafsson 379591fecf doc: Clarify refresh options for DROP PUBLICATION 4 years ago
Peter Eisentraut e03b807e12 Fix incorrect format placeholders 4 years ago
Peter Eisentraut f7e56f1f54 Update Unicode data to Unicode 14.0.0 4 years ago
Michael Paquier cae6fc2bc2 Update README for resource owners about the resource types supported 4 years ago
Tom Lane 69e31d05b0 Improve log messages from pg_import_system_collations(). 4 years ago
Tom Lane 2e4eae87d0 Send NOTIFY signals during CommitTransaction. 4 years ago
Tom Lane e8638d78a2 Fix planner error with multiple copies of an AlternativeSubPlan. 4 years ago
Peter Eisentraut bdeb2c4ec2 Add WRITE_INDEX_ARRAY 4 years ago
Peter Eisentraut 308da179e7 Add COPY_ARRAY_FIELD and COMPARE_ARRAY_FIELD 4 years ago
Peter Eisentraut 8539929197 Remove T_Expr 4 years ago
Andres Freund edb4d95ddf jit: Do not try to shut down LLVM state in case of LLVM triggered errors. 4 years ago
Michael Paquier 026ed8efd6 Remove code duplication for permission checks with replication slots 4 years ago
Tom Lane 138531f1bb Clear conn->errorMessage at successful completion of PQconnectdb(). 4 years ago
Tom Lane 1882d6cca1 Doc: improve documentation of CREATE/ALTER SUBSCRIPTION. 4 years ago
Tom Lane 1bf2518dd6 Fix EXIT out of outermost block in plpgsql. 4 years ago
Amit Kapila df3640e529 Fix reorder buffer memory accounting for toast changes. 4 years ago
Michael Paquier fa703b317e Fix error handling with threads on OOM in ECPG connection logic 4 years ago
Amit Kapila fee1040fe3 Doc: Change optional parameters grouping in Create Subscription. 4 years ago
Michael Paquier 72b76f7616 Add regression tests for csvlog with the logging collector 4 years ago
Michael Paquier 2d77d83540 Refactor the syslogger pipe protocol to use a bitmask for its options 4 years ago
Tom Lane e757080e04 Make pg_regexec() robust against out-of-range search_start. 4 years ago
Tom Lane c1b7a6c273 Fix some anomalies with NO SCROLL cursors. 4 years ago
Noah Misch 2d689f2ee4 Update src/test/kerberos to account for previous commit. 4 years ago