Commit Graph

45385 Commits (c40489e449ea08e154cd62fa055785873f7bdac8)
 

Author SHA1 Message Date
Alvaro Herrera c40489e449 Fix logical replication slot initialization 8 years ago
Alvaro Herrera 91bc213d90 Fix unnoticed variable shadowing in previous commit 8 years ago
Alvaro Herrera 1c9bb02d8e Fix per-tuple memory leak in partition tuple routing 8 years ago
Tom Lane e3f99e03e2 Fix libpq's code for searching .pgpass; rationalize empty-list-item cases. 8 years ago
Robert Haas e80f2b335e Update parallel.sgml for Parallel Append 8 years ago
Peter Eisentraut 0d5f05cde0 Allow multi-inserts during COPY into a partitioned table 8 years ago
Bruce Momjian b6d6488a3a pg_upgrade: fix --check for live source server checks 8 years ago
Andrew Gierth df163230b9 Provide for contrib and pgxs modules to install include files. 8 years ago
Tom Lane f3eb76b399 Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. 8 years ago
Alvaro Herrera 23ca82d7ef Fix typo in file identification and copyright year 8 years ago
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