Commit Graph

46163 Commits (b6f3649bba9832cf4958dbb184dabef93dcea29c)
 

Author SHA1 Message Date
Alvaro Herrera 5c9a5513a3 Disallow COPY FREEZE on partitioned tables 7 years ago
Peter Eisentraut fc47e99a15 pg_archivecleanup: Update file header comment a bit 7 years ago
Thomas Munro 9ccdd7f66e PANIC on fsync() failure. 7 years ago
Thomas Munro 1556cb2fc5 Don't forget about failed fsync() requests. 7 years ago
Michael Paquier 74171f8c12 Rework documentation of pg_promote 7 years ago
Michael Paquier 285bd0ac4a Remove unnecessary memcpy when reading WAL record fitting on page 7 years ago
Andrew Dunstan 79376e0712 fix typo 7 years ago
Andrew Dunstan d5d7f7f3b7 Silence MSVC warnings about redefinition of isnan 7 years ago
Tom Lane 0b59b0e8bc Fix AC_REQUIRES breakage in LLVM autoconf tests. 7 years ago
Tomas Vondra d3bbc4b96a Add valgrind suppressions for wcsrtombs optimizations 7 years ago
Tom Lane 37afc079ab Avoid defining SIGTTIN/SIGTTOU on Windows. 7 years ago
Tom Lane 125f551c8b Leave SIGTTIN/SIGTTOU signal handling alone in postmaster child processes. 7 years ago
Andres Freund 73616126b4 Fix some spurious new compiler warnings in MSVC. 7 years ago
Andres Freund 4da597edf1 Make TupleTableSlots extensible, finish split of existing slot type. 7 years ago
Alvaro Herrera 0201d79a55 Avoid re-typedef'ing PartitionTupleRouting 7 years ago
Alvaro Herrera 4092319194 pgbench: introduce a RandomState struct 7 years ago
Andres Freund a7aa608e0f Inline hot path of slot_getsomeattrs(). 7 years ago
Alvaro Herrera 3f2393edef Redesign initialization of partition routing structures 7 years ago
Andres Freund a387a3dff9 Fix slot type assumptions for nodeGather[Merge]. 7 years ago
Andres Freund f92cd73923 Add dummy field to currently empty struct TupleTableSlotOps. 7 years ago
Andres Freund 7ef04e4d2c Don't generate tuple deforming functions for virtual slots. 7 years ago
Andres Freund 15d8f83128 Verify that expected slot types match returned slot types. 7 years ago
Andres Freund 675af5c01e Compute information about EEOP_*_FETCHSOME at expression init time. 7 years ago
Andres Freund 1a0586de36 Introduce notion of different types of slots (without implementing them). 7 years ago
Andres Freund 763f2edd92 Rejigger materializing and fetching a HeapTuple from a slot. 7 years ago
Peter Eisentraut 7ac0069fb8 A small tweak to some comments for PartitionKeyData 7 years ago
Peter Eisentraut 52d8e899d0 Correct code comments for PartitionedRelPruneInfo struct 7 years ago
Peter Eisentraut 86a4819f69 Update executor documentation for run-time partition pruning 7 years ago
Andres Freund c058fc2a2b Rationalize expression context reset in ExecModifyTable(). 7 years ago
Andres Freund 6a744413ea Make reformat-dat-files, reformat-dat-files VPATH safe. 7 years ago
Tom Lane 34c9e455d0 Improve performance of partition pruning remapping a little. 7 years ago
Alvaro Herrera 74514bd4a5 geo_ops.c: Clarify comments and function arguments 7 years ago
Amit Kapila 621a8ac5af Fix the omission in docs. 7 years ago
Thomas Munro ab8984f52d Further adjustment to random() seed initialization. 7 years ago
Thomas Munro 5b0ce3ec33 Increase the number of possible random seeds per time period. 7 years ago
Thomas Munro aa55183042 Use 64 bit type for BufFileSize(). 7 years ago
Tom Lane eaf746a5b8 Make psql's "\pset format" command reject non-unique abbreviations. 7 years ago
Tom Lane 51eaaafb85 Doc: remove claim that all \pset format options are unique in 1 letter. 7 years ago
Tom Lane 600b04d6b5 Add a timezone-specific variant of date_trunc(). 7 years ago
Tom Lane 06c723447b Second try at fixing numeric data passed through an ECPG SQLDA. 7 years ago
Peter Eisentraut 1b5d797cd4 Lower lock level for renaming indexes 7 years ago
Michael Paquier b4721f3950 Initialize TransactionState and user ID consistently at transaction start 7 years ago
Michael Paquier 3be97b97ed Add flag values in WAL description to all heap records 7 years ago
Michael Paquier b52b7dc250 Refactor code creating PartitionBoundInfo 7 years ago
Alvaro Herrera 9079fe60b2 Add INSERT ON CONFLICT test on partitioned tables with transition table 7 years ago
Tom Lane ecfd557956 Fix incorrect results for numeric data passed through an ECPG SQLDA. 7 years ago
Tom Lane 965a3d6be0 Fix realfailN lexer rules to not make assumptions about input format. 7 years ago
Tom Lane 4766bcd9e2 Remove unused code in ECPG. 7 years ago
Tom Lane ec937d0805 Align ECPG lexer more closely with the core and psql lexers. 7 years ago
Peter Eisentraut d20dceaf50 doc: Fix minor whitespace issue 7 years ago