Commit Graph

45303 Commits (94019c879a138454af723fa8bfc346d4a44ecd47)
 

Author SHA1 Message Date
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 c6736ff760 doc: move PARTITION OF stanza to just below PARTITION BY 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 28a1ae5342 Fix crash in contrib/ltree's lca() function for empty input array. 7 years ago
Peter Eisentraut 333224c99e Update documentation editor setup instructions 7 years ago
Tom Lane 4984784f83 Fix crash in json{b}_populate_recordset() and json{b}_to_recordset(). 7 years ago
Alvaro Herrera 93ad00c968 Dump foreign keys on partitioned tables 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
Bruce Momjian 394811501c docs: Remove "New" description of the libpqxx interface 7 years ago
Peter Eisentraut 3884072329 Prohibit transaction commands in security definer procedures 7 years ago
Peter Eisentraut 1f4ec89459 Remove obsolete documentation build tools for Windows 7 years ago
Thomas Munro e8d9caa436 Accept invalidation messages in InitializeSessionUserId(). 7 years ago
Thomas Munro 387a5cfb94 Add pg_dump --on-conflict-do-nothing option. 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
Tom Lane 632b4ae92d Doc: minor improvement in pl/pgsql FETCH/MOVE documentation. 7 years ago
Alvaro Herrera cd073d8f70 Fix FK checks of TRUNCATE involving partitioned tables 7 years ago
Tom Lane 11a3aeeb5e Doc: clarify release note text about v11's new window function features. 7 years ago
Tom Lane e0cd0ea4f9 Doc: update documentation for requirement of ORDER BY in GROUPS mode. 7 years ago
Peter Eisentraut 8e599897ca Improve two error messages 7 years ago
Peter Eisentraut ecd6b4342a Add regression test for system catalog toast tables 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 39a96512b3 Mark built-in btree comparison functions as leakproof where it's safe. 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
Heikki Linnakangas 17b715c634 Add test case for EEOP_INNER_SYSVAR/EEOP_OUTER_SYSVAR executor opcodes. 7 years ago
Peter Eisentraut 1486f7f981 Fix typos 7 years ago
Michael Paquier 8a00b96aa9 Add pg_rewind --no-sync 7 years ago
Michael Paquier 9a4059d4ff Simplify logic to sync target directory at the end of pg_rewind 7 years ago