Commit Graph

8379 Commits (d11eae09e48694ad6b4139bbb7d7b112833301f5)

Author SHA1 Message Date
Tom Lane a2a8acd152 Produce compiler errors if errno is referenced inside elog/ereport calls. 8 years ago
Tom Lane 3a60c8ff89 Distinguish printf-like functions that support %m from those that don't. 8 years ago
Peter Geoghegan 4974d7f87e Handle parallel index builds on mapped relations. 8 years ago
Heikki Linnakangas 77291139c7 Remove support for tls-unique channel binding. 8 years ago
Tom Lane b8a1247a34 Fix INSERT ON CONFLICT UPDATE through a view that isn't just SELECT *. 8 years ago
Thomas Munro 579b985b22 Add missing header include to pmsignal.h. 8 years ago
Tom Lane 1c2cb2744b Fix run-time partition pruning for appends with multiple source rels. 8 years ago
Peter Eisentraut 0d5f05cde0 Allow multi-inserts during COPY into a partitioned table 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
Peter Eisentraut 98efa76fe3 Add ssl_library preset parameter 8 years ago
Michael Paquier 9f7ba88aa4 Fix two oversights from 9ebe0572 which refactored cluster_rel 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 9ebe0572ce Refactor cluster_rel() to handle more options 8 years ago
Thomas Munro 1bc180cd2a Use setproctitle_fast() to update the ps status, if available. 8 years ago
Andres Freund e9a9843e13 LLVMJIT: Adapt to API changes in gdb and perf support. 8 years ago
Andres Freund 86eaf208ea Hand code string to integer conversion for performance. 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
Heikki Linnakangas 5220bb7533 Expand run-time partition pruning to work with MergeAppend 8 years ago
Tom Lane 3cb646264e Use a ResourceOwner to track buffer pins in all cases. 8 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 8 years ago
Robert Haas 32df1c9afa Add subtransaction handling for table synchronization workers. 8 years ago
Peter Eisentraut f7cb2842bf Add plan_cache_mode setting 8 years ago
Michael Paquier ce89ad0fa0 Fix argument of pg_create_logical_replication_slot for slot name 8 years ago
Amit Kapila 40ca70ebcc Allow using the updated tuple while moving it to a different partition. 8 years ago
Michael Paquier edc6b41bd4 Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED 8 years ago
Tom Lane 39a96512b3 Mark built-in btree comparison functions as leakproof where it's safe. 8 years ago
Tom Lane ff4f889164 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. 8 years ago
Alexander Korotkov edf59c40dd Fix more wrong paths in header comments 8 years ago
Alvaro Herrera f2c587067a Rethink how to get float.h in old Windows API for isnan/isinf 8 years ago
Thomas Munro f98b8476cd Use signals for postmaster death on FreeBSD. 8 years ago
Thomas Munro 9f09529952 Use signals for postmaster death on Linux. 8 years ago
Peter Eisentraut bcbd940806 Remove dynamic_shared_memory_type=none 8 years ago
Peter Eisentraut 1486f7f981 Fix typos 8 years ago
Alvaro Herrera a22445ff0b Flip argument order in XLogSegNoOffsetToRecPtr 8 years ago
Peter Eisentraut ec67b89816 Add UtilityReturnsTuples() support for CALL 8 years ago
Peter Eisentraut f61988d160 Fix typo 8 years ago
Fujii Masao b41669118c Improve the performance of relation deletes during recovery. 8 years ago
Michael Paquier c55de5e512 Add wait event for fsync of WAL segments 8 years ago
Andrew Dunstan feced1387f Stamp HEAD as 12devel 8 years ago
Andrew Dunstan 1e9c858090 pgindent run prior to branching 8 years ago
Alvaro Herrera f5545287dc Fix typo in comment 8 years ago
Andres Freund 42121790ca Change pqformat.h's integer handling functions to take unsigned integers. 8 years ago
Amit Kapila 8121ab88e7 Cosmetic improvements for faster column addition. 8 years ago
Alvaro Herrera f49a80c481 Fix "base" snapshot handling in logical decoding 8 years ago
Alvaro Herrera 7d872c91a3 Allow direct lookups of AppendRelInfo by child relid 8 years ago
Alvaro Herrera 1d4e5edc1d Stamp 11beta2. 8 years ago
Andrew Dunstan 123efbccea Mark binary_upgrade_set_missing_value as parallel_unsafe 8 years ago