Commit Graph

18489 Commits (6b387179baab8d0e5da6570678eefbe61f3acc79)

Author SHA1 Message Date
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 7 years ago
Michael Paquier 94019c879a Fix more portability issues with casts to Size when using off_t 7 years ago
Michael Paquier 8bd064f0c7 Fix casting in error message for two-phase file 7 years ago
Michael Paquier 811b6e36a9 Rework error messages around file handling 7 years ago
Alvaro Herrera 1c04d4beea Revise BuildIndexValueDescription to simplify it 7 years ago
Alvaro Herrera cb9db2ab06 Fix ALTER TABLE...SET STATS error message for included columns 7 years ago
Alvaro Herrera e353389d24 Fix partition pruning with IS [NOT] NULL clauses 7 years ago
Robert Haas 32df1c9afa Add subtransaction handling for table synchronization workers. 7 years ago
Peter Eisentraut f7cb2842bf Add plan_cache_mode setting 7 years ago
Peter Eisentraut a06e56b247 doc: Update redirecting links 7 years ago
Tom Lane 1007b0a126 Fix hashjoin costing mistake introduced with inner_unique optimization. 7 years ago
Tom Lane 4984784f83 Fix crash in json{b}_populate_recordset() and json{b}_to_recordset(). 7 years ago
Heikki Linnakangas 42f70cd9c3 Improve performance of tuple conversion map generation 7 years ago
Tom Lane 130beba36d Fix inadequate buffer locking in FSM and VM page re-initialization. 7 years ago
Peter Eisentraut 3884072329 Prohibit transaction commands in security definer procedures 7 years ago
Thomas Munro e8d9caa436 Accept invalidation messages in InitializeSessionUserId(). 7 years ago
Michael Paquier ce89ad0fa0 Fix argument of pg_create_logical_replication_slot for slot name 7 years ago
Michael Paquier 5fc1008e8a Clean up temporary WAL segments after an instance crash 7 years ago
Peter Eisentraut 5e6e2c8773 Reset shmem_exit_inprogress after shmem_exit() 7 years ago
Alvaro Herrera cd073d8f70 Fix FK checks of TRUNCATE involving partitioned tables 7 years ago
Peter Eisentraut 8e599897ca Improve two error messages 7 years ago
Amit Kapila 40ca70ebcc Allow using the updated tuple while moving it to a different partition. 7 years ago
Michael Paquier edc6b41bd4 Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED 7 years ago
Michael Paquier 6551f3daa2 Add assertion in expand_vacuum_rel() for non-autovacuum path 7 years ago
Michael Paquier 9a7b7adc13 Make logical WAL sender report streaming state appropriately 7 years ago
Tom Lane 57cd2b6e6d Fix create_scan_plan's handling of sortgrouprefs for physical tlists. 7 years ago
Tom Lane ff4f889164 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. 7 years ago
Alexander Korotkov edf59c40dd Fix more wrong paths in header comments 7 years ago
Alvaro Herrera f2c587067a Rethink how to get float.h in old Windows API for isnan/isinf 7 years ago
Alexander Korotkov a01d0fa1d8 Fix wrong file path in header comment 7 years ago
Thomas Munro f98b8476cd Use signals for postmaster death on FreeBSD. 7 years ago
Thomas Munro 9f09529952 Use signals for postmaster death on Linux. 7 years ago
Michael Paquier 56a7147213 Block replication slot advance for these not yet reserving WAL 7 years ago
Alvaro Herrera b6e3a3a492 Better handle pseudotypes as partition keys 7 years ago
Peter Eisentraut bcbd940806 Remove dynamic_shared_memory_type=none 7 years ago
Tom Lane 0905fe8911 Avoid emitting a bogus WAL record when recycling an all-zero btree page. 7 years ago
Alvaro Herrera a22445ff0b Flip argument order in XLogSegNoOffsetToRecPtr 7 years ago
Peter Eisentraut ec67b89816 Add UtilityReturnsTuples() support for CALL 7 years ago
Michael Paquier cbc55da556 Rework order of end-of-recovery actions to delay timeline history write 7 years ago
Peter Geoghegan e915fed291 Correct obsolete unique index insertion comment. 7 years ago
Michael Paquier 677da8c15d Use access() to check file existence in GetNewRelFileNode() 7 years ago
Peter Eisentraut 0903bbdad2 Add separate error message for procedure does not exist 7 years ago
Peter Eisentraut 2e78c5b522 Fix assert in nested SQL procedure call 7 years ago
Peter Eisentraut e34ec13620 Allow CALL with polymorphic type arguments 7 years ago
Alvaro Herrera 0ce5cf2ef2 Allow replication slots to be dropped in single-user mode 7 years ago
Andrew Dunstan 8fb68aa265 Print DEBUG2 like that rather than as DEBUG 7 years ago
Alvaro Herrera 3ca966c06f logical decoding: beware of an unset specinsert change 7 years ago
Michael Paquier 3c64dcb1e3 Prevent references to invalid relation pages after fresh promotion 7 years ago
Andres Freund 249126e761 Use context with correct lifetime in hypothetical_dense_rank_final. 7 years ago
Andres Freund 3a01f68e35 Check for interrupts inside the nbtree page deletion code. 7 years ago