Commit Graph

62621 Commits (aeebb49b7cfeff525fafe8ae105e091c923193fb)
 

Author SHA1 Message Date
Heikki Linnakangas 1b4699090e Escalate ERRORs during async notify processing to FATAL 1 month ago
Daniel Gustafsson d36acd6f5c doc: Document effects of ownership change on privileges 1 month ago
Álvaro Herrera 877a024902
Split out innards of pg_tablespace_location() 1 month ago
Alexander Korotkov a1f7f91be2 Add tab completion support for the WAIT FOR command 1 month ago
Daniel Gustafsson b4e32a076c Fix range for commit_siblings in sample conf 1 month ago
Daniel Gustafsson 9122ff65a1 libpq: threadsafety for SSL certificate callback 1 month ago
Álvaro Herrera 78aae29830
Change coding pattern for CURL_IGNORE_DEPRECATION() 1 month ago
Michael Paquier 040a39ed25 Fix comments of output routines for pg_ndistinct and pg_dependencies 1 month ago
Heikki Linnakangas 94939c5f3a Fix pg_upgrade around multixid and mxoff wraparound 1 month ago
Amit Kapila 55cefadde8 Doc: Add documentation for sequence synchronization. 1 month ago
Michael Paquier 2ddc8d9e9b Move code specific to pg_dependencies to new file 1 month ago
Michael Paquier a552312343 Move code specific to pg_ndistinct to new file 1 month ago
Fujii Masao df53fa1c1e doc: Fix incorrect synopsis for ALTER PUBLICATION ... DROP ... 1 month ago
Amit Kapila bfb7419b0b Remove unused assignment in CREATE PUBLICATION grammar. 1 month ago
Thomas Munro 2421ade663 Prefer spelling "cacheable" over "cachable". 1 month ago
Michael Paquier fb9bff0454 injection_points: Add tests for name limits 1 month ago
Michael Paquier 6e1535308c Report better object limits in error messages for injection points 1 month ago
Michael Paquier 79cd66f28c Add check for large files in meson.build 1 month ago
Heikki Linnakangas 6956bca515 Add warning to pg_controldata on PG_CONTROL_VERSION mismatch 1 month ago
Heikki Linnakangas 676cd9ac07 Add pg_resetwal and pg_controldata support for new control file field 1 month ago
Peter Eisentraut d2f24df19b Clean up qsort comparison function for GUC entries 1 month ago
Heikki Linnakangas e510378358 Bump PG_CONTROL_VERSION for commit 3e0ae46d90 1 month ago
Nathan Bossart 5e4fcbe531 Check for CREATE privilege on the schema in CREATE STATISTICS. 1 month ago
Jacob Champion 600086f471 libpq: Prevent some overflows of int/size_t 1 month ago
Heikki Linnakangas 3e0ae46d90 Move SLRU_PAGES_PER_SEGMENT to pg_config_manual.h 1 month ago
Daniel Gustafsson 3a872ddd64 Fix typos in nodeWindowAgg comments 1 month ago
Michael Paquier b23fe993e1 Add more tests for relation statistics with rewrites 1 month ago
David Rowley 812367f3d4 Doc: more uppercase keywords in SQLs 1 month ago
Michael Paquier 16a2f70695 injection_points: Add variant for injection_point_attach() 1 month ago
Michael Paquier 9d7e851a21 Fix comment in copyto.c 2 months ago
Bruce Momjian 980a855c5c doc: consistently use "structname" and "structfield" markup 2 months ago
Bruce Momjian e8bfad4ca8 docs: fix text by adding/removing parentheses 2 months ago
Bruce Momjian 6204d07ad6 Remove blank line in C code. 2 months ago
Thomas Munro c5d34f4a55 Fix generic read and write barriers for Clang. 2 months ago
Alexander Korotkov 7742f99a02 Fix checking for recovery state in WaitForLSN() 2 months ago
Daniel Gustafsson 07961ef866 doc: Fix incorrect wording for --file in pg_dump 2 months ago
Fujii Masao 0ab208fa50 pgbench: Add --continue-on-error option. 2 months ago
Peter Eisentraut a3ea5330fc Fix "inconsistent DLL linkage" warning on Windows MSVC 2 months ago
Amit Kapila f6a4c498dc Add seq_sync_error_count to subscription statistics. 2 months ago
Fujii Masao c32e32f763 doc: Fix descriptions of some PGC_POSTMASTER parameters. 2 months ago
Fujii Masao 6fba6cb05d doc: Clarify units for io_combine_limit and io_max_combine_limit. 2 months ago
Andres Freund 5310fac6e0 bufmgr: Use atomic sub for unpinning buffers 2 months ago
Andres Freund c75ebc657f bufmgr: Allow some buffer state modifications while holding header lock 2 months ago
David Rowley 448b6a4173 Tidyup WARNING ereports in subscriptioncmds.c 2 months ago
Álvaro Herrera a2b02293bc
Use XLogRecPtrIsValid() in various places 2 months ago
Álvaro Herrera 06edbed478
Introduce XLogRecPtrIsValid() 2 months ago
Álvaro Herrera 8fe7700b7e
Refer readers of \? to "\? variables" for pset options 2 months ago
Peter Eisentraut aa606b9316 Disallow generated columns in COPY WHERE clause 2 months ago
Heikki Linnakangas aa9c5fd3e3 Refactor shared memory allocation for semaphores 2 months ago
Heikki Linnakangas daf3d99d2b Add comment to explain why PGReserveSemaphores() is called early 2 months ago