Commit Graph

45949 Commits (0201d79a5549e3375ea5e5aee351378399453f15)
 

Author SHA1 Message Date
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
Peter Eisentraut 6178f3cb79 pg_dump: Fix dumping of WITH OIDS tables 7 years ago
Thomas Munro b59d4d6c36 Fix const correctness warning. 7 years ago
Amit Kapila a53bc135fb Fix the initialization of atomic variables introduced by the 7 years ago
Thomas Munro 257ef3cd4f Fix handling of HBA ldapserver with multiple hostnames. 7 years ago
Thomas Munro 6a3dcd2856 Fix possible buffer overrun in hba.c. 7 years ago
Michael Paquier 52b70b1c7d Remove CommandCounterIncrement() after processing ON COMMIT DELETE 7 years ago
Tom Lane 3de491482b Simplify null-element handling in extension_config_remove(). 7 years ago
Tom Lane e3f005d974 Limit the number of index clauses considered in choose_bitmap_and(). 7 years ago
Michael Paquier ffb68980e3 Fix incorrect author name in release notes 7 years ago
Peter Eisentraut fc151211ef doc: Small punctuation improvement 7 years ago
Peter Eisentraut 253b3f6760 doc: Small run-time pruning doc fix 7 years ago
Andrew Dunstan 7f284debaf Disable MSVC warning caused by recent snprintf.c changes 7 years ago
Andres Freund 450c7defa6 Remove volatiles from {procarray,volatile}.c and fix memory ordering issue. 7 years ago
Peter Eisentraut 69ee2ff930 Apply RI trigger skipping tests also for DELETE 7 years ago