Commit Graph

46367 Commits (f339a998ffe6fb8aa8c114a33316e97b56cb1513)
 

Author SHA1 Message Date
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
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 8 years ago
Tom Lane 04269320ae Further portability hacking in pg_upgrade's test script. 8 years ago
Tom Lane 0c0908d926 Be more paranoid about quoting in pg_upgrade's test script. 8 years ago
Tom Lane 986127e3db Avoid unportable shell syntax in pg_upgrade's test script. 8 years ago
Dean Rasheed 8f6ce7fb09 Guard against rare RAND_bytes() failures in pg_strong_random(). 8 years ago
Michael Paquier f2b1316a94 Bump catalog version for recent toast table additions 8 years ago
Michael Paquier 96cdeae07f Add toast tables to most system catalogs 8 years ago
Tom Lane 2409716755 Remove undocumented restriction against duplicate partition key columns. 8 years ago