Commit Graph

45288 Commits (42f70cd9c3dbfcdfbeea4e24d5921173d0eaab66)
 

Author SHA1 Message Date
Heikki Linnakangas 42f70cd9c3 Improve performance of tuple conversion map generation 8 years ago
Tom Lane 130beba36d Fix inadequate buffer locking in FSM and VM page re-initialization. 8 years ago
Bruce Momjian 394811501c docs: Remove "New" description of the libpqxx interface 8 years ago
Peter Eisentraut 3884072329 Prohibit transaction commands in security definer procedures 8 years ago
Peter Eisentraut 1f4ec89459 Remove obsolete documentation build tools for Windows 8 years ago
Thomas Munro e8d9caa436 Accept invalidation messages in InitializeSessionUserId(). 8 years ago
Thomas Munro 387a5cfb94 Add pg_dump --on-conflict-do-nothing option. 8 years ago
Michael Paquier ce89ad0fa0 Fix argument of pg_create_logical_replication_slot for slot name 8 years ago
Michael Paquier 5fc1008e8a Clean up temporary WAL segments after an instance crash 8 years ago
Peter Eisentraut 5e6e2c8773 Reset shmem_exit_inprogress after shmem_exit() 8 years ago
Tom Lane 632b4ae92d Doc: minor improvement in pl/pgsql FETCH/MOVE documentation. 8 years ago
Alvaro Herrera cd073d8f70 Fix FK checks of TRUNCATE involving partitioned tables 8 years ago
Tom Lane 11a3aeeb5e Doc: clarify release note text about v11's new window function features. 8 years ago
Tom Lane e0cd0ea4f9 Doc: update documentation for requirement of ORDER BY in GROUPS mode. 8 years ago
Peter Eisentraut 8e599897ca Improve two error messages 8 years ago
Peter Eisentraut ecd6b4342a Add regression test for system catalog toast tables 8 years ago
Amit Kapila 40ca70ebcc Allow using the updated tuple while moving it to a different partition. 8 years ago
Michael Paquier edc6b41bd4 Rename VACOPT_NOWAIT to VACOPT_SKIP_LOCKED 8 years ago
Michael Paquier 6551f3daa2 Add assertion in expand_vacuum_rel() for non-autovacuum path 8 years ago
Michael Paquier 9a7b7adc13 Make logical WAL sender report streaming state appropriately 8 years ago
Tom Lane 39a96512b3 Mark built-in btree comparison functions as leakproof where it's safe. 8 years ago
Tom Lane 57cd2b6e6d Fix create_scan_plan's handling of sortgrouprefs for physical tlists. 8 years ago
Tom Lane ff4f889164 Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. 8 years ago
Alexander Korotkov edf59c40dd Fix more wrong paths in header comments 8 years ago
Alvaro Herrera f2c587067a Rethink how to get float.h in old Windows API for isnan/isinf 8 years ago
Alexander Korotkov a01d0fa1d8 Fix wrong file path in header comment 8 years ago
Thomas Munro f98b8476cd Use signals for postmaster death on FreeBSD. 8 years ago
Thomas Munro 9f09529952 Use signals for postmaster death on Linux. 8 years ago
Michael Paquier 56a7147213 Block replication slot advance for these not yet reserving WAL 8 years ago
Alvaro Herrera b6e3a3a492 Better handle pseudotypes as partition keys 8 years ago
Peter Eisentraut bcbd940806 Remove dynamic_shared_memory_type=none 8 years ago
Heikki Linnakangas 17b715c634 Add test case for EEOP_INNER_SYSVAR/EEOP_OUTER_SYSVAR executor opcodes. 8 years ago
Peter Eisentraut 1486f7f981 Fix typos 8 years ago
Michael Paquier 8a00b96aa9 Add pg_rewind --no-sync 8 years ago
Michael Paquier 9a4059d4ff Simplify logic to sync target directory at the end of pg_rewind 8 years ago
Tom Lane 0905fe8911 Avoid emitting a bogus WAL record when recycling an all-zero btree page. 8 years ago
Alvaro Herrera a22445ff0b Flip argument order in XLogSegNoOffsetToRecPtr 8 years ago
Tom Lane 01783ac36d Fix yet more problems with incorrectly-constructed zero-length arrays. 8 years ago
Bruce Momjian 6abad00585 rel notes: mention enabling of parallelism in PG 10 8 years ago
Peter Eisentraut ec67b89816 Add UtilityReturnsTuples() support for CALL 8 years ago
Michael Paquier cccf81d259 Fix table format in documentation for I/O wait events 8 years ago
Michael Paquier cbc55da556 Rework order of end-of-recovery actions to delay timeline history write 8 years ago
Jeff Davis a45adc747e Fix WITH CHECK OPTION on views referencing postgres_fdw tables. 8 years ago
Peter Geoghegan e915fed291 Correct obsolete unique index insertion comment. 8 years ago
Michael Paquier 677da8c15d Use access() to check file existence in GetNewRelFileNode() 8 years ago
Peter Eisentraut 0903bbdad2 Add separate error message for procedure does not exist 8 years ago
Michael Paquier eb270b00b2 Add note in pg_rewind documentation about read-only files 8 years ago
Peter Eisentraut 2e78c5b522 Fix assert in nested SQL procedure call 8 years ago
Peter Eisentraut e34ec13620 Allow CALL with polymorphic type arguments 8 years ago
Alvaro Herrera 0ce5cf2ef2 Allow replication slots to be dropped in single-user mode 8 years ago