Commit Graph

45292 Commits (28a1ae5342fe39b7c4057d3f872cb6057f5f33bf)
 

Author SHA1 Message Date
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
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
Tom Lane 01783ac36d Fix yet more problems with incorrectly-constructed zero-length arrays. 7 years ago
Bruce Momjian 6abad00585 rel notes: mention enabling of parallelism in PG 10 7 years ago
Peter Eisentraut ec67b89816 Add UtilityReturnsTuples() support for CALL 7 years ago
Michael Paquier cccf81d259 Fix table format in documentation for I/O wait events 7 years ago
Michael Paquier cbc55da556 Rework order of end-of-recovery actions to delay timeline history write 7 years ago
Jeff Davis a45adc747e Fix WITH CHECK OPTION on views referencing postgres_fdw tables. 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