Commit Graph

45374 Commits (2d36a5e9dab6eda817b3d72a2d0f42c3d0cd922c)
 

Author SHA1 Message Date
Andrew Dunstan 2d36a5e9da Provide a log_level setting for auto_explain 7 years ago
Tom Lane 6574f19127 Remove dead code left behind by 1b6801051. 7 years ago
Alvaro Herrera d25d45e4d9 Verify range bounds to bms_add_range when necessary 7 years ago
Alvaro Herrera 1b68010518 Change bms_add_range to be a no-op for empty ranges 7 years ago
Tom Lane 7dc5a96aa2 Ensure we build generated headers at the start of some more cases. 7 years ago
Alvaro Herrera 4f10e7ea7b Set ActiveSnapshot when logically replaying inserts 7 years ago
Peter Eisentraut 70de0abdb7 doc: Improve CREATE COLLATION locking documentation 7 years ago
Tom Lane c0a552921b Fix pg_dump's failure to dump REPLICA IDENTITY for constraint indexes. 7 years ago
Tom Lane 9295d7cf50 Doc: fix oversimplified example for CREATE POLICY. 7 years ago
Peter Eisentraut 98efa76fe3 Add ssl_library preset parameter 7 years ago
Tomas Vondra ab87b8fedc Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLY 7 years ago
Tomas Vondra 74294c7301 Restore handling of -0 in the C field of lines in line_construct(). 7 years ago
Noah Misch fb17eabf1b Fix earthdistance test suite function name typo. 7 years ago
Michael Paquier 59eb12c9c5 Make error message of pageinspect more consistent for raw page inputs 7 years ago
Michael Paquier 9f7ba88aa4 Fix two oversights from 9ebe0572 which refactored cluster_rel 7 years ago
Noah Misch e09144e6ce Document security implications of qualified names. 7 years ago
Tomas Vondra 6bf0bc842b Provide separate header file for built-in float types 7 years ago
Tomas Vondra a7dc63d904 Refactor geometric functions and operators 7 years ago
Michael Paquier fa7d5b704a Add verbosity to pg_basebackup for sync 7 years ago
Bruce Momjian e2c0df7828 pgtest: run clean, build, and check stages separately 7 years ago
Bruce Momjian 244142d32a pg_upgrade: check for clean server shutdowns 7 years ago
Bruce Momjian 60e3bd1d7f pg_upgrade: report database names with missing extension libs 7 years ago
Bruce Momjian 96313bff29 pgtest: grab possible warnings from install.log 7 years ago
Alexander Korotkov d2086b08b0 Reduce path length for locking leaf B-tree pages during insertion 7 years ago
Alvaro Herrera 8a9b72c3ea Fix grammar in README.tuplock 7 years ago
Robert Haas 3e32109049 Use key and partdesc from PartitionDispatch where possible. 7 years ago
Amit Kapila 8ce29bb4f0 Fix the buffer release order for parallel index scans. 7 years ago
Michael Paquier 39d51fe87d Fix handling of pgbench's hash when no argument is provided 7 years ago
Tom Lane 9f77ad2672 Provide plpgsql tests for cases involving record field changes. 7 years ago
Tom Lane 662d12aea1 Avoid crash in eval_const_expressions if a Param's type changes. 7 years ago
Andres Freund 3acc4acd9b LLVMJIT: Release JIT context after running ExprContext shutdown callbacks. 7 years ago
Andres Freund bcafa263ec LLVMJIT: Check for 'noinline' attribute in recursively inlined functions. 7 years ago
Tomas Vondra 167075be3a Add strict_multi_assignment and too_many_rows plpgsql checks 7 years ago
Thomas Munro 2d30675952 Pad semaphores to avoid false sharing. 7 years ago
Andres Freund 487bcc6ea6 doc: Fix reference to "decoder" to instead be the correct "output plugin". 7 years ago
Andres Freund b2bb3dc0e0 Defend against some potential spurious compiler warnings in 86eaf208e. 7 years ago
Peter Eisentraut fb421231da psql: Add option for procedures to \df 7 years ago
Michael Paquier 9ebe0572ce Refactor cluster_rel() to handle more options 7 years ago
Michael Paquier d9fadbf131 Fix calculation for WAL segment recycling and removal 7 years ago
Thomas Munro 1bc180cd2a Use setproctitle_fast() to update the ps status, if available. 7 years ago
Robert Haas 3214463228 pgbench: Remove duplicate entries from table of builtin functions. 7 years ago
Andres Freund e9a9843e13 LLVMJIT: Adapt to API changes in gdb and perf support. 7 years ago
Andres Freund a38b833a7c LLVMJIT: Fix LLVM build for LLVM > 7. 7 years ago
Andres Freund 1307bc3d45 Reset context at the tail end of JITed EEOP_AGG_PLAIN_TRANS. 7 years ago
Andres Freund 013f320dc3 Mop-up for 3522d0eaba, which missed some alternative output files. 7 years ago
Michael Paquier e41d0a1090 Add proper errcodes to new error messages for read() failures 7 years ago
Michael Paquier 56df07bb9e Make more consistent some error messages for file-related operations 7 years ago
Andres Freund 6b4d860311 Fix JITed EEOP_AGG_INIT_TRANS, which missed some state. 7 years ago
Andres Freund 86eaf208ea Hand code string to integer conversion for performance. 7 years ago
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 7 years ago