Commit Graph

45357 Commits (a7dc63d904a6044d299aebdf59ad3199b6a9e99d)
 

Author SHA1 Message Date
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
Tom Lane 90371a24a5 Improve psql's \d command to show whether index columns are key columns. 8 years ago
Tom Lane 028e3da294 Fix pg_get_indexdef()'s behavior for included index columns. 8 years ago
Alvaro Herrera 1573995f55 Rewrite comments in replication slot advance implementation 8 years ago
Alexander Korotkov 309765fa1e Fix handling of empty uncompressed posting list pages in GIN 8 years ago
Heikki Linnakangas b90d97e081 Fix error message when a hostaddr cannot be parsed. 8 years ago
Heikki Linnakangas 99fdebaf2d Rephrase a few comments for clarity. 8 years ago
Heikki Linnakangas 405cb356d6 Fix comment. 8 years ago
Heikki Linnakangas 5220bb7533 Expand run-time partition pruning to work with MergeAppend 8 years ago
Michael Paquier b33ef397a1 Fix print of Path nodes when using OPTIMIZER_DEBUG 8 years ago
Michael Paquier c6598b8b05 Fix re-parameterize of MergeAppendPath 8 years ago