Commit Graph

45375 Commits (ed0cfde2e7fca2c129e560491bbb15331f2ff2f4)
 

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